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