|
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | 7 | "dev": "astro dev", |
8 | | - "check": "astro check", |
9 | | - "build": "bun --revision && astro check && astro build", |
| 8 | + "check": "astro check && svelte-check --no-tsconfig", |
| 9 | + "build": "bun --revision && bun run check && astro build", |
10 | 10 | "preview": "astro preview", |
11 | 11 | "astro": "astro", |
12 | 12 | "lint": "prettier --check .", |
|
19 | 19 | "dependencies": { |
20 | 20 | "@astrojs/alpinejs": "^0.4.8", |
21 | 21 | "@astrojs/node": "^9.2.1", |
| 22 | + "@astrojs/svelte": "^7.0.13", |
22 | 23 | "@aws-sdk/client-s3": "^3.812.0", |
23 | 24 | "@braintree/sanitize-url": "^7.1.1", |
24 | 25 | "@jsdocs-io/extractor": "^1.0.0", |
|
36 | 37 | "new-github-issue-url": "^1.1.0", |
37 | 38 | "pathe": "^2.0.3", |
38 | 39 | "read-pkg": "^9.0.1", |
| 40 | + "runed": "^0.28.0", |
39 | 41 | "shiki": "^3.4.2", |
| 42 | + "svelte": "^5.32.1", |
40 | 43 | "trim-newlines": "^5.0.0", |
41 | 44 | "url-join": "^5.0.0", |
42 | 45 | "validate-npm-package-name": "^6.0.0", |
|
62 | 65 | "daisyui": "^5.0.35", |
63 | 66 | "prettier": "^3.5.3", |
64 | 67 | "prettier-plugin-astro": "^0.14.1", |
| 68 | + "prettier-plugin-svelte": "^3.4.0", |
65 | 69 | "prettier-plugin-tailwindcss": "^0.6.11", |
66 | 70 | "rollup-plugin-visualizer": "^5.14.0", |
67 | 71 | "shiki-codegen": "^3.4.2", |
| 72 | + "svelte-check": "^4.2.1", |
68 | 73 | "tailwindcss": "^4.1.7", |
69 | 74 | "tempy": "^3.1.0", |
70 | 75 | "typescript": "^5.8.3", |
|
0 commit comments