first commit
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "r3f-water-drops",
|
||||
"homepage": "https://nemutas.github.io/r3f-water-drops/",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"deploy": "npm run build && gh-pages -d dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/css": "^11.9.0",
|
||||
"@react-three/cannon": "^6.3.0",
|
||||
"@react-three/drei": "^9.11.0",
|
||||
"@react-three/fiber": "^8.0.17",
|
||||
"lil-gui": "^0.16.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"three": "^0.140.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@types/three": "^0.140.0",
|
||||
"@vitejs/plugin-react": "^1.3.0",
|
||||
"gh-pages": "^4.0.0",
|
||||
"typescript": "^4.6.3",
|
||||
"vite": "^2.9.9",
|
||||
"vite-plugin-glsl": "^0.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user