{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit --incremental false", "e2e": "playwright test", "e2e:install": "playwright install chromium", "clean": "rm -rf .next .next-dev node_modules/.cache", "dev:clean": "npm run clean && next dev -p 3000", "dev:reset": "rm -rf .next .next-dev node_modules/.cache && next dev -p 3000", "build:clean": "npm run clean && next build" }, "dependencies": { "@nivo/bar": "^0.99.0", "@nivo/core": "^0.99.0", "@nivo/sankey": "^0.99.0", "lightweight-charts": "^5.1.0", "lucide-react": "^1.8.0", "next": "14.2.35", "react": "^18", "react-dom": "^18", "recharts": "^2.15.4", "tinykeys": "^3.0.0", "zustand": "^5.0.12" }, "devDependencies": { "@playwright/test": "^1.59.1", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.35", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" }, "engines": { "node": ">=18.17.0" } }