-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.76 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
{
"name": "weex-toutiao",
"version": "1.0.0",
"description": "a weex project",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.native.config.js",
"build_plugin": "webpack --config ./tools/webpack.config.plugin.js --color",
"dev": "webpack -w --config webpack.native.config.js & serve -p 12570",
"serve": "serve -p 12570",
"packzip": "node tools/packzip.js",
"copy:android": "node tools/android/android_builder.js",
"copy:ios": "node tools/ios/ios_builder.js",
"copy": "npm run copy:android && npm run copy:ios",
"pack": "npm run packzip && npm run copy"
},
"keywords": [
"weex"
],
"author": "",
"license": "MIT",
"dependencies": {
"archiver": "^2.0.0",
"file-loader": "^0.11.2",
"react-native-linear-gradient": "^1.6.2",
"save": "^2.3.1",
"serve": "^5.2.4",
"ucar-weex": "^0.2.6",
"vue": "^2.1.8",
"vue-router": "^2.1.1",
"vuex": "^2.1.1",
"vuex-router-sync": "^4.0.1",
"weex-html5": "^0.4.1",
"weex-vue-render": "^0.11.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.26.1",
"quick-local-ip": "^1.0.7",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.7.1",
"weex-builder": "^0.2.6",
"weex-loader": "^0.4.1"
},
"optionalDependencies": {
"ios-deploy": "^1.9.0"
}
}