theatre/packages/example-dom/package.json
2021-06-18 13:05:06 +02:00

16 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"
}
}