-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 Bytes
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
{
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"dependencies": {
"@babel/core": "7.x.x",
"@babel/preset-env": "7.x.x",
"archiver": "^5.1.0",
"axios": "^0.21.2",
"babel-loader": "8.x.x",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"css-loader": "^3.2.0",
"express": "4.16.x",
"file-loader": "^4.2.0",
"lrz": "^4.9.41",
"md5": "^2.3.0",
"multer": "^1.4.2",
"node-xlsx": "^0.15.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.15.1",
"webpack-dev": "^1.1.1",
"webpack-dev-middleware": "3.7.x"
},
"devDependencies": {
"webpack-cli": "^4.2.0"
}
}