-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.14 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
{
"name": "bb8-weex",
"version": "1.0.0",
"description": "a weex project",
"main": "index.js",
"scripts": {
"file-loader": "^0.11.1",
"build": "webpack",
"build_plugin": "webpack --config ./tools/webpack.config.plugin.js --color",
"dev": "webpack --config webpack.dev.js --watch",
"serve1": "node build/init.js && serve -p 8080",
"serve2": "webpack-dev-server --config webpack.dev.js --progress --watch-poll --watch --open --info --profile",
"serve": "webpack-dev-server --inline --progress --config webpack.dev.js --watch-poll --watch --open"
},
"keywords": [
"weex"
],
"author": "bb8",
"dependencies": {
"url-parse": "^1.1.9",
"fs-extra": "^4.0.1",
"vue": "^2.4.2",
"vue-echarts": "^3.0.1",
"vue-router": "^2.7.0",
"vue-socket.io": "^2.1.1-b",
"vuex": "^2.1.1",
"vuex-router-sync": "^4.3.0",
"weex-html5": "^0.4.1",
"weex-ui": "^0.4.0",
"weex-vue-render": "^0.12.14"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.0.16",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-component": "^1.1.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.9.2",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.26.1",
"file-loader": "^0.11.1",
"history": "^4.7.2",
"node-sass": "^4.1.1",
"quick-local-ip": "^1.0.7",
"sass-loader": "^6.0.3",
"serve-favicon": "^2.4.1",
"shelljs": "^0.7.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.4.2",
"weex-builder": "^0.2.7",
"weex-loader": "^0.4.5",
"weex-router": "0.0.1"
},
"optionalDependencies": {
"ios-deploy": "^1.9.0"
}
}