Initial commit — Pokemon Doors Randomiser

This commit is contained in:
2026-06-03 20:25:09 +09:30
commit 4737c2c905
3029 changed files with 632320 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "pokemon-doors",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "node server/index.js"
},
"type": "module",
"dependencies": {
"@xyflow/react": "^12.11.0",
"express": "^5.2.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.16.0",
"ws": "^8.21.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.16"
}
}