-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 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
{
"name": "website",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "scripts/mount-repos.sh && astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "biome format --write ."
},
"dependencies": {
"animejs": "^4.3.6",
"js-base64": "^3.7.8",
"js-sha256": "^0.11.1"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@biomejs/biome": "2.3.6",
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/vite": "^4.2.2",
"@types/animejs": "^3.1.13",
"@types/hast": "^3.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/mdast": "^4.0.4",
"@types/node": "^24.12.2",
"alfaaz": "^1.1.0",
"astro": "^5.18.1",
"astro-icon": "^1.1.5",
"chalk": "^5.6.2",
"hast-util-parse-selector": "^4.0.0",
"hast-util-select": "^6.0.4",
"html-minifier-terser": "^7.2.0",
"mdast-util-find-and-replace": "^3.0.2",
"mdast-util-to-string": "^4.0.0",
"moment": "^2.30.1",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-extended-table": "^2.0.3",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vfile": "^6.0.3",
"vite-plugin-font": "^5.1.2",
"wrangler": "^4.81.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"cn-font-split",
"esbuild",
"koffi",
"protobufjs",
"sharp"
]
}
}