theatre/examples/basic-dom/package.json

17 lines
374 B
JSON
Raw Normal View History

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:*",
"@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",
2021-08-08 10:12:23 +02:00
"typescript": "^4.3.5"
2021-06-18 13:05:06 +02:00
}
}