-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.87 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.87 KB
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
{
"name": "chimbuko-vis",
"version": "3.0.1",
"description": "Front-end package of Chimbuko visualization",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production --progress --config webpack.config.js && ncp index.html ../../server/templates",
"dev-build": "webpack --mode development --progress --config webpack.config.js",
"watch": "webpack --mode development --progress --config webpack.config.js --watch"
},
"author": "David Dakota Blair, Sungsoo Ha, Wei Xu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^5.2.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"style-loader": "^1.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/runtime": "^7.27.6",
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.29",
"@material-ui/styles": "^4.3.3",
"axios": "^1.13.5",
"brace-expansion": "^1.1.12",
"chart.js": "^2.9.4",
"chartjs-plugin-streaming": "1.8.0",
"chartjs-plugin-zoom": "^0.7.7",
"clsx": "^1.0.4",
"d3": "^5.12.0",
"form-data": "^4.0.4",
"history": "^4.9.0",
"moment": "^2.29.4",
"ncp": "^2.0.0",
"node-gyp": "^8.0.0",
"path-to-regexp": "^8.2.0",
"react-chartjs-2": "^2.7.6",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-svg-tooltip": "0.0.11",
"react-tooltip": "^3.11.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"socket.io": "^4.8.1",
"socket.io-adapter": "^2.5.5",
"socket.io-client": "^4.8.1"
}
}