-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1002 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
38
39
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "^14.2.4",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query-devtools": "^5.32.0",
"@types/dompurify": "^3.0.5",
"autoprefixer": "10.4.17",
"axios": "^1.6.8",
"dompurify": "^3.1.5",
"framer-motion": "^11.1.9",
"geist": "^1.3.0",
"lucide-react": "^0.468.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"postcss": "8.4.33",
"react": "18.2.0",
"react-code-blocks": "^0.1.6",
"react-dom": "18.2.0",
"react-onesignal": "^3.0.1",
"styled-components": "^6.1.10",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13"
}
}