-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (73 loc) · 2.02 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"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",
"sf": "webpack --watch --env=T0x9B_0TQN36XJ",
"parker": "webpack --watch --env=T0xB2_0TPN50QL",
"dev_demo": "webpack --watch --env=midea-demo",
"serve": "serve -p 8080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "src/weex-entry.js",
"keywords": [
"weex",
"vue",
"demo"
],
"author": "chenjq20@midea.com",
"contributors": [],
"repository": {
"type": "git",
"url": "http://10.16.28.73/IT-MobileDivision/midea-weex-template.git"
},
"license": "MIT",
"devDependencies": {
"anywhere": "^1.4.0",
"babel-core": "~6.26.0",
"babel-eslint": "~8.0.1",
"babel-loader": "~7.1.2",
"babel-plugin-component": "^1.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "~6.26.0",
"clean-webpack-plugin": "~0.1.17",
"copy-webpack-plugin": "~4.0.1",
"css-loader": "~0.28.7",
"eslint": "^3.8.1",
"file-loader": "^1.1.11",
"glob": "^7.1.2",
"lerna": "~2.2.0",
"less-loader": "^4.1.0",
"mockjs": "^1.0.1-beta3",
"serve": "^1.4.0",
"url-loader": "^1.0.1",
"url-parse": "~1.1.9",
"vue": "^2.4.1",
"vue-loader": "11.3.3",
"vue-resource": "^1.3.5",
"vue-template-compiler": "^2.5.13",
"webpack": "~3.6.0",
"webpack-dev-server": "~2.9.1",
"weex-loader": "~0.5.3",
"weex-ui": "^0.6.4",
"weex-vue-loader": "~0.4.2"
},
"dependencies": {
"echarts": "^4.1.0",
"object-assign": "^4.1.1",
"vue": "^2.4.1",
"weex-amui": "^0.1.2",
"weex-bindingx": "0.0.48",
"weex-droplet-ui": "^1.0.0-alpha.100",
"weex-gcanvas": "^0.5.49",
"weex-html5": "^0.4.1",
"weex-marquee": "^1.1.2",
"weex-vue-render": "^0.2.0"
}
}