-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 791 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 791 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
{
"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": {
"astro": "6.0.8"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.7",
"@biomejs/biome": "^2.4.8",
"@material-symbols/font-400": "^0.40.2",
"@tailwindcss/vite": "^4.2.2",
"@types/bun": "^1.3.11",
"astro-mcp": "^0.4.2",
"gsap": "^3.14.2",
"tailwindcss": "^4.2.2"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"sharp"
],
"engines": {
"node": "^24.13.0",
"bun": "^1.3.11"
}
}