|
8 | 8 | "build": "astro check && astro build", |
9 | 9 | "preview": "astro preview", |
10 | 10 | "astro": "astro", |
11 | | - "format": "prettier --write ./src --plugin=prettier-plugin-astro --plugin=prettier-plugin-tailwindcss", |
12 | | - "format:check": "prettier --check ./src --plugin=prettier-plugin-astro --plugin=prettier-plugin-tailwindcss", |
| 11 | + "format": "vp fmt ./src", |
| 12 | + "format:check": "vp fmt --check ./src", |
13 | 13 | "resume:compile": "typst compile ./resume/resume.typ ./public/resume.pdf", |
14 | | - "resume:watch": "typst watch ./resume/resume.typ ./public/resume.pdf" |
| 14 | + "resume:watch": "typst watch ./resume/resume.typ ./public/resume.pdf", |
| 15 | + "prepare": "vp config" |
15 | 16 | }, |
16 | 17 | "dependencies": { |
17 | 18 | "@astrojs/check": "^0.9.8", |
|
31 | 32 | "@myriaddreamin/typst-ts-node-compiler": "0.7.0-rc2", |
32 | 33 | "@tailwindcss/typography": "^0.5.19", |
33 | 34 | "@tailwindcss/vite": "^4.1.18", |
34 | | - "prettier": "^3.8.1", |
35 | | - "prettier-plugin-astro": "^0.14.1", |
36 | | - "prettier-plugin-tailwindcss": "^0.7.2", |
37 | | - "tailwindcss": "^4.1.18" |
| 35 | + "tailwindcss": "^4.1.18", |
| 36 | + "vite-plus": "latest" |
| 37 | + }, |
| 38 | + "packageManager": "pnpm@10.32.1", |
| 39 | + "pnpm": { |
| 40 | + "overrides": { |
| 41 | + "vite": "npm:@voidzero-dev/vite-plus-core@latest", |
| 42 | + "vitest": "npm:@voidzero-dev/vite-plus-test@latest" |
| 43 | + } |
38 | 44 | } |
39 | 45 | } |
40 | | - |
|
0 commit comments