-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.93 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
{
"name": "xhh_wap_weex",
"version": "0.0.1",
"description": "xhh_wap_weex App, powered by Vue.js.",
"main": "src/main.js",
"keywords": [
"weex",
"vue",
"hackernews",
"javascript",
"android",
"ios"
],
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"start": "node build/dev-server.js",
"copy:android": "cp dist/index.weex.js android/app/src/main/assets/index.js",
"copy:ios": "cp dist/index.weex.js ios/assets/index.js",
"copy": "npm run copy:android && npm run copy:ios",
"serve": "serve -p 9191",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=4.0"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"vue": "^2.1.10",
"vue-router": "^2.1.1",
"vuex": "^2.1.1",
"vuex-router-sync": "^4.0.1",
"weex-vue-render": "^0.2.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"css-loader": "^0.26.1",
"url-loader": "^0.5.7",
"serve": "^1.4.0",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.10",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.5.0",
"webpack-hot-middleware": "^2.16.1",
"weex-loader": "^0.4.4",
"friendly-errors-webpack-plugin": "^1.1.3"
}
}