-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 952 Bytes
/
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
{
"private": true,
"dependencies": {
"@websanova/vue-auth": "^2.11.0-beta",
"axios": "^0.15.3",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.23.0",
"file-loader": "^0.9.0",
"image-webpack-loader": "^3.3.0",
"vue": "^2.2.6",
"vue-axios": "^1.2.2",
"vue-resource": "^1.3.1",
"vue-router": "^2.4.0",
"vuex": "^2.3.0",
"webpack": "^2.3.3",
"webpack-dev-server": "^1.16.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-preset-es2015": "^6.16.0",
"image-webpack-loader": "^3.2.0",
"srcset-loader": "^2.0.1"
},
"scripts": {
"build": "webpack --config webpack.config.prod.js"
}
}