2023-10-04 12:27:49 -04:00
parent bc77e502b9
commit 14cd879207
6 changed files with 39 additions and 17 deletions
+4 -3
View File
@@ -15,15 +15,16 @@
"build": "next build",
"start": "next start",
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx",
"postinstall": "prisma generate --data-proxy"
"postinstall": "prisma generate --no-engine"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.33.0",
"@octokit/graphql-schema": "^14.33.1",
"@prisma/client": "^5.3.1",
"@prisma/extension-accelerate": "^0.6.2",
"@react-spring/web": "^9.7.3",
"@stitches/react": "1.3.1-1",
"@vercel/postgres": "^0.5.0",
@@ -77,7 +78,7 @@
"@types/novnc__novnc": "^1.3.2",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/react-dom": "^18.2.9",
"@types/react-is": "^18.2.2",
"@types/remove-markdown": "^0.3.2",
"@types/uglify-js": "^3.17.2",