theatre/compat-tests/fixtures/react18/package/package.json

20 lines
470 B
JSON
Raw Normal View History

{
"scripts": {
"dev": "parcel serve ./index.html",
"build": "parcel build ./index.html",
"start": "serve dist"
},
"dependencies": {
2023-07-30 21:03:55 +02:00
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"three": "^0.141.0",
"@theatre/core": "0.0.1-COMPAT.1",
"@theatre/r3f": "0.0.1-COMPAT.1",
"@theatre/studio": "0.0.1-COMPAT.1",
"parcel": "^2.9.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"serve": "14.2.0"
}
}