735bd983a5
* Working changes * Fix window undefined bug by updating lib * Fix TransformControlsImpl import * Fix compatibility tests>simple debuggable examples
14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"name": "@compat/parcel2-react18",
|
|
"scripts": {
|
|
"dev": "parcel serve ./index.html"
|
|
},
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
}
|