-
-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.54 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
{
"name": "astro-cactus",
"type": "module",
"version": "8.2.0",
"private": false,
"scripts": {
"postinstall": "npm rebuild sharp --force",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"check": "astro check && biome check",
"lint": "biome check --write",
"format": "prettier -w . --cache"
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.3.3",
"@astrojs/mdx": "7.0.0",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.3",
"@pagefind/component-ui": "^1.5.2",
"@tailwindcss/vite": "4.3.2",
"astro": "7.0.4",
"astro-expressive-code": "^0.44.0",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"astro-webmanifest": "^1.0.0",
"cssnano": "^8.0.2",
"hastscript": "^9.0.0",
"mdast-util-directive": "^3.0.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"satori": "0.26.0",
"satori-html": "^0.3.2",
"satteri": "^0.9.4",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@biomejs/biome": "^2.5.1",
"@iconify-json/mdi": "^1.2.2",
"@pagefind/default-ui": "^1.5.2",
"@tailwindcss/typography": "^0.5.20",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^26.0.1",
"autoprefixer": "^10.5.2",
"pagefind": "^1.5.2",
"prettier": "^3.9.4",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"reading-time": "^1.5.0",
"typescript": "^6.0.3"
},
"overrides": {
"sharp": "^0.34.5"
}
}