|
7 | 7 | "build": "astro build", |
8 | 8 | "preview": "astro preview", |
9 | 9 | "astro": "astro", |
10 | | - "format": "prettier --write .", |
| 10 | + "format": "prettier --write --list-different .", |
11 | 11 | "lint:eslint": "eslint . --cache", |
12 | 12 | "lint:prettier": "prettier --check .", |
13 | | - "check:types": "astro sync && tsgo --noEmit", |
| 13 | + "check:types": "wrangler types && astro sync && tsgo --noEmit", |
14 | 14 | "lint": "bun run lint:eslint && bun run lint:prettier", |
15 | 15 | "check": "bun run check:types", |
16 | | - "check:all": "bun run check && bun run lint" |
| 16 | + "check:all": "bun run check && bun run lint", |
| 17 | + "postinstall": "wrangler types" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | | - "@astrojs/cloudflare": "^12.6.10", |
20 | | - "@astrojs/rss": "^4.0.13", |
21 | | - "@astrojs/sitemap": "^3.6.0", |
22 | | - "@astrojs/svelte": "^7.2.1", |
23 | | - "@fontsource/poppins": "^5.2.7", |
24 | | - "@tailwindcss/vite": "^4.1.16", |
25 | | - "astro": "5.15.1", |
26 | | - "astro-icon": "^1.1.5", |
27 | | - "clsx": "^2.1.1", |
28 | | - "remove-markdown": "^0.6.2", |
29 | | - "runed": "^0.35.1", |
30 | | - "svelte": "^5.42.3", |
31 | | - "tailwindcss": "^4.1.16", |
32 | | - "typescript": "^5.9.3" |
| 20 | + "@astrojs/cloudflare": "13.1.7", |
| 21 | + "@astrojs/rss": "4.0.18", |
| 22 | + "@astrojs/sitemap": "3.7.2", |
| 23 | + "@astrojs/svelte": "8.0.4", |
| 24 | + "@fontsource/poppins": "5.2.7", |
| 25 | + "@tailwindcss/vite": "4.2.2", |
| 26 | + "astro": "6.1.3", |
| 27 | + "astro-icon": "1.1.5", |
| 28 | + "clsx": "2.1.1", |
| 29 | + "remove-markdown": "0.6.3", |
| 30 | + "runed": "0.37.1", |
| 31 | + "svelte": "5.55.1", |
| 32 | + "tailwindcss": "4.2.2", |
| 33 | + "typescript": "6.0.2" |
33 | 34 | }, |
34 | 35 | "devDependencies": { |
35 | | - "@astrojs/mdx": "^4.3.9", |
36 | | - "@tailwindcss/typography": "^0.5.19", |
37 | | - "@types/node": "^24.9.2", |
38 | | - "@typescript-eslint/eslint-plugin": "^8.46.2", |
39 | | - "@typescript-eslint/parser": "^8.46.2", |
40 | | - "@typescript/native-preview": "^7.0.0-dev.20251027.1", |
41 | | - "eslint": "^9.38.0", |
42 | | - "eslint-config-prettier": "^10.1.8", |
43 | | - "eslint-plugin-astro": "^1.4.0", |
44 | | - "eslint-plugin-svelte": "^3.12.5", |
45 | | - "prettier": "^3.6.2", |
46 | | - "prettier-plugin-astro": "^0.14.1", |
47 | | - "prettier-plugin-svelte": "^3.4.0", |
48 | | - "prettier-plugin-tailwindcss": "^0.7.1", |
49 | | - "svelte-eslint-parser": "^1.4.0", |
50 | | - "wrangler": "^4.45.0" |
| 36 | + "@astrojs/mdx": "5.0.3", |
| 37 | + "@tailwindcss/typography": "0.5.19", |
| 38 | + "@types/node": "25.5.0", |
| 39 | + "@typescript-eslint/eslint-plugin": "8.58.0", |
| 40 | + "@typescript-eslint/parser": "8.58.0", |
| 41 | + "@typescript/native-preview": "7.0.0-dev.20260401.1", |
| 42 | + "eslint": "10.1.0", |
| 43 | + "eslint-config-prettier": "10.1.8", |
| 44 | + "eslint-plugin-astro": "1.6.0", |
| 45 | + "eslint-plugin-svelte": "3.16.0", |
| 46 | + "prettier": "3.8.1", |
| 47 | + "prettier-plugin-astro": "0.14.1", |
| 48 | + "prettier-plugin-svelte": "3.5.1", |
| 49 | + "prettier-plugin-tailwindcss": "0.7.2", |
| 50 | + "svelte-eslint-parser": "1.6.0", |
| 51 | + "wrangler": "4.80.0" |
| 52 | + }, |
| 53 | + "devEngines": { |
| 54 | + "runtime": { |
| 55 | + "name": "node", |
| 56 | + "version": ">=22.x" |
| 57 | + } |
51 | 58 | } |
52 | 59 | } |
0 commit comments