-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 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
58
59
60
61
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/node": "9.5.1",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "4.4.2",
"@astrojs/rss": "4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "7.2.4",
"@astrojs/vercel": "9.0.2",
"@hono/zod-validator": "^0.4.3",
"@iconify/svelte": "^5.1.0",
"@mermaid-js/layout-elk": "^0.2.0",
"@playform/compress": "^0.1.9",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@uiw/react-heat-map": "^2.3.3",
"@vercel/og": "^0.6.8",
"astro": "5.16.6",
"astro-mermaid": "^1.2.0",
"astro-seo": "^0.8.4",
"discord-lanyard-activity": "^1.0.0",
"embla-carousel": "^8.6.0",
"embla-carousel-auto-scroll": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"graphql-request": "^7.4.0",
"gsap": "^3.14.2",
"hono": "^4.11.3",
"lenis": "^1.3.17",
"markdown-it": "^14.1.0",
"marked": "^16.4.2",
"marked-highlight": "^2.2.3",
"mermaid": "^11.12.2",
"open-graph-scraper": "^6.11.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"reading-time": "^1.5.0",
"resend": "^6.7.0",
"sanitize-html": "^2.17.0",
"schema-dts": "^1.1.5",
"shiki": "^3.20.0",
"svelte": "^5.46.1",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"three": "^0.176.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/three": "^0.176.0"
}
}