-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"name": "literaku",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.94.1",
"axios": "^1.13.4",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.31.0",
"next": "16.1.6",
"next-auth": "^4.24.13",
"next-intl": "^4.8.2",
"next-pwa": "^5.6.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"sweetalert2": "^11.26.18",
"sweetalert2-react-content": "^5.1.1",
"swr": "^2.4.0",
"tailwind-merge": "^3.4.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.24",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}