-
-
Notifications
You must be signed in to change notification settings - Fork 348
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.68 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.68 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
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
85
86
{
"name": "@virtuoso.dev/virtuoso.dev",
"version": "0.0.8",
"private": true,
"type": "module",
"publishConfig": {
"access": "restricted"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npx shadcn build && astro build",
"registry:build": "npx shadcn build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check",
"lint": "oxlint --type-aware --type-check && astro check",
"format": "oxfmt && prettier --write '**/*.astro'",
"format:check": "oxfmt --check && prettier --check '**/*.astro'"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.12",
"@astrojs/react": "^4.4.2",
"@astrojs/starlight": "^0.37.0",
"@astrojs/starlight-tailwind": "^4.0.2",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@ngneat/falso": "^7.4.0",
"@paddle/paddle-js": "^1.5.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@shikijs/langs": "^3.20.0",
"@shikijs/monaco": "^3.19.0",
"@shikijs/themes": "^3.20.0",
"@tailwindcss/vite": "^4.1.17",
"@virtuoso.dev/data-table": "workspace:*",
"@virtuoso.dev/masonry": "workspace:*",
"@virtuoso.dev/message-list": "^1.15.2",
"@virtuoso.dev/reactive-engine-react": "workspace:*",
"astro": "^5.6.1",
"astro-og-canvas": "^0.7.2",
"canvaskit-wasm": "^0.40.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"copy-text-to-clipboard": "^3.2.2",
"esbuild-wasm": "^0.27.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.556.0",
"mdast-util-mdx-jsx": "^3.2.0",
"monaco-editor": "^0.55.1",
"react": "catalog:",
"react-dom": "catalog:",
"react-error-boundary": "^6.0.0",
"react-live": "^4.1.8",
"react-shiki": "^0.9.0",
"sharp": "^0.34.2",
"shiki": "^3.19.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typedoc": "0.28.14",
"typedoc-plugin-markdown": "4.9.0",
"typedoc-plugin-no-inherit": "^1.6.1",
"vite": "catalog:"
},
"devDependencies": {
"@tailwindcss/browser": "^4.3.0",
"@types/estree": "^1.0.9",
"@types/mdast": "^4.0.4",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@virtuoso.dev/m2dx-utils": "^0.3.0",
"@virtuoso.dev/masonry": "workspace:*",
"estree-util-visit": "^2.0.0",
"mdast-util-mdx": "^3.0.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"react-virtuoso": "workspace:*",
"typescript": "catalog:",
"unist-util-visit": "^5.1.0",
"vfile": "^6.0.3"
}
}