Ai
2 Star 1 Fork 1

易灵/react-client-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
LiYiLin 提交于 2022-05-02 16:51 +08:00 . 引入图片处理模块jimp并测试使用
{
"name": "react-client",
"version": "0.1.0",
"private": true,
"author": "yilin.li <2383017941@qq.com>",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.16.7",
"@craco/craco": "^6.4.3",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.19",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-plugin-import": "^1.13.3",
"craco-less": "^1.17.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"react-scripts": "^4.0.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-card": "^1.18.25",
"@ant-design/pro-form": "^1.52.12",
"@ant-design/pro-layout": "^6.32.5",
"@ant-design/pro-table": "^2.62.6",
"antd": "^4.18.2",
"axios": "^0.24.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"mobx": "^6.3.12",
"mobx-react": "^7.2.1",
"pubsub-js": "^1.9.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.7",
"react-router-dom": "^6.2.1",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"web-vitals": "^2.1.2"
},
"scripts": {
"init": "npm install --legacy-peer-deps",
"build": "craco build",
"start": "craco start"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/yilin-codes/react-client.git
git@gitee.com:yilin-codes/react-client.git
yilin-codes
react-client
react-client-demo
master

搜索帮助