ledgerlens / apps /web /package.json
Abdr007's picture
LedgerLens — deployed tree
6741fc6
Raw
History Blame Contribute Delete
1.05 kB
{
"name": "ledgerlens-web",
"version": "1.0.0",
"private": true,
"description": "LedgerLens mission-control UI",
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start --port 3000",
"lint": "eslint . --max-warnings 0",
"typecheck": "tsc --noEmit",
"check": "npm run typecheck && npm run lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.4.7",
"lucide-react": "^0.475.0",
"next": "^15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^3.10.1",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/postcss": "^4.0.9",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.21.0",
"eslint-config-next": "^15.2.0",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3"
}
}