-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "app-front-end",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "1281233206@qq.com <1281233206@qq.com>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --open --progress --config build/webpack.dev.conf.js",
"test": "cross-env NODE_ENV=test webpack-dev-server --inline --open --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"pwa-start": "anywhere -h localhost -p 8001 -d ./dist",
"build": "cross-env NODE_ENV=production webpack --inline --progress --colors --config build/webpack.prod.conf.js",
"build-dll": "cross-env NODE_ENV=production webpack --display-modules --progress --colors --config build/webpack.dll.conf.js",
"mock": "json-server ./mock/db.js -r ./mock/routes.json -w -p 3700 -S ./mock",
"mock-server": "nodemon ./mock/server.js",
"mock-dev": "npm run mock | npm run dev"
},
"dependencies": {
"axios": "^0.18.0",
"dayjs": "^1.7.7",
"element-ui": "^2.4.7",
"gettabledatasize": "^1.1.4",
"izitoast": "^1.4.0",
"lodash": "^4.17.11",
"nprogress": "^0.2.0",
"sweetalert": "^2.1.2",
"vue": "^2.5.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"anywhere": "^1.5.0",
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.0",
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"extract-text-webpack-plugin": "^3.0.0",
"faker": "^4.1.0",
"file-loader": "^1.1.4",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"json-server": "^0.15.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"offline-plugin": "^5.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-url": "^8.0.0",
"prettier": "^1.12.1",
"shelljs": "^0.7.6",
"style-loader": "^0.23.1",
"sw-register-webpack-plugin": "^1.0.21",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^0.5.8",
"vue-loader": "^14.2.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.1.0",
"workbox-webpack-plugin": "^4.3.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"transformModules": {}
}