16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"name": "@examples/basic-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"
|
|
}
|
|
}
|