-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 947 Bytes
/
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
{
"name": "perfectlycromulent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@novu/node": "^0.19.0",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.36.0",
"@types/node": "20.7.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"classnames": "^2.3.2",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"next": "^13.5.3",
"posthog-js": "^1.81.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"encoding": "^0.1.13",
"eslint-config-prettier": "^9.0.0",
"supabase": "^1.99.5",
"tailwindcss": "^3.3.3"
}
}