-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "beggar",
"version": "1.0.0",
"description": "在线乞讨系统",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --hot",
"build": "rm -rf dist && NODE_ENV=production webpack --progress --hide-modules"
},
"author": "erven, mouyufei",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.0.1",
"css-loader": "^1.0.0",
"eslint": "^5.6.1",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-vue": "^4.7.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"page-skeleton-webpack-plugin": "^0.10.12",
"prettier": "^1.14.3",
"style-loader": "^0.23.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"workbox-webpack-plugin": "^3.6.2"
},
"dependencies": {
"serviceworker-webpack-plugin": "^1.0.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
}
}