-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
{
"name": "chat-room",
"version": "1.0.0",
"description": "",
"main": "serverNonDB.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"start": "nodemon index"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"cors": "^2.8.5",
"highcharts": "^8.0.0",
"highcharts-react-official": "^2.2.2",
"install": "^0.13.0",
"lrz": "^4.9.40",
"mysql": "^2.17.1",
"npm": "^6.13.4",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-hammerjs": "^1.0.1",
"react-highcharts": "^16.1.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scroll": "^1.7.14",
"reactstrap": "^8.2.0",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"socket.io": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.0",
"cssnano": "^4.1.10",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.0",
"nodemon": "^2.0.2",
"nodemon-webpack-plugin": "^4.2.2",
"postcss-loader": "^3.0.0",
"redux-logger": "^3.0.6",
"sass-loader": "^8.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
}
}