-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.42 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.42 KB
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
{
"scripts": {
"wifiStart": "apicloud wifiStart --port 8686",
"wifiStop": "apicloud wifiStop --port 8686",
"wifiLog": "apicloud wifiLog --port 8686",
"update": "apicloud wifiSync --project ./ --updateAll false --port 8686",
"updateAll": "apicloud wifiSync --project ./ --updateAll true --port 8686",
"server": "webpack-dev-server --config build/webpack.dev.js",
"build": "webpack --config build/webpack.prod.js"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.4",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-include-assets-plugin": "^1.0.6",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"postcss-px2rem": "^0.3.0",
"progress-bar-webpack-plugin": "^1.12.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"better-scroll": "^1.14.1",
"fastclick": "^1.0.6",
"lodash": "^4.17.11",
"vue": "^2.5.22",
"vue-awesome-swiper": "^3.1.3"
}
}