-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 803 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
35
36
37
38
{
"name": "jonaspm-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"cloudflare": "bun install --frozen-lockfile && bun run build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "14.3.0",
"astro": "7.3.1"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.11",
"@biomejs/biome": "^2.5.12",
"@material-symbols/font-400": "^0.47.1",
"@tailwindcss/vite": "^4.3.3",
"@types/bun": "^1.4.1",
"astro-mcp": "^0.4.2",
"gsap": "^3.15.0",
"tailwindcss": "^4.3.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"sharp"
],
"engines": {
"node": "^24.20.0",
"bun": "^1.4.2"
},
"packageManager": "bun@1.4.2"
}