-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.81 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.81 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
{
"name": "@ark-ui/website",
"private": true,
"scripts": {
"prepare": "bun panda codegen",
"generate:examples": "bun run --cwd ../scripts src/generate-example-registry.ts",
"predev": "bun run generate:examples",
"dev": "next dev",
"prebuild": "bun run generate:examples",
"build": "next build",
"start": "next start",
"setup": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull .env",
"setup:prod": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull --environment production .env"
},
"dependencies": {
"@ark-ui/react": "workspace:*",
"@biomejs/biome": "2.4.9",
"@chakra-ui/better-auth": "0.3.0",
"@effect/schema": "0.75.5",
"@icons-pack/react-simple-icons": "13.13.0",
"@pandacss/dev": "1.9.1",
"@pandacss/preset-base": "1.9.1",
"@pandacss/preset-panda": "1.9.1",
"@park-ui/panda-preset": "0.43.1",
"@shikijs/langs": "4.0.2",
"@shikijs/rehype": "4.0.2",
"@shikijs/themes": "4.0.2",
"@shikijs/transformers": "4.0.2",
"@stackblitz/sdk": "1.11.0",
"@types/node": "25.3.0",
"@types/pg": "8.16.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@uidotdev/usehooks": "2.4.1",
"@zag-js/anatomy-icons": "1.40.0",
"@zag-js/date-input": "1.40.0",
"@zag-js/docs": "1.40.0",
"better-auth": "1.4.18",
"effect": "3.19.19",
"lucide-react": "1.7.0",
"match-sorter": "8.2.0",
"next": "15.5.12",
"next-themes": "0.4.6",
"pandacss-preset-typography": "0.1.6",
"pg": "8.18.0",
"postmark": "4.0.7",
"react": "19.2.4",
"react-dom": "19.2.4",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"shiki": "4.0.2",
"ts-morph": "28.0.0",
"typescript": "5.9.3",
"velite": "0.3.1"
},
"devDependencies": {
"@types/mdast": "4.0.4"
}
}