website/package.json

39 lines
870 B
JSON
Raw Normal View History

2025-11-05 11:28:53 +00:00
{
"name": "attune-heart-therapy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
2025-11-05 11:29:43 +00:00
},
2025-11-06 12:02:10 +00:00
"engines": {
2025-11-05 11:29:43 +00:00
"node": ">=20.9.0"
2025-11-05 11:28:53 +00:00
},
"dependencies": {
2025-11-06 12:02:10 +00:00
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.552.0",
"next": "16.0.1",
"next-themes": "^0.4.6",
2025-11-05 11:28:53 +00:00
"react": "19.2.0",
"react-dom": "19.2.0",
2025-11-06 12:02:10 +00:00
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1"
2025-11-05 11:28:53 +00:00
},
"devDependencies": {
2025-11-06 12:02:10 +00:00
"@tailwindcss/postcss": "^4",
2025-11-05 11:28:53 +00:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
2025-11-06 12:02:10 +00:00
"eslint-config-next": "16.0.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
2025-11-05 11:28:53 +00:00
}
}