Skip to content

Commit

Permalink
react を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 19, 2025
1 parent 244e1e1 commit ee2dfb7
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "1.49.1",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "6.0.7",
Expand All @@ -23,5 +26,10 @@
"packageManager": "[email protected]",
"engines": {
"node": ">=22.11.0"
},
"dependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"zustand": "5.0.3"
}
}
Loading

0 comments on commit ee2dfb7

Please sign in to comment.