-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "pro-init",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"dev": "vue-cli-service serve --open",
"dev:prod": "vue-cli-service serve --open --prod",
"build": "vue-cli-service build",
"build:prod": "vue-cli-service build --prod",
"report": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.18.0",
"element-ui": "2.15.8",
"mitt": "^3.0.0",
"sp-data": "^1.2.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-pwa": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"autoprefixer": "^9.8.8",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"core-js": "^2.6.5",
"cssnano-preset-advanced": "^4.0.7",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"lodash": "^4.17.21",
"postcss": "^7.0.39",
"postcss-loader": "^4.0.3",
"progress-bar-webpack-plugin": "^1.12.1",
"sass": "~1.32.6",
"sass-loader": "^7.1.0",
"speed-measure-webpack-plugin": "^1.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue-template-compiler": "^2.5.21"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not ie <= 8"
]
}