{ "name": "@islandflow/web", "private": true, "type": "module", "scripts": { "dev": "bun run scripts/dev.ts", "build": "next build", "start": "next start" }, "dependencies": { "@islandflow/types": "workspace:*", "@tanstack/react-virtual": "^3.13.24", "lightweight-charts": "^4.2.0", "next": "^14.2.4", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^20.14.10", "@types/react": "^18.3.3", "typescript": "^5.5.4" } }