-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 907 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
{
"name": "vue2-phonecat",
"description": "A Vue.js project",
"author": "cjepson <[email protected]>",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"predeploy": "npm run build",
"deploy": "surge --project . --domain vue-2-phonecat.surge.sh"
},
"dependencies": {
"url-loader": "0.5.7",
"vue": "^2.1.10",
"vue-loader": "^10.1.2",
"vue-resource": "^1.0.3",
"vue-router": "^2.2.0",
"vue-template-compiler": "2.1.10",
"vuex": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"file-loader": "^0.8.4",
"surge": "^0.18.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}