24 lines
520 B
JSON
24 lines
520 B
JSON
|
{
|
||
|
"name": "@compat/vite-react18",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc && vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@theatre/core": "^0.0.1-COMPAT.1",
|
||
|
"@theatre/studio": "^0.0.1-COMPAT.1",
|
||
|
"react": "^18.0.0",
|
||
|
"react-dom": "^18.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react": "^18.0.0",
|
||
|
"@types/react-dom": "^18.0.0",
|
||
|
"@vitejs/plugin-react": "^1.3.0",
|
||
|
"typescript": "^4.6.3",
|
||
|
"vite": "^2.9.9"
|
||
|
}
|
||
|
}
|