Ai
1 Star 0 Fork 0

叶码/react模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
叶码 提交于 2024-12-12 08:52 +08:00 . feat: antd
{
"name": "react_antd_vite_template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"add:husky-lint-staged": "husky add .husky/pre-commit 'npm run lint-staged'",
"add:husky-commitlint": "husky add .husky/commit-msg 'npm run commitlint'",
"lint-staged": "lint-staged",
"commitlint": "commitlint #$config .commitlintrc.js #$edit $1",
"husky:init": "npx husky-init",
"prepare": "husky install"
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"antd": "^5.22.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.2",
"sass": "^1.82.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.13.0",
"husky": "^8.0.0",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"prettier": "^3.4.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.1"
},
"lint-staged": {
"*.{js,vue,ts,jsx,tsx}": [
"eslint --fix"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ye-code/react-template.git
git@gitee.com:ye-code/react-template.git
ye-code
react-template
react模板
master

搜索帮助