48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "SchoolProject",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"check": "biome check .",
|
|
"check:unsafe": "biome check --write --unsafe .",
|
|
"check:write": "biome check --write .",
|
|
"dev": "next dev --turbo",
|
|
"preview": "next build && next start",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-collapsible": "^1.1.10",
|
|
"@radix-ui/react-slot": "^1.2.2",
|
|
"@t3-oss/env-nextjs": "^0.12.0",
|
|
"@tanstack/react-query": "^5.76.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.509.0",
|
|
"next": "^15.2.3",
|
|
"next-themes": "^0.4.6",
|
|
"pg": "^8.14.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^3.2.0",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@tailwindcss/postcss": "^4.0.15",
|
|
"@types/node": "^20.14.10",
|
|
"@types/pg": "^8.11.13",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.0.15",
|
|
"tw-animate-css": "^1.2.9",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.39.3"
|
|
},
|
|
"packageManager": "pnpm@10.8.0"
|
|
}
|