forked from hirosystems/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.52 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
77
78
79
80
81
82
83
84
{
"name": "docs",
"version": "0.1.3",
"private": true,
"scripts": {
"build": "next build",
"postbuild": "bun run ./scripts/clean-urls.js && bun run build:index",
"build:index": "bun run ./scripts/update-index.mts",
"build:openapi": "bun run ./scripts/generate-docs.mjs",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"fetch-guides": "node ./scripts/fetch-guides.js"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@hirosystems/clarinet-sdk-browser": "^2.7.0-beta2",
"@next/env": "^14.0.0",
"@next/third-parties": "^14.2.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@stacks/auth": "^6.11.3",
"@stacks/blockchain-api-client": "^7.10.0",
"@stacks/connect": "^7.7.1",
"@stacks/network": "^6.11.3",
"@stacks/transactions": "^6.11.3",
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0",
"algoliasearch": "^4.20.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.1",
"cobe": "^0.6.3",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.25",
"fumadocs-core": "9.1.0",
"fumadocs-mdx": "8.2.26",
"fumadocs-twoslash": "1.0.2",
"fumadocs-typescript": "^1.0.1",
"fumadocs-ui": "9.1.0",
"geist": "^1.2.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.8",
"lucide-react": "^0.298.0",
"next": "14.1.0",
"phenomenon": "^1.6.0",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-spring": "^9.7.3",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"shiki": "^1.1.2",
"tailwind-merge": "^2.0.0",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.0",
"@next/eslint-plugin-next": "^14.0.0",
"@types/mdx": "^2.0.8",
"@types/node": "18.17.5",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vercel/style-guide": "^5.1.0",
"autoprefixer": "10.4.17",
"eslint-config-turbo": "^1.10.12",
"eslint-plugin-tailwindcss": "^3.13.0",
"fumadocs-openapi": "4.0.2",
"postcss": "8.4.35",
"postcss-import": "^16.0.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.7.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0"
}
}