-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.13 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3.13 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
{
"name": "@devsantara/website",
"version": "0.0.0",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"prepare": "vp config",
"dev": "vp dev",
"build": "vp build",
"preview": "vp preview",
"test": "vp test",
"check": "vp check --fix",
"alchemy": "alchemy",
"alchemy:dev": "alchemy dev --env-file ./.env",
"alchemy:deploy": "alchemy deploy --env-file ./.env",
"alchemy:destroy": "alchemy destroy --env-file ./.env"
},
"dependencies": {
"@base-ui/react": "1.6.0",
"@fontsource-variable/geist": "5.2.9",
"@fontsource-variable/geist-mono": "5.2.8",
"@shadcn/react": "0.2.0",
"@t3-oss/env-core": "0.13.11",
"@tanstack/react-router": "1.170.17",
"@tanstack/react-start": "1.168.27",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.4.0",
"embla-carousel-react": "8.6.0",
"input-otp": "1.4.2",
"lucide-react": "1.23.0",
"react": "19.2.7",
"react-day-picker": "10.0.1",
"react-dom": "19.2.7",
"react-resizable-panels": "4.12.1",
"recharts": "3.9.2",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"sonner": "2.0.7",
"tailwind-merge": "3.6.0",
"tw-animate-css": "1.4.0",
"zod": "4.4.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.43.0",
"@cloudflare/workers-types": "5.20260705.1",
"@content-collections/core": "0.15.2",
"@content-collections/vite": "0.3.0",
"@inlang/paraglide-js": "^2.20.2",
"@mdx-js/rollup": "3.1.1",
"@rolldown/plugin-babel": "0.2.3",
"@shikijs/colorized-brackets": "4.3.1",
"@shikijs/transformers": "4.3.1",
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "4.3.2",
"@tanstack/devtools-vite": "0.8.1",
"@tanstack/react-devtools": "0.10.8",
"@tanstack/react-router-devtools": "1.167.0",
"@types/hast": "3.0.5",
"@types/mdast": "4.0.4",
"@types/mdx": "2.0.13",
"@types/node": "26.1.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.3",
"@vitejs/plugin-rsc": "0.5.27",
"alchemy": "0.93.12",
"babel-plugin-react-compiler": "1.0.0",
"hast-util-raw": "9.1.0",
"hast-util-to-html": "9.0.5",
"hast-util-to-jsx-runtime": "2.3.6",
"image-size": "2.0.2",
"mdast-util-directive": "3.1.0",
"mdast-util-from-markdown": "2.0.3",
"mdast-util-mdx-jsx": "3.2.0",
"mdast-util-to-hast": "13.2.1",
"rehype-mdx-import-media": "1.4.0",
"rehype-pretty-code": "0.14.4",
"remark-directive": "4.0.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.1",
"remark-mdx-frontmatter": "4.0.0",
"shadcn": "4.13.0",
"shiki": "4.3.1",
"tailwindcss": "4.3.2",
"tldts": "7.4.6",
"typescript": "6.0.3",
"unist-util-visit": "5.1.0",
"vfile": "6.0.3",
"vite": "catalog:",
"vite-plus": "catalog:"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.10.0",
"onFail": "download"
},
"runtime": {
"name": "node",
"version": "24.18.0",
"onFail": "error"
}
}
}