-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.64 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
{
"name": "weex",
"version": "1.0.0",
"description": "A weex project",
"main": "index.js",
"scripts": {
"start": "npm run serve",
"build": "cross-env NODE_ENV=production webpack",
"build_plugin": "webpack --config ./tools/webpack.config.plugin.js --color",
"dev": "webpack --config webpack.config.js --watch -d",
"serve": "webpack-dev-server --config webpack.dev.js --watch --open",
"serve:all": "node serve.js & webpack --watch"
},
"keywords": [
"weex"
],
"author": "",
"license": "MIT",
"dependencies": {
"fs-extra": "^4.0.1",
"vue": "^2.4.3",
"weex-html5": "^0.4.1",
"weex-vue-render": "^0.12.21"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.2",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.3",
"cross-env": "^5.1.1",
"css-loader": "^0.26.4",
"html-webpack-plugin": "^2.30.1",
"ip": "^1.1.5",
"lodash-webpack-plugin": "^0.11.4",
"raw-loader": "^0.5.1",
"script-ext-html-webpack-plugin": "^1.8.5",
"vue-loader": "^12.2.0",
"vue-template-compiler": "^2.4.3",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2",
"webpack-merge": "^4.1.0",
"weex-loader": "^0.5.3"
},
"optionalDependencies": {
"ios-deploy": "^1.9.0"
}
}