forked from Tuhura-Tech/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.62 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.62 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
{
"name": "wiki",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"preview:cloudflare": "wrangler pages dev ./dist",
"check": "astro check",
"format": "pnpm run format:code",
"format:ci": "pnpm run format:imports && pnpm run format:code",
"format:code": "prettier -w . --cache --plugin-search-dir=.",
"lint:linkcheck": "SKIP_OG=true pnpm build && tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
"lint:linkcheck:nobuild": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
"lint:slugcheck": "node ./scripts/lint-slugcheck.mjs",
"lint:eslint": "eslint .",
"lunaria:build": "tsm ./scripts/lunaria.mts"
},
"devDependencies": {
"@11ty/eleventy-fetch": "5.1.2",
"@actions/core": "1.11.1",
"@docsearch/css": "3.9.0",
"@docsearch/js": "3.9.0",
"@eslint/js": "9.39.4",
"@types/canvas-confetti": "1.9.0",
"@types/hast": "3.0.4",
"@types/html-escaper": "3.0.4",
"@types/mdast": "4.0.4",
"@types/node": "22.19.15",
"@typescript-eslint/parser": "8.57.2",
"astro": "5.18.1",
"astro-auto-import": "0.5.1",
"astro-eslint-parser": "1.4.0",
"astro-og-canvas": "0.7.2",
"canvaskit-wasm": "0.41.0",
"dedent-js": "1.0.1",
"domhandler": "5.0.3",
"eslint": "9.39.4",
"eslint-plugin-astro": "1.6.0",
"fast-glob": "3.3.3",
"globals": "16.5.0",
"hast-util-select": "6.0.4",
"hast-util-to-string": "3.0.1",
"hastscript": "9.0.1",
"html-escaper": "3.0.3",
"htmlparser2": "10.1.0",
"kleur": "4.1.5",
"mdast-util-to-string": "4.0.0",
"p-retry": "6.2.1",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"rehype": "13.0.2",
"tsm": "2.3.0",
"typescript": "5.9.3",
"typescript-eslint": "8.57.2",
"unified": "11.0.5",
"unist-util-visit": "5.1.0"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^6.0.0",
"@expressive-code/plugin-collapsible-sections": "^0.41.0",
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@62a858f",
"canvas-confetti": "^1.6.0",
"jsdoc-api": "^9.3.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-smartypants": "^3.0.0",
"sharp": "^0.34.0",
"tailwindcss": "^3.4.17"
},
"packageManager": "pnpm@10.32.1"
}