forked from apache/incubator-weex-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.96 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
69
70
71
72
73
74
75
76
77
78
{
"name": "weex-ui",
"version": "0.6.2",
"description": "A rich interaction, lightweight, high performance UI library based on Weex",
"main": "index.js",
"lib": "vue",
"type": "weex",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/weex-ui.git"
},
"homepage": "https://alibaba.github.io/weex-ui/",
"bugs": {
"url": "https://github.com/alibaba/weex-ui/issues"
},
"scripts": {
"build": "webpack --progress",
"watch": "webpack --progress --watch",
"serve": "anywhere -d build/example/ -p 8888",
"start": "npm run build && (npm run serve & npm run watch)"
},
"keywords": [
"Weex Ui",
"Weex",
"Vue",
"Mobile",
"Ul Components",
"UI library"
],
"author": [
{
"name": "拔赤",
"email": "[email protected]"
},
{
"name": "Tw93",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"anywhere": "^1.5.0",
"autoprefixer": "^7.2.2",
"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",
"vue": "^2.5.3",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.5.3",
"webpack": "^2.7.0",
"weex-loader": "^0.6.0",
"weex-vue-loader": "^0.5.0",
"weex-vue-precompiler": "^0.1.17",
"weex-vue-render": "^1.0.17"
},
"dependencies": {
"url-parse": "^1.1.9",
"weex-bindingx": "0.0.17"
}
}