加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
coolhwm 提交于 2018-03-17 12:19 . ADD:修改redux依赖版本
{
"name": "myproject",
"version": "1.2.8",
"description": "",
"main": "dist/app.js",
"scripts": {
"dev": "wepy build --watch",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-promise": "^0.5.3",
"wepy": "^1.7.0",
"wepy-async-function": "^1.4.4",
"wepy-com-toast": "^1.0.3",
"wepy-redux": "^1.5.6"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"cross-env": "^5.0.4",
"eslint": "^3.19.0",
"eslint-config-standard": "^7.1.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.0.1",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-less": "^1.3.10",
"wepy-compiler-sass": "^1.3.7",
"wepy-eslint": "^1.5.2",
"wepy-plugin-autoprefixer": "^1.5.9",
"wepy-plugin-filemin": "github:cuijiemmx/wepy-plugin-filemin",
"wepy-plugin-imagemin": "^1.5.2",
"wepy-plugin-uglifyjs": "^1.3.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化