-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "Infrastructure",
"version": "0.0.1",
"description": "Attempt to make an infrastructure",
"main": "server.js",
"scripts": {
"start": "webpack && node server.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.16.4",
"express-http-to-https": "^1.1.4",
"log4js": "^4.3.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"prop-types": "^15.7.2",
"webpack-cli": "^3.3.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.43",
"eventemitter3": "^4.0.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"react-swipeable-views": "^0.13.8",
"react-dropzone": "^10.2.1",
"cors": "^2.8.5",
"formidable": "^1.2.1",
"rimraf": "^3.0.2",
"uuid": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-plugin-import": "^1.12.0",
"babel-loader": "^8.0.6",
"css-loader": "^0.27.3",
"jsx-loader": "^0.13.2",
"file-loader": "^4.0.0",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"style-loader": "^0.16.1",
"raw-loader": "^3.1.0"
},
"engines": {
"node": "12.x"
},
"license": "MIT"
}