Files
2026-07-18 01:12:55 +12:00

36 lines
872 B
JSON

{
"name": "computer-repair",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@next/env": "^16.2.10",
"@next/third-parties": "^16.2.10",
"@radix-ui/react-accordion": "^1.2.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.487.0",
"motion": "^11.16.0",
"next": "^16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sharp": "^0.33.5",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.1",
"eslint": "^9.39.5",
"eslint-config-next": "^16.2.10",
"postcss": "^8.4.49",
"tailwindcss": "^4.1.1"
}
}