UNPKG

happy-weapp-template

Version:
58 lines (57 loc) 1.65 kB
{ "name": "happy-weapp-template", "version": "1.0.1", "description": "happy小程序脚手架模板", "main": "app.js", "scripts": { "dev": "cross-env NODE_ENV=development node ./scripts/webpack/build.js", "build": "cross-env NODE_ENV=production node ./scripts/webpack/build.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/cilla123/happy-weapp-template.git" }, "keywords": [ "小程序", "小程序脚手架", "模板" ], "author": "Ben赖珏豪", "license": "MIT", "bugs": { "url": "https://github.com/cilla123/happy-weapp-template/issues" }, "homepage": "https://github.com/cilla123/happy-weapp-template#readme", "dependencies": { "lodash": "^4.17.4", "pug": "^2.0.0-rc.3", "ramda": "^0.24.1", "regenerator-runtime": "^0.10.5", "tween.js": "^16.6.0" }, "devDependencies": { "autoprefixer": "^7.1.1", "babel-core": "^6.25.0", "babel-loader": "^7.0.0", "babel-preset-env": "^1.5.2", "babel-preset-latest": "^6.24.1", "consolidate": "^0.14.5", "copy-webpack-plugin": "^4.0.1", "cross-env": "^5.1.4", "css-loader": "^0.28.4", "extract-text-webpack-plugin": "^2.1.2", "happy-weapp-loader": "^1.0.3", "happypack": "^4.0.1", "node-sass": "^4.5.3", "postcss": "^6.0.2", "postcss-loader": "^2.0.5", "progress-bar-webpack-plugin": "^1.9.3", "sass-loader": "^6.0.5", "shelljs": "^0.7.8", "style-loader": "^0.18.2", "vue-template-compiler": "^2.3.4", "webpack": "^3.11.0", "webpack-merge": "^4.1.2" } }