homelab-dashboard/package.json
Bilal Teke 787aab5e1d v2
2026-04-15 21:19:28 +02:00

29 lines
693 B
JSON

{
"name": "homelab-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^16.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}