-
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) · 858 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 858 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": "ryanblunden.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"start": "astro dev --host 0.0.0.0",
"build": "astro check && astro build",
"preview": "astro preview --host 0.0.0.0",
"astro": "astro",
"og-image": "node scripts/generate-og-image.mjs"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/check": "^0.9.6",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.2",
"@calcom/embed-react": "^1.5.3",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.12",
"flowbite": "^4.0.1",
"puppeteer": "^24.36.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"prettier": "^3.8.1"
}
}