forked from ava-labs/avalanche-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.22 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
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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"build:remote": "tsx ./utils/content-loader/remote-content.mts",
"start": "pnpm build:remote && next build && next start",
"check-links": "tsx .github/linkChecker.ts",
"postinstall": "fumadocs-mdx && cd toolbox && yarn"
},
"dependencies": {
"@avalabs/avacloud-sdk": "^0.8.7",
"@avalabs/avalanchejs": "4.1.2-alpha.4",
"@icons-pack/react-simple-icons": "^10.0.0",
"@noble/bls12-381": "^1.4.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@rainbow-me/rainbowkit": "^2.2.2",
"@tanstack/react-query": "^5.64.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@wagmi/core": "^2.16.3",
"axios": "^1.7.7",
"boring-name-generator": "^1.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.4.2",
"fumadocs-core": "14.6.0",
"fumadocs-mdx": "11.1.2",
"fumadocs-twoslash": "^2.0.2",
"fumadocs-typescript": "^3.0.2",
"fumadocs-ui": "14.6.0",
"geist": "^1.3.1",
"idb": "^8.0.0",
"katex": "^0.16.11",
"lucide-react": "^0.471.1",
"mermaid": "^11.4.0",
"next": "^15.1.0",
"pdf-lib": "^1.17.1",
"posthog-js": "^1.166.1",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-use-measure": "^2.1.1",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"shiki": "^1.24.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.0",
"uuid": "^11.0.3",
"viem": "^2.22.9",
"vitest": "^2.1.9",
"wagmi": "^2.14.8",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "22.10.2",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.19",
"cheerio": "^1.0.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3"
}
}