-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 930 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
{
"name": "1-webpack-vue.js-router-store-firebase",
"version": "1.0.0",
"description": "the first chapter of all the project",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack.config.js",
"test": "rimraf dist && webpack"
},
"author": "Detachment",
"license": "MIT",
"dependencies": {
"es6-promise": "^4.0.5",
"firebase": "^3.6.5",
"vue": "^2.1.8",
"vue-router": "^2.1.1",
"vuex": "^2.1.1",
"vuex-router-sync": "^4.1.2"
},
"devDependencies": {
"autoprefixer": "^6.7.6",
"buble": "^0.15.2",
"buble-loader": "^0.4.1",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"rimraf": "^2.6.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.5.0",
"url-loader": "^0.5.7",
"vue-loader": "^10.0.2",
"webpack": "^2.2.0-rc.3"
}
}