1 Star 0 Fork 16

lyman/react-mobx-ts-antd

forked from evolify/react-mobx-ts-antd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
evolify 提交于 2017-09-13 20:59 +08:00 . init
{
"name": "react-mobx-ts-antd",
"version": "0.1.0",
"dependencies": {
"@types/jest": "^20.0.7",
"@types/node": "^8.0.24",
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.3",
"@types/react-router-dom": "^4.0.7",
"antd": "^2.13.1",
"css-loader": "0.28.4",
"ev-ui": "^0.1.8",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.11.2",
"html-webpack-plugin": "2.28.0",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2",
"style-loader": "0.18.2",
"styled-components": "^2.1.2",
"ts-loader": "^2.3.7",
"typescript": "~2.4.0",
"url-loader": "0.5.8",
"webpack": "2.6.1",
"webpack-dev-server": "2.5.0"
},
"devDependencies": {
"compression-webpack-plugin": "^1.0.0",
"ts-import-plugin": "^1.2.0"
},
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.config.js",
"build": "set NODE_ENV=production && webpack --config webpack.prod.config.js",
"git-push": "git add . && git commit && git push"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lymanee/react-mobx-ts-antd.git
git@gitee.com:lymanee/react-mobx-ts-antd.git
lymanee
react-mobx-ts-antd
react-mobx-ts-antd
master

搜索帮助