-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 781 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 781 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"prebuild": "node scripts/generate-og-blog-pngs.mjs",
"build": "astro build",
"preview": "astro preview",
"start": "HOST=0.0.0.0 node ./dist/server/entry.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/node": "^10.0.6",
"@astrojs/svelte": "^8.0.5",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.1.8",
"gray-matter": "^4.0.3",
"marked": "^18.0.2",
"sharp": "^0.34.4",
"svelte": "^5.55.4",
"tailwindcss": "^4.2.4",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^25.6.0"
}
}