Initial commit of template

This commit is contained in:
Antigravity
2026-07-16 14:03:58 +05:30
commit 2c0eb2fcc3
9 changed files with 323 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "noah-threejs-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"watch": "vite build --watch"
},
"dependencies": {
"@supabase/supabase-js": "2.57.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"three": "0.160.0"
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react-swc": "4.3.0",
"eslint": "9.9.1",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-react-refresh": "0.4.11",
"globals": "15.9.0",
"vite": "8.0.8"
}
}