-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.78 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
{
"scripts": {
"start:dev": "NODE_ENV=development nodemon --exec babel-node --watch server/ --watch client/ ./server/index.js",
"build:prod": "rm -rf dist && webpack --mode production"
},
"dependencies": {
"async-csv": "^2.0.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"config": "^3.2.0",
"cookie-session": "^1.3.3",
"core-js": "^3.1.4",
"csv": "^5.1.1",
"csv-generate": "^3.2.3",
"csv-parse": "^4.4.3",
"csv-stringify": "^5.3.0",
"debug": "^3.1.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"follow-redirects": "^1.5.10",
"fs": "^0.0.1-security",
"is-buffer": "^2.0.3",
"lodash.get": "^4.4.2",
"ms": "^2.0.0",
"objects-to-csv": "^1.2.2",
"pug": "^2.0.4",
"stream-transform": "^1.0.8"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.5.5",
"@babel/node": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"config-webpack": "^1.0.4",
"copy-webpack-plugin": "^5.0.3",
"extract-text-webpack-plugin": "^3.0.2",
"filemanager-webpack-plugin": "^2.0.5",
"glob": "^7.1.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"pug": "^2.0.4",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"ssh-webpack-plugin": "^0.1.7",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-md5-hash": "0.0.6",
"webpack-node-externals": "^1.7.2"
}
}