-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.16 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.16 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
{
"name": "analog-prototypes",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "biome lint ./src",
"preview": "vite preview",
"format": "biome format --write ./src"
},
"dependencies": {
"@ai-sdk/openai": "1.3.22",
"@icons-pack/react-simple-icons": "13.1.0",
"@internationalized/date": "3.8.1",
"@js-temporal/polyfill": "0.5.1",
"@radix-ui/react-avatar": "1.1.10",
"@radix-ui/react-checkbox": "1.3.2",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.7",
"@radix-ui/react-popover": "1.1.14-rc.1747678980544",
"@radix-ui/react-scroll-area": "1.2.9",
"@radix-ui/react-select": "2.2.5",
"@radix-ui/react-separator": "1.1.7",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "1.2.5",
"@radix-ui/react-tabs": "1.1.12",
"@radix-ui/react-toggle": "1.1.9",
"@radix-ui/react-toggle-group": "1.1.10",
"@radix-ui/react-tooltip": "1.2.7",
"@react-hookz/web": "25.1.1",
"@tanstack/react-form": "1.12.0",
"ai": "4.3.16",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"deepmerge": "4.3.1",
"jotai": "2.12.5",
"lucide-react": "0.511.0",
"motion": "12.16.0",
"react": "19.1.0",
"react-aria-components": "1.9.0",
"react-dom": "19.1.0",
"react-router": "7.6.2",
"rrule-temporal": "0.2.2",
"sonner": "2.0.5",
"tailwind-merge": "3.3.0",
"zod": "3.25.51"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@tailwindcss/vite": "4.1.8",
"@types/node": "22.15.29",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"tailwindcss": "4.1.8",
"tw-animate-css": "^1.3.2",
"typescript": "5.8.3",
"unplugin-fonts": "1.3.1",
"vite": "^5.4.2",
"vite-plugin-open-graph": "2.0.6",
"vite-plugin-svgr": "4.3.0"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}