-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 877 Bytes
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": "cyclesync",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@serwist/next": "^9.5.7",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.89.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"dexie": "^4.3.0",
"jspdf": "^4.2.1",
"next": "^16.2.0",
"next-themes": "^0.4.6",
"postcss": "^8.5.8",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^3.4.19",
"zustand": "^5.0.12"
},
"devDependencies": {
"@serwist/turbopack": "^9.5.7",
"@types/node": "^22.14.0",
"esbuild": "^0.27.4",
"serwist": "^9.5.7",
"typescript": "~5.8.2"
}
}