-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.8 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
{
"name": "@jbcom/pkgs-site",
"type": "module",
"version": "0.0.1",
"description": "Unified package index for Homebrew, Scoop, Chocolatey — every jbcom/* project, one tap.",
"scripts": {
"predev": "node scripts/generate-directory.mjs",
"dev": "astro dev",
"prebuild": "node scripts/generate-directory.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-directory": "node scripts/generate-directory.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^4.2.0",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/vue": "^5.0.7",
"@fontsource-variable/dm-sans": "^5.2.5",
"@fontsource-variable/eb-garamond": "^5.2.5",
"@fontsource-variable/gabarito": "^5.2.5",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource/gabarito": "^5.1.0",
"@headlessui/vue": "^1.7.23",
"@iarna/toml": "^2.2.5",
"@nanostores/vue": "^0.11.0",
"@rgrove/parse-xml": "^4.2.0",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^24.0.0",
"@vercel/og": "^0.11.1",
"astro": "^5.5.2",
"astro-color-scheme": "^1.1.5",
"nanostores": "^0.11.3",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.0",
"typescript": "^5.6.2",
"vue": "^3.5.35",
"zod": "^3.24.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.35",
"@tailwindcss/typography": "^0.5.15",
"astro-icon": "^1.1.1",
"vite-plugin-toml": "^0.8.7"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.61.0",
"@rollup/rollup-darwin-x64": "^4.61.0",
"@rollup/rollup-linux-arm64-gnu": "^4.61.0",
"@rollup/rollup-linux-x64-gnu": "^4.61.0",
"@rollup/rollup-win32-x64-msvc": "^4.61.0"
},
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.33.0"
}