-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 990 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 990 Bytes
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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"knip": "knip"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/compiler-rs": "^0.1.6",
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@playform/compress": "^0.2.2",
"astro": "^6.1.4",
"astro-embed": "^0.9.2",
"astro-lazy-youtube-embed": "^0.5.5",
"astro-md-editor": "^0.0.7",
"markdown-it": "^14.1.1",
"sanitize-html": "^2.17.2",
"temporal-polyfill": "^0.3.2"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
"devDependencies": {
"@types/node": "^25.5.0",
"knip": "^6.1.1",
"typescript": "^5.9.3"
}
}