-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "bkci-atom-components",
"version": "1.0.0",
"description": "",
"author": "bkci",
"main": "dist/main.js",
"scripts": {
"public": "webpack --mode production"
},
"dependencies": {
"axios": "^0.16.2",
"bk-magic-vue": "2.1.12",
"brace": "^0.10.0",
"vue": "^2.6.10"
},
"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",
"node-sass": "^4.9.4",
"sass-loader": "^6.0.7",
"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"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}