-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 843 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 843 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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"astro-icon": "^1.1.5",
"open-graph-scraper": "^6.11.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.72",
"@types/node": "^24.10.4",
"sharp": "^0.34.5",
"wrangler": "^4.58.0"
},
"packageManager": "pnpm@10.29.2"
}