mirror of
https://github.com/apidoorman/doorman.git
synced 2025-12-30 06:00:10 -06:00
42 lines
835 B
JSON
42 lines
835 B
JSON
{
|
|
"name": "doorman",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=20 <21",
|
|
"npm": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.0",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "^0.460.0",
|
|
"next": "^15.3.7",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"recharts": "^3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.8",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "5.8.3"
|
|
}
|
|
,
|
|
"overrides": {
|
|
"next": "^15.3.7",
|
|
"glob": "^10.3.12",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|