Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 49d8296

Browse files
committed
feat(projects): add react config
1 parent 3ad1ea4 commit 49d8296

File tree

7 files changed

+942
-2
lines changed

7 files changed

+942
-2
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,15 @@
9696
"@types/node": "20.10.4",
9797
"@types/prompts": "2.4.9",
9898
"eslint": "8.55.0",
99+
"eslint-plugin-react": "^7.33.2",
100+
"eslint-plugin-react-hooks": "^4.6.0",
101+
"eslint-plugin-react-native": "^4.1.0",
102+
"eslint-plugin-react-refresh": "^0.4.5",
99103
"eslint-plugin-vue": "9.19.2",
100104
"lint-staged": "15.2.0",
101105
"prettier-plugin-toml": "2.0.1",
106+
"react": "^18.2.0",
107+
"react-dom": "^18.2.0",
102108
"simple-git-hooks": "2.9.0",
103109
"tsup": "8.0.1",
104110
"tsx": "4.6.2",

0 commit comments

Comments
 (0)