29 lines
575 B
JSON
29 lines
575 B
JSON
{
|
|
"name": "scoped-propagators",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"packageManager": "yarn@4.3.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tsc": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"rbush": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tldraw": "2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.2",
|
|
"@types/rbush": "^3.0.3",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"typescript": "^5.5.2",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|