17 lines
374 B
JSON
17 lines
374 B
JSON
|
{
|
||
|
"name": "theatre-example-dom",
|
||
|
"scripts": {
|
||
|
"start": "parcel serve ./index.html"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@theatre/core": "workspace:*",
|
||
|
"@theatre/studio": "workspace:*",
|
||
|
"@types/react": "^17.0.9",
|
||
|
"@types/react-dom": "^17.0.6",
|
||
|
"parcel-bundler": "^1.12.5",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2",
|
||
|
"typescript": "^4.3.2"
|
||
|
}
|
||
|
}
|