-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.19 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
{
"name": "soco-ui-react",
"version": "0.0.1",
"engines": {
"node": "8.12.0"
},
"description": "Soco Open Source UI",
"scripts": {
"start": "node server/server.js",
"build": "webpack --mode=development --watch",
"heroku-postbuild": "echo Skip builds on Heroku",
"prepublishOnly": "webpack --mode=production",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/soco-ai/soco-ui-react.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^3.26.8",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.0.16",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.3.13",
"bcrypt": "^3.0.6",
"blitzkrieg": "^1.0.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.5.0",
"cors": "^2.8.4",
"d3-drag": "^1.2.5",
"d3-force": "^2.0.1",
"d3-selection": "^1.4.1",
"dotenv": "^8.1.0",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fs": "^0.0.1-security",
"fuse.js": "^3.4.5",
"heroku-ssl-redirect": "0.0.4",
"html-react-parser": "^0.10.0",
"html-webpack-plugin": "^3.2.0",
"jpickle": "^0.4.1",
"jquery": ">=3.5.0",
"json-stringify-safe": "^5.0.1",
"less": "^3.10.3",
"moment": "^2.24.0",
"mongojs": "^2.6.0",
"npm": "^6.1.0",
"object-editor-react": "^1.0.6",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"plotly.js": "^1.52.2",
"prop-types": "^15.7.2",
"query-string": "^5.1.1",
"random-seed": "^0.3.0",
"randomstring": "^1.1.5",
"react": "^16.9.0",
"react-bootstrap": "^1.0.0-beta.8",
"react-chartjs-2": "^2.7.4",
"react-chartkick": "^0.3.2",
"react-chat-ui": "^0.3.2",
"react-codemirror": "^1.0.0",
"react-compound-slider": "^0.20.1",
"react-copy-to-clipboard": "^5.0.2",
"react-countdown-now": "^2.1.1",
"react-csv-reader": "^3.0.4",
"react-cytoscapejs": "^1.1.0",
"react-d3-library": "^1.1.8",
"react-d3-tree": "^1.12.1",
"react-dates": "^21.0.0",
"react-icons": "^2.2.5",
"react-json-editor-ajrm": "^2.5.9",
"react-json-pretty": "^2.2.0",
"react-motion": "^0.5.2",
"react-pdf-js": "^5.1.0",
"react-plotly.js": "^2.4.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.0",
"react-scroll": "^1.7.10",
"react-share": "^3.0.1",
"react-sharingbuttons": "^1.0.0",
"react-sticky": "^6.0.3",
"react-svg": "^10.0.23",
"react-syntax-highlighter": "^12.2.1",
"react-web-gifted-chat": "^0.6.3",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"request": "^2.88.0",
"throng": "^4.0.0",
"uuid": "^3.3.2",
"webpack": "^4.40.0",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"devDependencies": {
"css-loader": "^3.2.0",
"less-loader": "^5.0.0",
"nodemon": "^1.11.0",
"react-dom": "^16.9.0",
"style-loader": "^1.0.0",
"webpack-dev-middleware": "^3.7.1"
}
}