mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
migrated to supabase postgres
This commit is contained in:
+17
-21
@@ -20,12 +20,10 @@
|
||||
"dependencies": {
|
||||
"@giscus/react": "^2.4.0",
|
||||
"@hcaptcha/react-hcaptcha": "^1.9.3",
|
||||
"@neondatabase/serverless": "^0.6.1",
|
||||
"@novnc/novnc": "1.4.0",
|
||||
"@octokit/graphql": "^7.0.2",
|
||||
"@octokit/graphql-schema": "^14.47.1",
|
||||
"@prisma/adapter-neon": "^5.8.1",
|
||||
"@prisma/client": "^5.8.1",
|
||||
"@octokit/graphql-schema": "^14.54.0",
|
||||
"@prisma/client": "^5.9.1",
|
||||
"@react-spring/web": "^9.7.3",
|
||||
"@stitches/react": "1.3.1-1",
|
||||
"@vercel/edge": "^1.1.1",
|
||||
@@ -36,7 +34,7 @@
|
||||
"fathom-client": "^3.6.0",
|
||||
"feed": "^4.2.2",
|
||||
"formik": "^2.4.5",
|
||||
"geist": "^1.2.1",
|
||||
"geist": "^1.2.2",
|
||||
"gray-matter": "^4.0.3",
|
||||
"next": "14.1.0",
|
||||
"next-mdx-remote": "^4.4.1",
|
||||
@@ -44,16 +42,16 @@
|
||||
"obj-str": "^1.1.0",
|
||||
"p-map": "^7.0.1",
|
||||
"p-memoize": "^7.1.1",
|
||||
"polished": "^4.2.2",
|
||||
"polished": "^4.3.1",
|
||||
"prop-types": "^15.8.1",
|
||||
"query-string": "^8.1.0",
|
||||
"query-string": "^8.2.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-error-boundary": "^4.0.12",
|
||||
"react-frame-component": "^5.2.6",
|
||||
"react-icons": "^5.0.1",
|
||||
"react-innertext": "^1.1.5",
|
||||
"react-intersection-observer": "^9.5.3",
|
||||
"react-intersection-observer": "^9.7.0",
|
||||
"react-is": "18.2.0",
|
||||
"react-player": "^2.14.1",
|
||||
"react-textarea-autosize": "^8.5.3",
|
||||
@@ -70,31 +68,29 @@
|
||||
"sitemap": "^7.1.1",
|
||||
"stitches-normalize": "^3.0.1",
|
||||
"swr": "^2.2.4",
|
||||
"unified": "^11.0.4",
|
||||
"ws": "^8.16.0"
|
||||
"unified": "^11.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jakejarvis/eslint-config": "^3.1.0",
|
||||
"@types/comma-number": "^2.1.2",
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/node": "^20.11.16",
|
||||
"@types/novnc__novnc": "^1.3.4",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/react": "^18.2.48",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"@types/react": "^18.2.55",
|
||||
"@types/react-dom": "^18.2.19",
|
||||
"@types/react-is": "^18.2.4",
|
||||
"@types/uglify-js": "^3.17.4",
|
||||
"@types/ws": "^8.5.10",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
||||
"@typescript-eslint/parser": "^6.19.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "~8.56.0",
|
||||
"eslint-config-next": "14.1.0",
|
||||
"eslint-config-prettier": "~9.1.0",
|
||||
"eslint-plugin-mdx": "~3.1.5",
|
||||
"eslint-plugin-prettier": "~5.1.3",
|
||||
"lint-staged": "^15.2.0",
|
||||
"prettier": "^3.2.4",
|
||||
"prisma": "^5.8.1",
|
||||
"lint-staged": "^15.2.2",
|
||||
"prettier": "^3.2.5",
|
||||
"prisma": "^5.9.1",
|
||||
"simple-git-hooks": "^2.9.0",
|
||||
"typescript": "^5.3.3",
|
||||
"uglify-js": "^3.17.4"
|
||||
@@ -117,9 +113,9 @@
|
||||
"eslint"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@8.14.1",
|
||||
"packageManager": "pnpm@8.15.1",
|
||||
"volta": {
|
||||
"node": "20.11.0",
|
||||
"pnpm": "8.14.1"
|
||||
"pnpm": "8.15.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user