-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.79 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
{
"name": "whale-docs",
"private": true,
"type": "module",
"packageManager": "bun@1.3.14",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && bunx pagefind --site dist",
"preview": "astro preview",
"check": "astro check && bun run check:anchors",
"check:anchors": "bun scripts/check-heading-anchors.ts",
"check:trading-api-captures": "bun scripts/capture-trading-api.ts --check",
"capture:trading-api": "bun scripts/capture-trading-api.ts",
"capture:trading-api:dry-run": "bun scripts/capture-trading-api.ts --dry-run"
},
"dependencies": {
"@astrojs/mdx": "^7.0.3",
"@astrojs/react": "^6.0.1",
"@base-ui/react": "^1.6.0",
"@fontsource-variable/geist": "^5.3.0",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.91",
"@iconify-json/vscode-icons": "^1.2.67",
"@lucide/astro": "^1.26.0",
"@pagefind/default-ui": "^1.1.0",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.1.3",
"astro-expressive-code": "^0.44.1",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"embla-carousel-react": "^8.6.0",
"lucide-astro": "^0.556.0",
"lucide-react": "^1.25.0",
"marked": "^18.0.7",
"medium-zoom": "^1.1.0",
"mermaid": "^11.16.0",
"nimbus-docs": "0.5.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"shadcn": "^4.14.0",
"sharp": "^0.35.3",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"tippy.js": "^6.3.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@tailwindcss/postcss": "^4.3.3",
"typescript": "^6"
}
}