-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 KB
/
package.json
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
{
"name": "@ark-ui/website",
"private": true,
"scripts": {
"prepare": "bun panda codegen && prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"db:reset": "prisma db push --force-reset",
"setup": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull website/.env",
"setup:prod": "vc link --scope=chakra-ui -p ark-docs -y && vc env pull --environment production website/.env"
},
"dependencies": {
"@ark-ui/react": "workspace:*",
"@auth/prisma-adapter": "2.7.4",
"@biomejs/biome": "1.9.4",
"@effect/schema": "0.75.5",
"@icons-pack/react-simple-icons": "10.2.0",
"@pandacss/dev": "0.51.1",
"@park-ui/panda-preset": "0.43.1",
"@prisma/client": "6.2.1",
"@shikijs/transformers": "1.26.1",
"@types/node": "22.10.2",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@uidotdev/usehooks": "2.4.1",
"@zag-js/anatomy-icons": "0.82.0",
"@zag-js/docs": "0.82.0",
"effect": "3.12.1",
"lucide-react": "0.471.1",
"match-sorter": "8.0.0",
"next": "15.1.4",
"next-auth": "5.0.0-beta.25",
"next-themes": "0.4.4",
"pandacss-preset-typography": "0.1.6",
"prisma": "6.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"shiki": "1.26.1",
"typescript": "5.7.3",
"velite": "0.2.2"
}
}