|
|
|
|
@ -10,34 +10,34 @@
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@nextui-org/button": "2.0.0",
|
|
|
|
|
"@nextui-org/card": "^2.0.4",
|
|
|
|
|
"@nextui-org/checkbox": "^2.0.5",
|
|
|
|
|
"@nextui-org/card": "^2.0.11",
|
|
|
|
|
"@nextui-org/checkbox": "^2.0.12",
|
|
|
|
|
"@nextui-org/code": "2.0.0",
|
|
|
|
|
"@nextui-org/divider": "^2.0.4",
|
|
|
|
|
"@nextui-org/dropdown": "^2.0.9",
|
|
|
|
|
"@nextui-org/image": "^2.0.4",
|
|
|
|
|
"@nextui-org/divider": "^2.0.10",
|
|
|
|
|
"@nextui-org/dropdown": "^2.0.13",
|
|
|
|
|
"@nextui-org/image": "^2.0.11",
|
|
|
|
|
"@nextui-org/input": "2.0.0",
|
|
|
|
|
"@nextui-org/kbd": "2.0.0",
|
|
|
|
|
"@nextui-org/link": "2.0.0",
|
|
|
|
|
"@nextui-org/modal": "^2.0.6",
|
|
|
|
|
"@nextui-org/modal": "^2.0.13",
|
|
|
|
|
"@nextui-org/navbar": "2.0.0",
|
|
|
|
|
"@nextui-org/snippet": "2.0.0",
|
|
|
|
|
"@nextui-org/switch": "2.0.0",
|
|
|
|
|
"@nextui-org/system": "2.0.0",
|
|
|
|
|
"@nextui-org/tabs": "^2.0.11",
|
|
|
|
|
"@nextui-org/theme": "2.0.0",
|
|
|
|
|
"@react-aria/ssr": "^3.6.0",
|
|
|
|
|
"@react-aria/visually-hidden": "^3.8.1",
|
|
|
|
|
"@react-aria/ssr": "^3.7.1",
|
|
|
|
|
"@react-aria/visually-hidden": "^3.8.3",
|
|
|
|
|
"@types/node": "20.2.5",
|
|
|
|
|
"@types/react": "18.2.8",
|
|
|
|
|
"@types/react-dom": "18.2.4",
|
|
|
|
|
"autoprefixer": "10.4.14",
|
|
|
|
|
"clsx": "^1.2.1",
|
|
|
|
|
"drizzle-orm": "^0.28.1",
|
|
|
|
|
"drizzle-orm": "^0.28.2",
|
|
|
|
|
"eslint": "8.41.0",
|
|
|
|
|
"eslint-config-next": "13.4.4",
|
|
|
|
|
"framer-motion": "^10.12.16",
|
|
|
|
|
"intl-messageformat": "^10.1.0",
|
|
|
|
|
"framer-motion": "^10.15.2",
|
|
|
|
|
"intl-messageformat": "^10.5.0",
|
|
|
|
|
"next": "13.4.9",
|
|
|
|
|
"next-themes": "^0.2.1",
|
|
|
|
|
"pocketbase": "^0.16.0",
|
|
|
|
|
@ -48,12 +48,12 @@
|
|
|
|
|
"tailwind-variants": "^0.1.13",
|
|
|
|
|
"tailwindcss": "3.3.2",
|
|
|
|
|
"typescript": "5.0.4",
|
|
|
|
|
"zod": "^3.21.4"
|
|
|
|
|
"zod": "^3.22.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@iconify/react": "^4.1.1",
|
|
|
|
|
"drizzle-kit": "^0.19.12",
|
|
|
|
|
"prettier": "^3.0.1",
|
|
|
|
|
"prettier": "^3.0.2",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.4.1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|