-
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.83 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.83 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.2.1",
"description": "Unified Homebrew and Scoop package index with Chocolatey sources for every jbcom/* project.",
"scripts": {
"predev": "node scripts/generate-directory.mjs",
"dev": "astro dev",
"prebuild": "pnpm test && node scripts/generate-directory.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-directory": "node scripts/generate-directory.mjs",
"test": "node --test test/*.test.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/mdx": "^4.2.0",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/vue": "^5.0.7",
"@fontsource-variable/dm-sans": "^5.3.0",
"@fontsource-variable/eb-garamond": "^5.3.0",
"@fontsource-variable/gabarito": "^5.3.0",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource/gabarito": "^5.3.0",
"@headlessui/vue": "^1.7.23",
"@iarna/toml": "^2.2.5",
"@nanostores/vue": "^1.1.0",
"@rgrove/parse-xml": "^4.2.3",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.2.0",
"astro": "^5.18.2",
"astro-color-scheme": "^1.1.5",
"nanostores": "^1.5.2",
"sharp": "^0.35.3",
"tailwindcss": "^4.3.3",
"typescript": "^5.6.2",
"vue": "^3.5.41",
"zod": "^4.4.3"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.38",
"@tailwindcss/typography": "^0.5.20",
"astro-icon": "^1.2.0",
"vite-plugin-toml": "^0.9.0"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.62.5",
"@rollup/rollup-darwin-x64": "^4.62.5",
"@rollup/rollup-linux-arm64-gnu": "^4.62.5",
"@rollup/rollup-linux-x64-gnu": "^4.62.5",
"@rollup/rollup-win32-x64-msvc": "^4.62.5"
},
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.33.0"
}