|
1 | 1 | { |
2 | 2 | "name": "@wallhack/website", |
3 | | - "type": "module", |
4 | 3 | "version": "0.0.1", |
5 | | - "packageManager": "pnpm@10.30.2", |
| 4 | + "type": "module", |
6 | 5 | "scripts": { |
7 | | - "dev": "astro dev", |
| 6 | + "astro": "astro", |
8 | 7 | "build": "astro build", |
9 | | - "preview": "wrangler dev", |
| 8 | + "check": "oxlint && oxfmt --check .", |
10 | 9 | "deploy": "astro build && wrangler deploy", |
11 | | - "astro": "astro", |
12 | | - "check": "biome check", |
13 | | - "format": "biome check --write" |
14 | | - }, |
15 | | - "devDependencies": { |
16 | | - "@biomejs/biome": "^2.4.7", |
17 | | - "vite": "^7.3.1", |
18 | | - "wrangler": "^4.73.0" |
| 10 | + "dev": "astro dev", |
| 11 | + "preview": "wrangler dev" |
19 | 12 | }, |
20 | 13 | "dependencies": { |
21 | | - "@astrojs/markdoc": "^0.15.11", |
| 14 | + "@astrojs/markdoc": "^1.0.2", |
22 | 15 | "@astrojs/sitemap": "^3.7.1", |
23 | 16 | "@fontsource-variable/jetbrains-mono": "^5.2.8", |
24 | 17 | "@fontsource/dm-serif-display": "^5.2.8", |
25 | 18 | "@fontsource/inter": "^5.2.8", |
26 | 19 | "@iconify-json/lucide": "^1.2.98", |
27 | 20 | "@iconify-json/ph": "^1.2.2", |
28 | 21 | "@resvg/resvg-js": "^2.6.2", |
29 | | - "@tailwindcss/vite": "^4.2.1", |
30 | | - "astro": "^5.18.1", |
| 22 | + "@tailwindcss/vite": "^4.2.2", |
| 23 | + "astro": "^6.0.6", |
31 | 24 | "astro-icon": "^1.1.5", |
32 | 25 | "astro-pagefind": "^1.8.5", |
33 | 26 | "class-variance-authority": "^0.7.1", |
34 | 27 | "clsx": "^2.1.1", |
35 | | - "satori": "^0.19.3", |
36 | | - "shiki": "^3.23.0", |
| 28 | + "satori": "^0.25.0", |
| 29 | + "shiki": "^4.0.2", |
37 | 30 | "tailwind-merge": "^3.5.0", |
38 | | - "tailwindcss": "^4.2.1" |
39 | | - } |
| 31 | + "tailwindcss": "^4.2.2" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "oxfmt": "^0.41.0", |
| 35 | + "oxlint": "^1.56.0", |
| 36 | + "vite": "^8.0.1", |
| 37 | + "wrangler": "^4.75.0" |
| 38 | + }, |
| 39 | + "packageManager": "pnpm@10.30.2" |
40 | 40 | } |
0 commit comments