-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.29 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
{
"name": "alfredes-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "node dist/server/entry.mjs",
"preview": "astro preview",
"lint": "astro check",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/react": "^5.0.5",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^10.0.7",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@vercel/speed-insights": "^2.0.0",
"astro": "^6.3.5",
"astro-seo": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"load-script": "^2.0.0",
"mailgun-js": "^0.22.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"sharp": "^0.34.5",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.3.0",
"@types/mailgun-js": "^0.22.19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^5.0.0"
},
"pnpm": {
"overrides": {
"postcss": "^8.5.15"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"sharp"
]
}
}