theatre/compat-tests/fixtures/react18/package/package.json
Aria Minaei 024b1896c6 Small tweaks to the compat tests
Note: These are cherry-picked from the internal docker branch.
2023-08-01 17:47:17 +02:00

22 lines
521 B
JSON

{
"scripts": {
"dev": "parcel serve ./index.html",
"build": "parcel build ./index.html",
"start": "serve dist"
},
"dependencies": {
"@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.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"serve": "14.2.0"
},
"devDependencies": {
"buffer": "^5.7.1"
}
}