-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
63 lines (63 loc) · 1.74 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": "weui-wechat",
"version": "1.0.0",
"description": "wechat build with weui",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline --progress --colors --port 8080 --host 0.0.0.0",
"build": "npm run clean && webpack --progress --colors",
"deploy": "npm run build && gh-pages -d dist",
"clean": "rimraf ./dist"
},
"repository": {
"type": "git",
"url": "https://github.com/progrape/weui-wechat.git"
},
"keywords": [
"weui",
"example",
"wechat",
"weixin"
],
"author": "jf <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/progrape/weui-wechat/issues"
},
"homepage": "https://weui.io",
"dependencies": {
"art-template": "^3.0.3",
"fastclick": "^1.0.6",
"jquery": "^2.2.1",
"router": "git+https://github.com/progrape/router.git",
"weui": "^0.4.2",
"weui.js": "git+https://github.com/weui/weui.js.git"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-3": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.3.0",
"file-loader": "^0.8.5",
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"gulp-tap": "^0.1.3",
"html-webpack-plugin": "^2.15.0",
"json-stable-stringify": "^1.0.1",
"less": "^2.6.1",
"less-loader": "^2.2.2",
"open-browser-webpack-plugin": "0.0.2",
"postcss-loader": "^0.8.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"vconsole": "^2.0.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}