|
| 1 | +{ |
| 2 | + "name": "weui-wechat", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "wechat build with weui", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "webpack-dev-server --hot --inline --progress --colors --port 8080 --host 0.0.0.0", |
| 8 | + "build": "npm run clean && NODE_ENV=production webpack --progress --colors", |
| 9 | + "deploy": "npm run build && gh-pages -d dist", |
| 10 | + "clean": "rimraf ./dist" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/progrape/weui-wechat.git" |
| 15 | + }, |
| 16 | + "keywords": [ |
| 17 | + "weui", |
| 18 | + "example", |
| 19 | + "wechat", |
| 20 | + "weixin" |
| 21 | + ], |
| 22 | + "author": "jf <[email protected]>", |
| 23 | + "license": "MIT", |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/progrape/weui-wechat/issues" |
| 26 | + }, |
| 27 | + "homepage": "https://weui.io", |
| 28 | + "dependencies": { |
| 29 | + "art-template": "^3.0.3", |
| 30 | + "fastclick": "^1.0.6", |
| 31 | + "jquery": "^2.2.1", |
| 32 | + "router": "git+https://github.com/progrape/router.git", |
| 33 | + "weui": "^0.4.2", |
| 34 | + "weui.js": "git+https://github.com/weui/weui.js.git" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "autoprefixer": "^6.3.3", |
| 38 | + "babel-core": "^6.7.0", |
| 39 | + "babel-loader": "^6.2.4", |
| 40 | + "babel-plugin-transform-class-properties": "^6.6.0", |
| 41 | + "babel-preset-es2015": "^6.6.0", |
| 42 | + "babel-preset-stage-3": "^6.5.0", |
| 43 | + "css-loader": "^0.23.1", |
| 44 | + "eslint": "^2.3.0", |
| 45 | + "file-loader": "^0.8.5", |
| 46 | + "gh-pages": "^0.12.0", |
| 47 | + "gulp": "^3.9.1", |
| 48 | + "gulp-tap": "^0.1.3", |
| 49 | + "html-webpack-plugin": "^2.15.0", |
| 50 | + "json-stable-stringify": "^1.0.1", |
| 51 | + "less": "^2.6.1", |
| 52 | + "less-loader": "^2.2.2", |
| 53 | + "open-browser-webpack-plugin": "0.0.2", |
| 54 | + "postcss-loader": "^0.8.1", |
| 55 | + "raw-loader": "^0.5.1", |
| 56 | + "rimraf": "^2.5.2", |
| 57 | + "style-loader": "^0.13.0", |
| 58 | + "url-loader": "^0.5.7", |
| 59 | + "vconsole": "^2.0.0", |
| 60 | + "webpack": "^1.12.14", |
| 61 | + "webpack-dev-server": "^1.14.1" |
| 62 | + } |
| 63 | +} |
0 commit comments