-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "vuedemo",
"systemName": "vuedemo",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"ant-design-vue": "1.6.5",
"lodash": "4.17.20",
"single-spa-vue": "1.9.0",
"vue": "2.6.10",
"vue-router": "3.0.6"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/register": "7.4.4",
"@vue/cli-plugin-babel": "3.7.0",
"@vue/cli-plugin-eslint": "3.7.0",
"@vue/cli-service": "3.7.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "10.0.1",
"chalk": "2.4.2",
"chokidar": "3.0.0",
"connect": "3.7.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "5.2.2",
"html-webpack-plugin": "^4.3.0",
"lint-staged": "8.1.7",
"mini-css-extract-plugin": "^0.10.0",
"node-sass": "^4.12.0",
"postcss-selector-namespace": "3.0.1",
"runjs": "^4.4.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2",
"serve-static": "^1.14.1",
"stats-webpack-plugin": "^0.7.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "2.6.10"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 4 versions",
"not ie <= 10"
]
}