-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.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": "^4.3.13",
"@astrojs/node": "^9.5.3",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48",
"@resvg/resvg-js": "^2.6.2",
"astro": "^5.17.1",
"cmdk": "^1.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"satori": "^0.19.2",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdast": "^4.0.4",
"@types/turndown": "^5.0.6",
"fast-xml-parser": "^5.3.5",
"oxlint": "^1.47.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2",
"typescript": "^5.9.3"
}
}