-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
38 lines (38 loc) · 902 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
{
"name": "xxx",
"version": "1.0.0",
"description": "a weex project",
"main": "index.js",
"scripts": {
"build": "webpack --config build/prod.js --progress",
"dev": "node build/dev.js",
"debug": "weex-devtool"
},
"keywords": [
"weex"
],
"author": "fkysly@gmail.com",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"html-webpack-plugin": "^2.28.0",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"weex-devtool": "^0.2.77",
"weex-loader": "^0.4.4",
"weex-vue-loader": "^0.2.11",
"weex-vue-render": "^0.1.9"
},
"dependencies": {
"vue": "^2.3.3",
"weex-html5": "^0.3.2"
},
"optionalDependencies": {
"ios-deploy": "^1.9.0"
}
}