-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_bak.json
43 lines (43 loc) · 1.04 KB
/
package_bak.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
{
"name": "weex-vue-examples",
"description": "A group of examples for using Weex and Vue 2.0",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"serve": "serve -p 8080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "src/entry.js",
"keywords": [
"weex",
"vue",
"demo"
],
"author": "Hanks <zhanghan.me@gmail.com>",
"contributors": [],
"repository": {
"type": "git",
"url": "git@github.com/Hanks10100/weex-vue-examples.git"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.26.0",
"serve": "^1.4.0",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.10",
"webpack": "^1.13.1",
"weex-loader": "^0.4.3"
},
"dependencies": {
"vue": "^2.1.10",
"weex-html5": "^0.4.1",
"weex-vue-render": "^0.2.0"
}
}