-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
134 lines (134 loc) · 4.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "linked-data-reactor",
"version": "1.3.7",
"description": "Linked Data Reactor provides a framework to view, browse and edit Linked Data in a flexible way.",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/ali1k/ld-r.git"
},
"author": {
"name": "Ali Khalili",
"url": "http://ali1k.com"
},
"scripts": {
"build": "webpack -p --progress --optimize-minimize --config ./webpack/prod.config.js && NODE_ENV=production npm start",
"build:windows": "webpack --config ./webpack/prod.config.js&&set NODE_ENV=production&&npm start",
"build:nostart": "webpack -p --progress --optimize-minimize --config ./webpack/prod.config.js",
"dev": "node ./webpack/dev-server.js",
"dev:windows": "node ./webpack/dev-server.js",
"lint": "eslint --ignore-path .gitignore -c .eslintrc \"./**/*.js\"",
"start": "node start.js",
"validate": "npm ls",
"generate:docs": "react-docgen components/object/viewer/individual/ > documentation/object_viewer_individual.json && react-docgen components/object/viewer/aggregate/ > documentation/object_viewer_aggregate.json && react-docgen components/object/editor/individual/ > documentation/object_editor_individual.json && react-docgen components/object/editor/aggregate/ > documentation/object_editor_aggregate.json"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "Apache-2.0",
"dependencies": {
"animate.css": "^4.1.1",
"async": "^3.2.0",
"body-parser": "^1.19.0",
"camelcase": "^6.0.0",
"chroma-js": "^2.1.0",
"classnames": "^2.2.6",
"codemirror": "^5.57.0",
"compression": "^1.7.4",
"continuation-local-storage": "^3.2.1",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0-rc.1",
"csurf": "^1.11.0",
"debug": "^4.2.0",
"es5-shim": "^4.5.14",
"es6-shim": "^0.35.3",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-state": "^2.0.0",
"fast-csv": "^4.3.2",
"flashtext.js": "^1.0.5",
"fluxible": "^1.4.0",
"fluxible-addons-react": "^0.2.16",
"fluxible-plugin-fetchr": "^0.3.11",
"fluxible-router": "^1.5.1",
"hogan-express": "^0.5.2",
"jqcloud2": "^2.0.3",
"jquery": "^3.5.1",
"json2csv": "^5.0.1",
"json3": "^3.3.2",
"leaflet": "^1.7.1",
"log4js": "^6.3.0",
"moment": "^2.27.0",
"nodemailer": "^6.4.11",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^7.0.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"password-hash": "^1.2.2",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"rc-calendar": "^9.15.11",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.1.0",
"react-leaflet": "^2.7.0",
"react-loadable": "^5.5.0",
"react-markdown": "^5.0.0",
"react-search-input": "^0.11.3",
"react-sigma": "^1.2.35",
"recharts": "^2.1.3",
"request-promise": "^4.2.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.2.1",
"serialize-javascript": "^5.0.0",
"serve-favicon": "^2.5.0",
"simplify-js": "^1.2.4",
"superagent": "^6.1.0",
"valid-url": "^1.0.9",
"wicket": "^1.3.6",
"yasgui-yasqe": "^2.11.22"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"babel-cli": "^7.0.0-beta.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-syntax-decorators": "^7.0.0-beta.3",
"babel-plugin-syntax-dynamic-import": "^7.0.0-beta.3",
"babel-plugin-transform-class-properties": "^7.0.0-beta.3",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"babel-preset-env": "^7.0.0-beta.3",
"babel-preset-es2015": "^7.0.0-beta.3",
"babel-preset-react": "^7.0.0-beta.3",
"babel-register": "^7.0.0-beta.3",
"bundle-loader": "^0.5.6",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.1.0",
"css-loader": "^4.3.0",
"es6-promise": "^4.2.8",
"eslint": "^7.8.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.20.6",
"extract-css-chunks-webpack-plugin": "^4.7.5",
"extract-loader": "^5.1.0",
"file-loader": "^6.1.0",
"husky": "^4.3.0",
"json-loader": "^0.5.7",
"nodemon": "^2.0.4",
"postcss-loader": "^4.0.1",
"react-hot-loader": "^4.12.21",
"shelljs": "^0.8.4",
"sloc": "^0.2.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-stats-plugin": "^0.3.2",
"webpack-vendor-chunk-plugin": "^1.0.0",
"webpack-visualizer-plugin": "^0.1.11"
}
}