3 Star 0 Fork 0

徐琳/Fincity Project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
徐琳 提交于 2024-08-02 09:53 . feat:项目部署和页面配置
{
"name": "FinCity",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint src --fix --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"ts": "tsc -b",
"test": "vite --mode test"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"yarn run lint",
"prettier --write"
]
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"ahooks": "^3.8.0",
"antd-mobile": "^5.37.1",
"axios": "^1.7.2",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"redux": "^5.0.1"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"husky": "9.1.3",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite-plugin-compression": "^0.5.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lin-who-loves-to-type-code/fincity-project.git
git@gitee.com:lin-who-loves-to-type-code/fincity-project.git
lin-who-loves-to-type-code
fincity-project
Fincity Project
master

搜索帮助