2024-06-15 14:55:33 +02:00
|
|
|
{
|
|
|
|
"name": "svrjs",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-20 17:37:45 +02:00
|
|
|
"@hookform/resolvers": "^3.6.0",
|
2024-06-15 18:41:36 +02:00
|
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
2024-06-15 14:55:33 +02:00
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
2024-06-20 17:37:45 +02:00
|
|
|
"@radix-ui/react-label": "^2.1.0",
|
2024-06-15 14:55:33 +02:00
|
|
|
"@radix-ui/react-navigation-menu": "^1.1.4",
|
2024-06-20 17:37:45 +02:00
|
|
|
"@radix-ui/react-slot": "^1.1.0",
|
2024-06-15 14:55:33 +02:00
|
|
|
"@radix-ui/themes": "^3.0.5",
|
2024-06-20 15:38:05 +02:00
|
|
|
"@types/cookie": "^0.6.0",
|
2024-06-20 19:46:48 +02:00
|
|
|
"@uploadthing/react": "^6.6.0",
|
2024-06-15 14:55:33 +02:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.1",
|
2024-06-20 15:38:05 +02:00
|
|
|
"cookie": "^0.6.0",
|
2024-06-15 14:55:33 +02:00
|
|
|
"framer-motion": "^11.2.10",
|
|
|
|
"lucide-react": "^0.394.0",
|
|
|
|
"mini-svg-data-uri": "^1.4.4",
|
2024-06-20 19:46:48 +02:00
|
|
|
"mongoose": "^8.4.3",
|
2024-06-15 14:55:33 +02:00
|
|
|
"next": "14.2.3",
|
|
|
|
"next-themes": "^0.3.0",
|
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18",
|
2024-06-20 17:37:45 +02:00
|
|
|
"react-hook-form": "^7.52.0",
|
2024-06-15 14:55:33 +02:00
|
|
|
"tailwind-merge": "^2.3.0",
|
2024-06-20 17:37:45 +02:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2024-06-20 19:46:48 +02:00
|
|
|
"uploadthing": "^6.12.0",
|
2024-06-20 17:37:45 +02:00
|
|
|
"zod": "^3.23.8"
|
2024-06-15 14:55:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.3",
|
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5"
|
|
|
|
}
|
|
|
|
}
|