-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.82 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.82 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "museum-app",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build --turbopack",
"dev": "next dev --turbopack",
"format": "prettier --write .",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@casl/ability": "6.7.3",
"@casl/react": "5.0.0",
"@grafana/faro-web-sdk": "1.19.0",
"@grafana/faro-web-tracing": "1.19.0",
"@hookform/resolvers": "5.2.2",
"@internationalized/date": "3.10.0",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-collapsible": "1.1.12",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-label": "2.1.8",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-separator": "1.1.8",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tabs": "1.1.13",
"@radix-ui/react-tooltip": "1.2.8",
"@react-input/mask": "2.0.4",
"@tanstack/react-query": "5.90.11",
"@tanstack/react-query-devtools": "5.91.1",
"@tanstack/react-table": "8.21.3",
"axios": "1.13.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"embla-carousel-react": "8.6.0",
"html2canvas": "1.4.1",
"jspdf": "3.0.4",
"leaflet": "1.9.4",
"leaflet-defaulticon-compatibility": "0.1.2",
"leaflet-geosearch": "4.2.2",
"lucide-react": "0.555.0",
"next": "15.4.9",
"next-auth": "4.24.13",
"next-themes": "0.4.6",
"qrcode": "1.5.4",
"react": "19.2.0",
"react-day-picker": "8.10.1",
"react-dom": "19.2.0",
"react-hook-form": "7.67.0",
"react-infinite-scroll-component": "6.1.0",
"react-leaflet": "5.0.0-rc.1",
"react-select": "5.10.2",
"react-use": "17.6.0",
"recharts": "2.15.4",
"sonner": "2.0.7",
"tailwind-merge": "3.4.0",
"tailwindcss-animate": "1.0.7",
"zod": "3.25.76"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.91.2",
"@types/eslint": "8.56.12",
"@types/leaflet": "1.9.21",
"@types/node": "20.19.25",
"@types/qrcode": "1.5.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0",
"axe-core": "4.11.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.33",
"postcss": "8.5.6",
"prettier": "3.7.2",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "3.4.18",
"typescript": "5.9.3"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"resolutions": {
"@babel/runtime": "7.28.4",
"glob": "10.5.0",
"js-yaml": "4.1.1",
"nanoid": "3.3.8"
},
"packageManager": "yarn@1.22.22"
}