Files
template-sanity/apps/client/package.json
2025-07-24 01:24:10 +02:00

46 lines
1.1 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"engines": {
"bun": ">=1.2.12"
},
"type": "module",
"packageManager": "bun@1.2.12",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-slot": "^1.2.3",
"@repo/sanity-connection": "*",
"@repo/ui": "*",
"@sanity/client": "^7.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.6",
"lucide-react": "^0.525.0",
"next": "15.3.5",
"next-sanity": "^9.12.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@repo/typescript-config": "*",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.5",
"typescript": "^5"
}
}