This commit is contained in:
Andreas Wilms
2026-03-09 12:25:43 +01:00
parent 13c06d93d8
commit 9b5f2d0814
10 changed files with 1716 additions and 66 deletions

View File

@@ -9,6 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"@playcanvas/splat-transform": "^1.8.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
@@ -18,9 +19,12 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/webpack": "^5.28.5",
"copy-webpack-plugin": "^14.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
"typescript": "^5",
"webpack": "^5.105.4"
}
}