-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "ASTRO_TELEMETRY_DISABLED=1 astro dev",
"build": "ASTRO_TELEMETRY_DISABLED=1 astro build",
"preview": "ASTRO_TELEMETRY_DISABLED=1 astro preview",
"lint": "ASTRO_TELEMETRY_DISABLED=1 astro check"
},
"dependencies": {
"@fontsource-variable/bricolage-grotesque": "^5.2.8",
"@astrojs/rss": "^4.0.12",
"astro": "^5.15.0",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"typescript": "^5"
},
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
}