-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 969 Bytes
/
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
{
"name": "auditon",
"version": "1.0.0",
"description": "笔试",
"scripts": {
"dev": "webpack-dev-server --inline --progress --mode development --config webpack.config.js",
"build": "webpack --mode production"
},
"author": "zhangl",
"license": "ISC",
"dependencies": {
"echarts": "^4.1.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.1.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"lodash": "^4.17.10",
"popper.js": "^1.14.3",
"style-loader": "^0.21.0",
"uglify-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url": "^0.11.0",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.3"
}
}