2021-06-18 13:05:06 +02:00
|
|
|
{
|
2021-08-06 12:00:19 +02:00
|
|
|
"name": "@examples/basic-dom",
|
2021-06-18 13:05:06 +02:00
|
|
|
"scripts": {
|
|
|
|
"start": "parcel serve ./index.html"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@theatre/core": "workspace:*",
|
|
|
|
"@theatre/studio": "workspace:*",
|
2021-09-01 10:41:54 +02:00
|
|
|
"@types/react": "^17.0.19",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
2021-06-18 13:05:06 +02:00
|
|
|
"parcel-bundler": "^1.12.5",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2023-08-08 08:43:24 +02:00
|
|
|
"typescript": "5.1.6"
|
2021-06-18 13:05:06 +02:00
|
|
|
}
|
|
|
|
}
|