-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "woordje",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prisma-generate": "prisma generate",
"build": "prisma generate && next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^12.2.0",
"@nextui-org/react": "^v1.0.0-beta.9",
"@planetscale/database": "^1.15.0",
"@prisma/adapter-planetscale": "^5.9.1",
"@prisma/client": "^5.9.1",
"@reduxjs/toolkit": "^1.8.3",
"@supabase/supabase-js": "^2.41.1",
"airtable": "^0.11.4",
"apollo-server-core": "^3.9.0",
"apollo-server-micro": "^3.9.0",
"copy-text-to-clipboard": "^3.0.1",
"dotenv": "^16.0.1",
"framer-motion": "^6.3.16",
"graphql": "^16.5.0",
"graphql-rate-limit": "^3.3.0",
"graphql-request": "^4.3.0",
"memory-cache": "^0.2.0",
"micro": "^9.3.4",
"mysql": "^2.18.1",
"mysql2": "^3.9.3",
"next": "^12.2.0",
"next-plausible": "^3.12.0",
"next-pwa": "^5.5.4",
"next-seo": "^5.4.0",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.2.0",
"react-redux": "^8.0.2",
"react-remark": "^2.1.0",
"react-use": "^17.4.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"swr": "^1.3.0",
"undici": "^6.6.2"
},
"devDependencies": {
"@types/react": "^18.0.14",
"@ungap/structured-clone": "^1.0.1",
"agent-base": "^6.0.2",
"autoprefixer": "^10.4.20",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"minimist": "^1.2.6",
"postcss": "^8.4.47",
"prisma": "^5.9.1",
"tailwindcss": "^3.4.14",
"tty": "^1.0.1"
},
"cacheDirectories": [
".next/cache"
]
}