-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.78 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.78 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
{
"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 && node scripts/embed.ts",
"preview": "astro preview",
"check": "astro check && svelte-check && prettier --check .",
"astro": "astro",
"format": "prettier --write .",
"sync-projects": "node --env-file=.env scripts/projects.ts"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/cloudflare": "^13.0.2",
"@astrojs/mdx": "^5.0.0",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/svelte": "8.0.0",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@ghostsui/svelte": "1.0.0-beta.3",
"@iconify-json/lucide": "^1.2.96",
"astro": "^6.0.2",
"astro-expressive-code": "^0.41.7",
"date-fns": "^4.1.0",
"ghostsui": "2.0.0-beta.8",
"include-media": "^2.0.0",
"just-shuffle": "^4.2.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.5.1",
"rehype-github-alerts": "^4.2.0",
"rehype-wrap-all": "^1.1.0",
"sass": "^1.98.0",
"sequoia-cli": "^0.5.0",
"sharp": "^0.34.5",
"shiki": "^4.0.2",
"svelte": "^5.53.10",
"svelte-check": "^4.4.5",
"svelte-copy": "^2.0.0",
"svelte-hamburgers": "^5.0.0",
"svelte-local-storage-store": "^0.6.4",
"svelte-mount": "^3.0.2",
"svelte-reduced-motion": "^2.0.0",
"typescript": "^5.9.3",
"unplugin-icons": "^23.0.1",
"wrangler": "^4.72.0"
},
"packageManager": "pnpm@10.32.1",
"volta": {
"node": "24.14.0",
"pnpm": "10.32.1"
},
"engines": {
"node": "24.14.0",
"npm": "forbidden, use pnpm",
"pnpm": ">=10.32.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"workerd"
]
}
}