-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e48385b
commit 3eff4b7
Showing
11 changed files
with
467 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "一套基于react18、ts、vite5的项目模板,帮助快速搭建react项目", | ||
"version": "1.0.0", | ||
"type": "module", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"author": "huangmingfu <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/huangmingfu/react-ts-template", | ||
|
@@ -47,37 +47,37 @@ | |
"lodash-es": "^4.17.21", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-router-dom": "^6.27.0", | ||
"react-router-dom": "^6.28.0", | ||
"zustand": "^5.0.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@commitlint/prompt-cli": "^19.5.0", | ||
"@eslint/js": "^9.13.0", | ||
"@eslint/js": "^9.14.0", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/lodash-es": "^4.17.12", | ||
"@types/node": "^22.8.6", | ||
"@types/node": "^22.9.0", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@vitejs/plugin-react-swc": "^3.7.1", | ||
"eslint": "^9.13.0", | ||
"eslint": "^9.14.0", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"eslint-plugin-react-refresh": "^0.4.14", | ||
"globals": "^15.11.0", | ||
"globals": "^15.12.0", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"sass": "^1.80.5", | ||
"sass": "^1.80.7", | ||
"stylelint": "^16.10.0", | ||
"stylelint-config-recess-order": "^5.1.1", | ||
"stylelint-config-standard": "^36.0.1", | ||
"stylelint-config-standard-scss": "^13.1.0", | ||
"stylelint-order": "^6.0.4", | ||
"typescript": "~5.6.3", | ||
"typescript-eslint": "^8.12.2", | ||
"vite": "^5.4.10" | ||
"typescript-eslint": "^8.14.0", | ||
"vite": "^5.4.11" | ||
}, | ||
"engines": { | ||
"node": ">=18.12.0", | ||
|
Oops, something went wrong.