islandflow/apps/web/package.json

25 lines
585 B
JSON

{
"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": "^16.2.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"typescript": "^5.5.4"
}
}