-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "data-r-shief",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production pm2-runtime ./bin/www",
"build": "webpack --mode=production",
"start:dev": "npm-run-all --parallel watch:server watch:build",
"watch:build": "webpack --mode=development --watch",
"watch:server": "set debug = data-r-shief:* & nodemon ./bin/www"
},
"dependencies": {
"@mysql/xdevapi": "8.0.21",
"clipboard": "^2.0.6",
"cookie-parser": "~1.4.4",
"d3": "^5.16.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"oboe": "^2.1.5",
"php-serialize": "^4.0.2",
"pug": "^3.0.1",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"three": "^0.137.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}