islandflow/apps/web/package.json
2026-01-07 15:47:09 -05:00

22 lines
482 B
JSON

{
"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:*",
"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"
}
}