-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "web_hackathon",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"dev": "webpack --watch --mode development",
"start": "./node_modules/.bin/babel server.js && nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.0.0-beta.47",
"@babel/core": "^7.0.0-beta.47",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/preset-react": "^7.0.0-beta.47",
"@material-ui/core": "^1.1.0",
"@material-ui/icons": "^1.1.0",
"@material-ui/lab": "^1.0.0-alpha.5",
"axios": "^0.18.0",
"babel-loader": "^8.0.0-beta.3",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"express": "^4.16.3",
"i": "^0.3.6",
"jssoup": "0.0.8",
"mongoose": "^5.1.6",
"mongoose-unique-validator": "^2.0.1",
"nodemon": "^1.17.5",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-graph-vis": "^1.0.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.1",
"react-tap-event-plugin": "^3.0.3",
"webpack": "^4.8.3"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"eslint": "^5.0.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-react": "^7.10.0",
"webpack-cli": "^2.1.3"
}
}