-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.59 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
{
"name": "qards",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/error-message": "^2.0.1",
"@next-auth/mongodb-adapter": "^1.1.3",
"@next-auth/prisma-adapter": "^1.0.6",
"@next-auth/supabase-adapter": "^0.2.1",
"@prisma/client": "^4.13.0",
"@supabase/supabase-js": "^2.8.0",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"classnames": "^2.3.2",
"daisyui": "^2.51.5",
"encoding": "^0.1.13",
"eslint-config-next": "^13.4.2",
"firebase": "^9.17.2",
"mongodb": "^4.14.0",
"next": "^13.4.2",
"next-auth": "^4.22.1",
"next-qrcode": "^2.4.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-content-loader": "^6.2.1",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"typescript": "4.9.5",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/react-beautiful-dnd": "^13.1.4",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prisma": "^4.13.0",
"tailwindcss": "^3.3.1"
}
}