-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.39 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
{
"name": "@example/minimal",
"type": "module",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^6.0.1",
"@astrojs/partytown": "^2.1.7",
"@astrojs/react": "^5.0.6",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@playform/compress": "^0.2.3",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
"astro": "^6.4.2",
"dayjs": "^1.11.21",
"fuse.js": "^7.4.1",
"markdown-it": "^14.2.0",
"mdast-util-to-string": "^4.0.0",
"node-html-parser": "^7.1.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"reading-time": "^1.5.0",
"sanitize-html": "^2.17.4",
"satori": "^0.26.0",
"satori-html": "^0.3.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.9.1",
"@types/sanitize-html": "^2.16.1",
"lodash.kebabcase": "^4.1.1",
"url-join": "^5.0.0"
},
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc"
}