-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.83 KB
/
package.json
File metadata and controls
74 lines (74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "website",
"license": "GNU General Public License v3.0",
"version": "3.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && tsm scripts/embed.ts",
"preview": "astro preview",
"check": "astro check && svelte-check && prettier --check .",
"astro": "astro",
"format": "prettier --write ."
},
"devDependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/cloudflare": "^12.6.11",
"@astrojs/mdx": "^4.3.12",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "7.2.2",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@ghostsui/svelte": "1.0.0-beta.1",
"astro": "^5.16.0",
"astro-expressive-code": "^0.41.3",
"date-fns": "^4.1.0",
"ghostsui": "2.0.0-beta.8",
"include-media": "^2.0.0",
"just-shuffle": "^4.2.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"rehype-github-alerts": "^4.1.1",
"rehype-wrap-all": "^1.1.0",
"sass": "^1.94.2",
"sharp": "^0.34.5",
"shiki": "^3.15.0",
"svelte": "^5.43.13",
"svelte-check": "^4.3.4",
"svelte-copy": "^2.0.0",
"svelte-fa": "^4.0.4",
"svelte-hamburgers": "^5.0.0",
"svelte-local-storage-store": "^0.6.4",
"svelte-mount": "^3.0.2",
"svelte-reduced-motion": "^2.0.0",
"tsm": "^2.3.0",
"typescript": "^5.9.3",
"wrangler": "^4.49.1"
},
"packageManager": "pnpm@10.11.1",
"volta": {
"node": "22.16.0",
"pnpm": "10.11.1"
},
"engines": {
"node": "22.16.0",
"npm": "forbidden, use pnpm",
"pnpm": ">=10.9.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"workerd"
],
"patchedDependencies": {
"astro": "patches/astro.patch"
}
}
}