-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 863 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
34
35
{
"name": "austincrim.com-astro",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"og": "node ./scripts/og-image.js"
},
"devDependencies": {
"@astrojs/svelte": "^7.0.13",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.7.10",
"chrome-aws-lambda": "^10.1.0",
"puppeteer-core": "^24.8.0",
"svelte": "5.28.2",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
},
"dependencies": {
"@astrojs/markdoc": "^0.14.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/vercel": "^8.2.5",
"@tailwindcss/vite": "^4.1.5",
"markdown-it": "^14.1.0"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"
}
}