-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"dependencies": {
"@graphiql/plugin-explorer": "^0.1.12",
"@graphiql/react": "^0.15.0",
"@graphiql/toolkit": "^0.8.0",
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.1",
"@prisma/client": "^4.9.0",
"@supabase/supabase-js": "^2.1.1",
"@upstash/redis": "^1.18.1",
"@vercel/analytics": "^0.1.8",
"cobe": "^0.6.3",
"dotenv": "^16.0.3",
"express-rate-limit": "^6.7.0",
"express-slow-down": "^1.5.0",
"graphiql": "^2.2.0",
"graphiql-explorer": "^0.9.0",
"graphql": "^16.6.0",
"graphql-react": "^20.0.0",
"graphql-ws": "^5.11.2",
"graphql-yoga": "^3.3.0",
"highlight.js": "^11.7.0",
"next": "^13.0.6",
"nextjs-cors": "^2.1.2",
"nextra": "^2.2.9",
"nextra-theme-docs": "^2.2.9",
"nprogress": "^0.2.0",
"pg-escape": "^0.2.0",
"prisma": "^4.9.0",
"probe-image-size": "^7.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"request-ip": "^3.3.0",
"turbo": "^1.7.0"
},
"packageManager": "pnpm@7.17.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"color-thief-node": "^1.0.4",
"node-fetch": "^3.3.0",
"postcss": "^8.4.19",
"prompt-sync": "^4.2.0",
"tailwindcss": "^3.2.4"
}
}