feat: init
This commit is contained in:
32
package.json
32
package.json
@@ -16,7 +16,9 @@
|
||||
"@types/node": "^20.10.0",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@uidotdev/usehooks": "^2.4.1",
|
||||
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
||||
"@workspace/hooks": "workspace:*",
|
||||
"@workspace/shared": "workspace:*",
|
||||
"@workspace/utils": "workspace:*",
|
||||
"antd-mobile": "^5.33.0",
|
||||
"antd-mobile-icons": "^0.3.0",
|
||||
"axios": "^1.6.2",
|
||||
@@ -35,18 +37,30 @@
|
||||
"zustand": "^4.4.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.isequal": "^4.5.8",
|
||||
"@eslint-react/eslint-plugin": "^1.22.1",
|
||||
"@eslint/js": "^9.15.0",
|
||||
"@react-dev-inspector/vite-plugin": "^2.0.1",
|
||||
"@types/react": "^18.3.24",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@types/react-slick": "^0.23.12",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
"@typescript-eslint/parser": "^6.10.0",
|
||||
"@vitejs/plugin-react-swc": "^3.5.0",
|
||||
"eslint": "^9.34.0",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
||||
"@vitejs/plugin-react-swc": "^3.7.2",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.14",
|
||||
"globals": "^15.12.0",
|
||||
"postcss-pxtorem": "^6.0.0",
|
||||
"react-dev-inspector": "^2.0.1",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^5.0.0"
|
||||
"vite": "^6.0.5",
|
||||
"vite-plugin-checker": "^0.8.0"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "npx lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "eslint --fix"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user