-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 870 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 870 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
{
"name": "sessions-stoic-magical-meitner-mnt-blog-site",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.6.0",
"scripts": {
"dev": "astro dev",
"build": "cross-env NODE_ENV=production astro build",
"build:dev": "cross-env NODE_ENV=development astro build",
"preview": "astro preview",
"astro": "astro",
"preinstall": "npx only-allow pnpm",
"format": "biome format --write",
"lint": "biome lint --write"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.2",
"dotenv": "^17.4.2",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"toml": "^3.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@types/node": "^22.19.3",
"cross-env": "^10.1.0"
}
}