1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "ibrand-wechat",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "dev": "webpack --watch --progress --colors --config webpack.dev.config.js",
- "build": "webpack --progress --hide-modules --config webpack.prod.config.js"
- },
- "author": "",
- "license": "MIT",
- "dependencies": {
- "babel": "^6.23.0",
- "babel-plugin-transform-runtime": "^6.23.0",
- "babel-runtime": "^6.26.0",
- "copy-webpack-plugin": "^4.0.1",
- "glob": "^7.1.2",
- "gulp-minify-css": "^1.2.4",
- "natives": "^1.1.6",
- "nativescript": "^5.1.0",
- "npm": "^5.4.2",
- "pingpp-js": "^2.1.13",
- "regenerator": "^0.10.0",
- "webpack": "^3.12.0",
- "webpack-dev-server": "^2.7.1",
- "wxa-plugin-canvas": "^1.1.12"
- },
- "devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.0",
- "babel-loader": "^7.1.2",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-polyfill": "^6.26.0",
- "babel-preset-es2015": "^6.24.1",
- "babel-preset-latest": "^6.24.1",
- "babel-preset-stage-0": "^6.24.1",
- "fs": "0.0.1-security",
- "gulp": "^3.9.1",
- "gulp-changed": "^3.2.0",
- "gulp-less": "^3.5.0",
- "gulp-notify": "^3.2.0",
- "gulp-plumber": "^1.2.0",
- "gulp-rename": "^1.3.0",
- "merge-stream": "^1.0.1",
- "npm-run-all": "^4.1.3",
- "path": "^0.12.7",
- "redux": "^3.7.2",
- "redux-thunk": "^2.2.0",
- "redux-weapp": "^0.1.0",
- "weapp-next": "^0.3.0",
- "webpack-cli": "^2.1.5",
- "webpack-merge": "^4.1.0",
- "yargs": "^11.0.0"
- }
- }
|