Initial commit of template
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user