Skip to content

Commit daf1169

Browse files
authored
Avenmia/add react (#167)
* Updating dependencies and adding react * Migrating to use react * Fixing line styling * Fixing menu bars * linting * linting
1 parent 93b69aa commit daf1169

28 files changed

+1168
-640
lines changed

index.html

Lines changed: 4 additions & 374 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,24 @@
99
"prepare": "husky install"
1010
},
1111
"devDependencies": {
12+
"@types/react": "^18.3.12",
13+
"@types/react-dom": "^18.3.1",
1214
"@typescript-eslint/eslint-plugin": "5.17.0",
1315
"@typescript-eslint/parser": "5.17.0",
16+
"@vitejs/plugin-react": "^4.3.4",
1417
"eslint": "8.12.0",
1518
"eslint-config-prettier": "8.5.0",
1619
"husky": "7.0.4",
1720
"lint-staged": "12.3.7",
1821
"prettier": "2.6.1",
1922
"typescript": "4.5.4",
20-
"vite": "2.9.13"
23+
"vite": "^6.0.1"
2124
},
2225
"lint-staged": {
2326
"**/*": "prettier --write --ignore-unknown"
27+
},
28+
"dependencies": {
29+
"react": "^18.3.1",
30+
"react-dom": "^18.3.1"
2431
}
2532
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)