1 Star 0 Fork 0

青ツ玉/egg-react-antd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
wuchunling 提交于 2019-03-11 17:57 . commit
{
"name": "egg-react-webpack-antd-boilerplate",
"version": "1.0.0",
"description": "Egg + AntD 工程",
"scripts": {
"clean": "easy clean",
"build": "easy build",
"debug": "egg-bin debug",
"dev": "egg-bin dev",
"start": "egg-scripts start",
"lint": "eslint .",
"fix": "eslint --fix .",
"ii": "npm install --registry https://registry.npm.taobao.org",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"antd": "^3.0.3",
"egg": "^2.1.0",
"egg-cors": "^2.0.0",
"egg-logger": "^1.5.0",
"egg-scripts": "^2.8.1",
"egg-validate": "^1.0.0",
"egg-view-react-ssr": "^2.2.6",
"extend": "~3.0.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"moment": "^2.17.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2"
},
"devDependencies": {
"conventional-changelog-cli": "^1.3.5",
"easywebpack-cli": "^4.0.0",
"easywebpack-react": "^4.3.0",
"egg-bin": "^4.5.0",
"egg-webpack": "^4.4.1",
"egg-webpack-react": "^2.0.2",
"eslint-config-egg": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"imagemin-webpack-plugin": "^2.3.0",
"ip": "^1.1.5",
"less": "^2.7.2",
"less-loader": "^4.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/egg-react-webpack-boilerplate.git"
},
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/easy-team/egg-react-webpack-boilerplate",
"webpack": {
"loaders": {
"less": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wuchunling/egg-react-antd.git
[email protected]:wuchunling/egg-react-antd.git
wuchunling
egg-react-antd
egg-react-antd
master

搜索帮助