-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "nextjs-resmed-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3030",
"build": "next build",
"start": "next start",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"check:types": "tsc --noEmit --skipLibCheck"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.9.3"
},
"dependencies": {
"@headlessui/react": "2.2.9",
"@radix-ui/react-tabs": "1.1.13",
"apexcharts": "5.10.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"fast-glob": "3.3.3",
"lucide-react": "1.7.0",
"next": "16.2.1",
"pretty-format": "30.3.0",
"react": "19.2.4",
"react-apexcharts": "2.1.0",
"react-dom": "19.2.4",
"react-virtualized-auto-sizer": "2.0.3",
"tailwind-merge": "3.5.0",
"zod": "4.3.6"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/postcss": "4.2.2",
"@types/lodash.debounce": "4.0.9",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "2.10.12",
"oxfmt": "0.42.0",
"oxlint": "1.57.0",
"postcss": "8.5.8",
"tailwindcss": "4.2.2",
"typescript": "6.0.2"
}
}