-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.367.0",
"@aws-sdk/s3-request-presigner": "^3.367.0",
"@supabase/auth-helpers-nextjs": "latest",
"@supabase/supabase-js": "latest",
"@tiptap/extension-highlight": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-typography": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"autoprefixer": "10.4.14",
"aws-sdk": "^2.1410.0",
"axios": "^1.4.0",
"next": "latest",
"notistack": "^3.0.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-infinite-scroller": "^1.2.6",
"sass": "^1.63.6",
"sharp": "^0.32.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react-infinite-scroller": "^1.2.3"
}
}