2022-05-25 00:37:18 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
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",
|
2022-05-25 00:37:18 +02:00
|
|
|
"next": "latest",
|
2022-09-13 21:37:39 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2022-05-25 00:37:18 +02:00
|
|
|
}
|
|
|
|
}
|