Initial commit — Pokemon Doors Randomiser
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user