forked from databuddy-analytics/Databuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.38 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.38 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@databuddy/dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bun --bun next dev -p 3000",
"build": "bun run --bun next build",
"start": "next start -p 3000",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@ai-sdk/react": "^2.0.118",
"@databuddy/auth": "workspace:*",
"@databuddy/db": "workspace:*",
"@databuddy/env": "workspace:*",
"@databuddy/rpc": "workspace:*",
"@databuddy/sdk": "workspace:*",
"@databuddy/shared": "workspace:*",
"@hello-pangea/dnd": "^18.0.1",
"@hookform/resolvers": "^5.2.2",
"@orpc/client": "^1.13.0",
"@orpc/tanstack-query": "^1.13.0",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-avatar": "^1.1.11",
"@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-hover-card": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-table": "^8.21.3",
"@types/d3-scale": "^4.0.9",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.21",
"@xyflow/react": "^12.10.0",
"ai": "^5.0.116",
"autumn-js": "^0.1.63",
"babel-plugin-react-compiler": "^19.1.0-rc.1-rc-af1b7da-20250421",
"better-auth": "^1.4.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3-scale": "^4.0.2",
"dayjs": "^1.11.19",
"embla-carousel-react": "^8.6.0",
"flag-icons": "^7.5.0",
"framer-motion": "^12.23.26",
"idb": "^8.0.3",
"input-otp": "^1.4.2",
"jotai": "^2.16.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.562.0",
"maplibre-gl": "^5.15.0",
"motion": "^12.23.26",
"nanoid": "^5.1.6",
"next": "^16.1.1",
"next-themes": "^0.4.6",
"nuqs": "^2.8.6",
"ogl": "^1.0.11",
"qrcode.react": "^4.2.0",
"radix-ui": "latest",
"react": "catalog:",
"react-day-picker": "^9.13.0",
"react-dom": "catalog:",
"react-hook-form": "^7.69.0",
"react-hotkeys-hook": "^5.2.1",
"react-image-crop": "^11.0.10",
"react-leaflet": "^5.0.0",
"react-resizable-panels": "^3.0.6",
"react-textarea-autosize": "^8.5.9",
"recharts": "^2.15.4",
"shiki": "^3.20.0",
"simple-icons": "^16.2.0",
"sonner": "^2.0.7",
"streamdown": "^1.6.10",
"tailwind-merge": "^3.4.0",
"tokenlens": "^1.3.1",
"tw-animate-css": "^1.4.0",
"use-stick-to-bottom": "^1.1.1",
"vaul": "^1.1.2",
"zod": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@orpc/server": "^1.13.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/d3-geo": "^3.1.0",
"@types/node": "^22.19.3",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/react-simple-maps": "^3.0.6",
"@types/topojson-client": "^3.1.5",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"ultracite": "catalog:"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,jsonc,css,scss,md,mdx}": [
"npx ultracite format"
]
}
}