feat: initial romm web ui architecture, bento grids, and spatial gamepad bindings
This commit is contained in:
39
package.json
Normal file
39
package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "romm-web-ui",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroui/react": "^2.8.10",
|
||||
"@heroui/theme": "^2.4.26",
|
||||
"@noriginmedia/norigin-spatial-navigation": "^3.0.0",
|
||||
"@tanstack/query-sync-storage-persister": "^5.94.5",
|
||||
"@tanstack/react-query": "^5.59.0",
|
||||
"@tanstack/react-query-persist-client": "^5.94.5",
|
||||
"clsx": "^2.1.1",
|
||||
"framer-motion": "^11.5.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.26.0",
|
||||
"tailwind-merge": "^2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
||||
"@typescript-eslint/parser": "^8.0.1",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "^9.9.0",
|
||||
"postcss": "^8.4.40",
|
||||
"tailwindcss": "^3.4.15",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user