-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
35
36
37
38
39
40
41
42
43
{
"name": "astro-blog",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "node dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"diagnostics:chat": "node scripts/regenerate-chat-customization-diagnostics.mjs",
"migrate:inline-images": "node --env-file=.env scripts/backfill-inline-images.mjs"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.0.0",
"@astrojs/react": "^4.3.0",
"@cloudinary/react": "^1.14.1",
"@cloudinary/url-gen": "^1.22.0",
"@tailwindcss/vite": "^4.2.1",
"@tursodatabase/serverless": "^0.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.0.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.6.0",
"dompurify": "^3.0.6",
"jose": "^5.9.6",
"quill": "^2.0.0",
"quill-resize-module": "^2.1.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^25.3.5"
}
}