-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.03 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "oxlint src/",
"typecheck": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.5",
"@astrojs/node": "^11.1.2",
"@astrojs/react": "^6.0.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@keystatic/astro": "^6.0.0",
"@keystatic/core": "^0.6.7",
"@resvg/resvg-js": "^2.6.2",
"astro": "^7.2.2",
"cmdk": "^1.1.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"satori": "^0.29.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@tailwindcss/vite": "^4.3.3",
"@types/bun": "^1.3.14",
"@types/mdast": "^4.0.4",
"@types/turndown": "^5.0.6",
"fast-xml-parser": "^5.11.0",
"oxlint": "^1.78.0",
"tailwindcss": "^4.3.3",
"turndown": "^7.2.4",
"turndown-plugin-gfm": "^1.0.2",
"typescript": "^6.0.3"
}
}