-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 799 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
{
"name": "@yanthomasdev/website",
"type": "module",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "dprint fmt"
},
"imports": {
"#*": "./src/*"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.12",
"@astrojs/sitemap": "^3.6.0",
"@fontsource/space-mono": "^5.2.9",
"astro": "^5.16.4",
"astro-expressive-code": "^0.38.3",
"hastscript": "^9.0.1",
"remark-directive": "^3.0.1",
"satori-astro": "^0.3.1",
"satori-html": "^0.3.2",
"sharp": "^0.34.5",
"typescript": "^5.9.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"dprint": "^0.50.2"
},
"packageManager": "pnpm@8.10.2+sha1.e0b68270e89c817ff88b7be62466a2128c53af02"
}