Update package

This commit is contained in:
2024-10-27 11:09:08 -07:00
parent 15047541f4
commit 460ab44382

View File

@@ -5,10 +5,6 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "next build", "build": "next build",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev", "dev": "next dev",
"lint": "next lint", "lint": "next lint",
"start": "next start" "start": "next start"
@@ -30,13 +26,10 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cn": "^0.1.1", "cn": "^0.1.1",
"drizzle-orm": "^0.33.0",
"geist": "^1.3.1", "geist": "^1.3.1",
"lucide-react": "^0.441.0", "lucide-react": "^0.441.0",
"next": "^14.2.13", "next": "^14.2.13",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"pdf2pic": "^3.1.3",
"postgres": "^3.4.4",
"radix-ui": "^1.0.1", "radix-ui": "^1.0.1",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
@@ -44,7 +37,6 @@
"spawn-sync": "^2.0.0", "spawn-sync": "^2.0.0",
"tailwind-merge": "^2.5.4", "tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@types/eslint": "^8.56.12", "@types/eslint": "^8.56.12",
@@ -53,10 +45,8 @@
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.6.0", "@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0", "@typescript-eslint/parser": "^8.6.0",
"drizzle-kit": "^0.24.2",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-next": "^14.2.12", "eslint-config-next": "^14.2.12",
"eslint-plugin-drizzle": "^0.2.3",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6", "prettier-plugin-tailwindcss": "^0.6.6",