42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "tldraw-governance",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "concurrently \"vite --host\" \"HOST=localhost PORT=1234 npx y-websocket\" --kill-others",
|
|
"dev:win": "concurrently \"vite\" \"set HOST=localhost&& set PORT=1234 && npx y-websocket\" --kill-others",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"deploy": "yarn build && npx partykit deploy",
|
|
"tsc": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@dimforge/rapier2d": "^0.11.2",
|
|
"partykit": "0.0.27",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tldraw": "2.2.0-canary.749b7d4d6dcc",
|
|
"y-partykit": "0.0.7",
|
|
"y-utility": "^0.1.3",
|
|
"y-websocket": "^2.0.2",
|
|
"yjs": "^13.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.0",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"concurrently": "^8.2.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-top-level-await": "^1.3.1",
|
|
"vite-plugin-wasm": "^3.2.2"
|
|
}
|
|
} |