-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 704 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
{
"name": "sungjunyoung-blog",
"type": "module",
"version": "2.0.0",
"private": true,
"packageManager": "pnpm@11.21.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.3.7",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.2.8",
"gemoji": "^8.1.0",
"mixpanel-browser": "2.82.1",
"satteri": "^0.10.5",
"sharp": "^0.35.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"playwright": "^1.62.1",
"typescript": "^6.0.3"
}
}