-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.68 KB
/
package.json
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
{
"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": {
"@astrojs/check": "^0.9.4",
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/vite": "^4.0.12",
"alfaaz": "^1.1.0",
"animejs": "^3.2.2",
"astro": "^5.4.3",
"astro-icon": "^1.1.5",
"chalk": "^5.4.1",
"hast-util-parse-selector": "^4.0.0",
"hast-util-select": "^6.0.4",
"html-minifier-terser": "^7.2.0",
"js-base64": "^3.7.7",
"js-sha256": "^0.11.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.2",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.12",
"typescript": "^5.8.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3",
"vite-plugin-font": "^5.1.1"
},
"packageManager": "[email protected]+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/animejs": "^3.1.13",
"@types/hast": "^3.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/mdast": "^4.0.4",
"@types/node": "^22.13.10"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"cn-font-split",
"esbuild",
"koffi",
"protobufjs",
"sharp"
]
}
}