2022-05-25 00:37:18 +02:00
|
|
|
{
|
|
|
|
"scripts": {
|
2023-07-29 22:52:19 +02:00
|
|
|
"dev": "parcel serve ./index.html",
|
|
|
|
"build": "parcel build ./index.html",
|
|
|
|
"start": "serve dist"
|
2022-05-25 00:37:18 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-06 17:18:35 +02:00
|
|
|
"@react-three/drei": "^9.80.1",
|
|
|
|
"@react-three/fiber": "^8.13.6",
|
|
|
|
"three": "^0.155.0",
|
2023-01-04 20:03:47 +01:00
|
|
|
"@theatre/core": "0.0.1-COMPAT.1",
|
|
|
|
"@theatre/r3f": "0.0.1-COMPAT.1",
|
|
|
|
"@theatre/studio": "0.0.1-COMPAT.1",
|
2023-08-01 15:07:19 +02:00
|
|
|
"parcel": "^2.9.3",
|
2022-05-25 00:37:18 +02:00
|
|
|
"react": "^18.1.0",
|
2023-07-29 22:52:19 +02:00
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"serve": "14.2.0"
|
2022-05-25 00:37:18 +02:00
|
|
|
}
|
|
|
|
}
|