3 Star 0 Fork 0

Floyd/SmartLease-Front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
wyf32268886 提交于 2021-07-21 16:56 . feat: 增加评价以及物流
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"test": "umi test",
"lint": "eslint {src,mock,tests}/**/*.{ts,tsx} --fix",
"precommit": "lint-staged"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ant-design/pro-form": "^1.31.2",
"antd": "^4.16.6",
"axios": "^0.21.1",
"core-js": "^3.15.2",
"nprogress": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.2.0",
"reqwest": "^2.0.5",
"umi-request": "^1.3.9"
},
"devDependencies": {
"@types/jest": "^23.3.12",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-test-renderer": "^16.0.3",
"@umijs/preset-react": "^1",
"babel-eslint": "^9.0.0",
"eslint": "^5.4.0",
"eslint-config-umi": "^1.4.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.11.1",
"lint-staged": "^7.2.2",
"react-test-renderer": "^16.7.0",
"umi": "^3.5.0",
"umi-types": "^0.3.0"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"git add"
],
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"engines": {
"node": ">=8.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/floydzzx/smart-lease-front.git
git@gitee.com:floydzzx/smart-lease-front.git
floydzzx
smart-lease-front
SmartLease-Front
master

搜索帮助