-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "squawk-components",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.3.1",
"@headlessui/react": "^1.7.13",
"@next/font": "13.1.6",
"@radix-ui/react-tabs": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.3.5",
"@supabase/supabase-js": "^2.11.0",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"auth0": "^3.3.0",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"custom-cursor-react": "^1.0.5",
"daisyui": "^2.51.4",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.3",
"formidable": "^2.1.1",
"framer-motion": "^9.0.4",
"gooey-react": "^1.1.0",
"gsap": "^3.11.4",
"jsonwebtoken": "^9.0.0",
"locomotive-scroll": "^4.1.4",
"next": "13.1.6",
"pg": "^8.10.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.2",
"react-locomotive-scroll": "^0.2.2",
"sass": "^1.58.2",
"sharp": "^0.32.0",
"swr": "^2.1.0",
"typescript": "4.9.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prisma": "^4.11.0",
"tailwindcss": "^3.2.7"
}
}