Files
var-monorepo/apps/dispatch/package.json
2025-05-20 11:33:08 -07:00

50 lines
1.2 KiB
JSON

{
"name": "dispatch",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint --max-warnings 0",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@livekit/components-react": "^2.8.1",
"@livekit/components-styles": "^1.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@repo/db": "*",
"@repo/ui": "*",
"@tailwindcss/postcss": "^4.0.14",
"@tanstack/react-query": "^5.75.4",
"axios": "^1.9.0",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"livekit-client": "^2.9.7",
"livekit-server-sdk": "^2.10.2",
"lucide-react": "^0.511.0",
"next": "^15.1.0",
"next-auth": "^4.24.11",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-leaflet": "^5.0.0-rc.2",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.0.14",
"zustand": "^5.0.3",
"zustand-sync-tabs": "^0.2.2"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"daisyui": "^5.0.0-beta.6",
"typescript": "^5.8.2"
}
}