-
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) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 899 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": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.8",
"@heroicons/react": "^2.2.0",
"@supabase/supabase-js": "^2.53.0",
"chart.js": "^4.5.0",
"framer-motion": "^12.23.12",
"jspdf": "^3.0.2",
"jspdf-autotable": "^5.0.2",
"next": "15.4.5",
"react": "19.1.0",
"react-calendar-heatmap": "^1.10.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"react-pdftotext": "^1.3.4",
"recharts": "^3.1.2",
"regex": "^6.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "24.2.0",
"@types/react": "19.1.9",
"tailwindcss": "^4",
"typescript": "5.9.2"
}
}