-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.86 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
{
"name": "weex-coms",
"version": "1.0.2",
"description": "weex组件库",
"main": "index.js",
"lib": "vue",
"type": "weex",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node index.js",
"serve": "anywhere -d build/example/ -p 8888",
"watch": "webpack --progress --watch",
"start": "npm run serve & npm run watch",
"dev": "weex-previewer "
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuwanli/weex-coms.git"
},
"author": "604073367@qq.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuwanli/weex-coms/issues"
},
"devDependencies": {
"anywhere": "^1.5.0",
"babel-core": "^6.26.0",
"babel-eslint": "~8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "~0.1.17",
"copy-webpack-plugin": "~4.0.1",
"css-loader": "~0.28.7",
"eslint": "^4.11.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.1.0",
"filemanager-webpack-plugin": "^1.0.16",
"glob": "^7.1.2",
"happypack": "^4.0.0",
"lerna": "^2.5.1",
"os": "^0.1.1",
"postcss-loader": "^2.0.10",
"postcss-plugin-px2rem": "^0.7.0",
"postcss-plugin-weex": "^0.1.6",
"postcss-px2rem": "^0.3.0",
"uppercamelcase": "^3.0.0",
"vue": "^2.5.3",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.5.3",
"webpack": "^2.7.0",
"weex-bindingx": "0.0.49",
"weex-loader": "^0.6.0",
"weex-vue-loader": "^0.5.0",
"weex-vue-precompiler": "^0.1.17",
"weex-vue-render": "^1.0.17",
"less": "2.7.2",
"less-loader": "4.0.4",
"postcss-less": "^1.1.3"
},
"dependencies": {
"url-parse": "^1.4.3",
"weex-bindingx": "0.0.49"
},
"homepage": "https://github.com/yuwanli/weex-coms#readme"
}