Switch to @vercel/kv
This commit is contained in:
parent
45d3a8d0ee
commit
fc79a708f4
20 changed files with 188 additions and 1079 deletions
29
package.json
29
package.json
|
|
@ -5,15 +5,11 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"db:mg:create": "drizzle-kit generate:pg --config=drizzle.config.ts",
|
||||
"db:mg:apply": "ts-node --project tsconfig.migration.json ./lib/db/migrate --config=drizzle.config.ts",
|
||||
"db:check": "drizzle-kit check:pg --config=drizzle.config.ts",
|
||||
"db:up": "drizzle-kit up:pg --config=drizzle.config.ts",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"preview": "next build && next start",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"type-check": "tsc --noEmit",
|
||||
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
|
||||
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
|
||||
},
|
||||
|
|
@ -23,18 +19,11 @@
|
|||
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
||||
"@vercel/analytics": "^1.0.0",
|
||||
"@vercel/kv": "^0.2.1",
|
||||
"@vercel/postgres": "^0.3.0",
|
||||
"ai-connector": "^0.0.5",
|
||||
"body-scroll-lock": "4.0.0-beta.0",
|
||||
"class-variance-authority": "^0.4.0",
|
||||
"clsx": "^1.2.1",
|
||||
"common-tags": "^1.8.2",
|
||||
"cookie": "^0.5.0",
|
||||
"drizzle-orm": "^0.26.0",
|
||||
"focus-trap-react": "^10.1.1",
|
||||
"framer-motion": "^10.12.4",
|
||||
"jose": "^4.14.4",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"lucide-react": "0.216.0",
|
||||
"nanoid": "^4.0.2",
|
||||
"next": "13.4.5-canary.3",
|
||||
|
|
@ -47,35 +36,25 @@
|
|||
"react-syntax-highlighter": "^15.5.0",
|
||||
"react-textarea-autosize": "^8.4.1",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"remark-math": "^5.1.1",
|
||||
"tailwind-merge": "^1.12.0",
|
||||
"tailwindcss-animate": "^1.0.5",
|
||||
"uuid": "^9.0.0"
|
||||
"remark-math": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/common-tags": "^1.8.1",
|
||||
"@types/cookie": "^0.5.1",
|
||||
"@types/jsonwebtoken": "^9.0.2",
|
||||
"@types/ms": "^0.7.31",
|
||||
"@types/node": "^17.0.12",
|
||||
"@types/react": "^18.0.22",
|
||||
"@types/react-dom": "^18.0.7",
|
||||
"@types/react-syntax-highlighter": "^15.5.6",
|
||||
"@typescript-eslint/parser": "^5.58.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"dotenv": "^16.0.3",
|
||||
"drizzle-kit": "^0.18.0",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint-config-next": "13.4.5-canary.3",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-react": "^7.31.11",
|
||||
"eslint-plugin-tailwindcss": "^3.8.0",
|
||||
"postcss": "^8.4.21",
|
||||
"prettier": "^2.7.1",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"tailwind-merge": "^1.12.0",
|
||||
"tailwindcss-animate": "^1.0.5",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"pnpm": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue