-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.78 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.78 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "resume",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "NODE_NO_WARNINGS=1 astro dev",
"optimize:images": "node scripts/optimize-images.mjs",
"download:icons": "node scripts/download-icons.mjs",
"prebuild": "pnpm optimize:images && pnpm download:icons",
"build": "astro build",
"preview": "pnpm build && wrangler pages dev ./dist",
"deploy": "pnpm build && wrangler pages deploy ./dist --project-name=resume",
"lint": "prettier --write . && eslint . --fix",
"lint:check": "prettier --check . && eslint .",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/react": "^4.4.1",
"@astrojs/rss": "^4.0.13",
"@paper-design/shaders-react": "^0.0.61",
"@repo/astro-i18n": "workspace:*",
"@repo/astro-icon": "workspace:*",
"@repo/astro-preact": "workspace:*",
"@repo/astro-pwa": "workspace:*",
"@repo/astro-tailwind": "workspace:*",
"@repo/sitemap-generator": "workspace:*",
"@supabase/supabase-js": "^2.75.0",
"astro": "^5.14.4",
"biggest": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"curse-script": "^1.0.5",
"edge-crypto": "^0.1.1",
"framer-motion": "^11.18.2",
"gauss-spiral": "^1.0.0",
"gsap": "^3.13.0",
"lucide-preact": "^0.395.0",
"motion": "^12.23.24",
"mugunghwa": "^1.0.1",
"ogl": "^1.0.11",
"preact-markup": "^2.1.1",
"pseudo-shuffle": "^1.1.2",
"qrcode": "^1.5.4",
"tailwind-merge": "^2.6.0",
"three": "^0.181.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
"@repo/astro-lint": "workspace:*",
"@types/qrcode": "^1.5.6",
"@types/three": "^0.181.0",
"sharp": "^0.33.5",
"vite": "^7.1.9",
"wrangler": "^4.42.2"
}
}