initial implementation

This commit is contained in:
2025-01-26 01:22:33 +00:00
parent 8b4c9ea6ee
commit 672917ac92
14 changed files with 538 additions and 212 deletions

View File

@@ -11,12 +11,17 @@
"dependencies": {
"@react-router/node": "^7.1.3",
"@react-router/serve": "^7.1.3",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"isbot": "^5.1.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.3"
"react-google-charts": "^5.2.1",
"react-router": "^7.1.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@react-router/dev": "^7.1.3",
"@types/node": "^20",
"@types/react": "^19.0.1",
@@ -27,5 +32,8 @@
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
}
},
"trustedDependencies": [
"@biomejs/biome"
]
}