-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 988 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
35
36
37
38
39
40
41
42
{
"name": "weex-demo",
"version": "0.0.1",
"description": "weex-demo",
"main": "index.js",
"keywords": [
"weex",
"vue",
"ios"
],
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"copy:android": "cp dist/index.weex.js android/app/src/main/assets/index.js",
"copy": "npm run copy:android",
"serve": "serve -p 1337",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=4.0"
},
"author": "czd",
"license": "Apache-2.0",
"dependencies": {
"vue": "^2.1.7",
"vue-router": "^2.1.1",
"vuex": "^2.1.1",
"vuex-router-sync": "^4.0.1",
"weex-vue-render": "^0.1.0-beta.2"
},
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"serve": "^1.4.0",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.7",
"webpack": "^1.14.0",
"weex-loader": "^0.4.1"
}
}