-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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": "bkci-custom-atom-frontend",
"version": "1.0.0",
"description": "working at pipeline of bkci",
"author": "bkci",
"scripts": {
"dev": "webpack-dev-server --mode development --progress --env.name=dev",
"public": "webpack --mode production"
},
"dependencies": {
"bk-magic-vue": "2.1.12",
"bkci-atom-components": "1.0.0",
"axios": "^0.16.2",
"vue": "^2.6.10",
"vue-router": "^2.8.1",
"vuex": "^2.4.0",
"vee-validate": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"sass": "^1.50.0",
"sass-loader": "^10.0.0",
"css-loader": "^0.28.11",
"style-loader": "^1.0.0",
"vue-loader": "^15.0.9",
"url-loader": "^1.1.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.10",
"html-webpack-plugin": "^3.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}