This commit is contained in:
jrosh 2026-03-17 18:47:48 +01:00
commit 8c0e589376
Signed by: jrosh
GPG key ID: CC50156D9BDF5EFB
51 changed files with 4882 additions and 908 deletions

View file

@ -10,18 +10,28 @@
"preview": "vite preview"
},
"dependencies": {
"@types/matter-js": "^0.20.2",
"clsx": "^2.1.1",
"i18next": "^25.8.4",
"i18next-browser-languagedetector": "^8.2.0",
"lodash": "^4.17.23",
"lucide-react": "^0.563.0",
"matter-js": "^0.20.0",
"motion": "^12.34.2",
"poly-decomp": "^0.3.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.5.4",
"react-router-dom": "^7.13.0"
"react-router-dom": "^7.13.0",
"shadcn": "^3.8.5",
"svg-path-commander": "^2.1.11",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.5",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.23",
@ -30,7 +40,8 @@
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3",
"vite": "^7.2.4"
}
}