-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.3 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
45
46
47
48
49
50
51
{
"name": "personal-routine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@capacitor/android": "^7.4.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@google/generative-ai": "^0.24.1",
"@mui/material": "^7.3.2",
"@mui/system": "^7.3.2",
"@react-email/render": "^1.3.1",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.57.4",
"chart.js": "^4.5.0",
"date-fns": "^4.1.0",
"jspdf": "^3.0.2",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"nodemailer": "^7.0.6",
"papaparse": "^5.5.3",
"react": "19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "19.1.0",
"recharts": "^3.2.1",
"resend": "^6.1.0",
"sonner": "^2.0.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.1",
"@types/papaparse": "^5.3.16",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"supabase": "^2.45.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}