-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
63 lines (63 loc) · 1.59 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
{
"name": "weex-droplet-ui",
"version": "1.0.0-alpha.40",
"description": "weex ui",
"main": "index.js",
"lib": "vue",
"type": "weex",
"repository": "https://github.com/houbank/weex-droplet-ui",
"scripts": {
"build": "webpack --progress",
"watch": "webpack --progress --watch",
"serve": "anywhere -d build/example/ -p 8111",
"start": "npm run build && (npm run serve & npm run watch)"
},
"keywords": [
"Weex Ui",
"Weex",
"Vue",
"Mobile",
"Ul Components",
"UI library"
],
"author": [
{
"name": "HB",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"anywhere": "^1.4.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",
"lerna": "^2.5.1",
"postcss-plugin-px2rem": "^0.7.0",
"postcss-plugin-weex": "^0.1.1",
"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-beta.3",
"weex-vue-loader": "^0.5.0-beta.3",
"weex-vue-precompiler": "^0.1.10",
"weex-vue-render": "^1.0.4"
},
"dependencies": {
"url-parse": "^1.1.9"
}
}