-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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": "bonham-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async-csp": "^0.5.0",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"vue": "^2.5.13",
"vue-feather-icon": "^1.2.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-generator-functions": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"eslint-plugin-vue": "^4.3.0",
"node-sass": "^4.7.2",
"parcel-bundler": "^1.6.2",
"parcel-plugin-eslint": "^1.0.3",
"parcel-plugin-pug": "^0.2.5",
"parcel-plugin-vue": "^1.5.0",
"postcss": "^6.0.19",
"postcss-autoreset": "^2.0.2",
"postcss-cssnext": "^3.1.0",
"postcss-modules": "^1.1.0",
"pug": "^2.0.0-rc.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}