Files
eventsphere/apps/web/package.json
2026-04-25 21:57:48 +01:00

30 lines
691 B
JSON

{
"name": "web",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.468.0",
"recharts": "^2.13.3",
"clsx": "^2.1.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.15",
"typescript": "^5.6.3",
"tailwindcss": "^3.4.14",
"postcss": "^8.4.47",
"autoprefixer": "^10.4.20",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}