|
13 | 13 | "format": "prettier --write --cache src scripts types", |
14 | 14 | "lint": "biome lint . --fix --unsafe", |
15 | 15 | "prepublishOnly": "bun run build:prod", |
| 16 | + "clean": "rm -rf ./dist ./node_modules", |
16 | 17 | "release": "pnpm run build:prod && changelogen --release --prerelease --publish -publishTag beta && git push --follow-tags" |
17 | 18 | }, |
18 | 19 | "repository": { |
|
69 | 70 | }, |
70 | 71 | "license": "MIT", |
71 | 72 | "dependencies": { |
72 | | - "@babel/core": "^7.28.4", |
73 | | - "@babel/parser": "^7.28.4", |
74 | | - "@mdx-js/esbuild": "^3.1.1", |
75 | | - "@swc/html": "^1.13.5", |
76 | | - "c12": "^3.2.0", |
77 | | - "chokidar": "^4.0.3", |
78 | | - "citty": "^0.1.6", |
79 | | - "consola": "^3.4.2", |
80 | | - "destr": "^2.0.5", |
81 | | - "esbuild": "^0.25.9", |
82 | | - "esbuild-plugin-tailwindcss": "^2.1.0", |
83 | | - "fs-extra": "^11.3.1", |
84 | | - "get-port-please": "^3.2.0", |
85 | | - "glob": "^11.0.3", |
| 73 | + "@babel/core": "7.28.4", |
| 74 | + "@babel/parser": "7.28.4", |
| 75 | + "@mdx-js/esbuild": "3.1.1", |
| 76 | + "@swc/html": "1.13.5", |
| 77 | + "c12": "3.2.0", |
| 78 | + "chokidar": "4.0.3", |
| 79 | + "citty": "0.1.6", |
| 80 | + "consola": "3.4.2", |
| 81 | + "destr": "2.0.5", |
| 82 | + "esbuild": "0.25.9", |
| 83 | + "esbuild-plugin-tailwindcss": "2.1.0", |
| 84 | + "fs-extra": "11.3.1", |
| 85 | + "get-port-please": "3.2.0", |
| 86 | + "glob": "11.0.3", |
86 | 87 | "h3": "2.0.0-beta.3", |
87 | | - "kleur": "^4.1.5", |
88 | | - "magic-string": "^0.30.18", |
89 | | - "ofetch": "^1.4.1", |
90 | | - "pathe": "^2.0.3", |
91 | | - "preact-iso": "^2.10.0", |
92 | | - "ufo": "^1.6.1", |
93 | | - "unhead": "^2.0.14" |
| 88 | + "kleur": "4.1.5", |
| 89 | + "magic-string": "0.30.18", |
| 90 | + "ofetch": "1.4.1", |
| 91 | + "pathe": "2.0.3", |
| 92 | + "preact-iso": "2.10.0", |
| 93 | + "ufo": "1.6.1", |
| 94 | + "unhead": "2.0.14" |
94 | 95 | }, |
95 | 96 | "peerDependencies": { |
96 | | - "postcss": "^8.5.6", |
97 | | - "preact": "^10.27.1", |
98 | | - "preact-render-to-string": "^6.6.1" |
| 97 | + "postcss": "8.5.6", |
| 98 | + "preact": "10.27.1", |
| 99 | + "preact-render-to-string": "6.6.1" |
99 | 100 | }, |
100 | 101 | "devDependencies": { |
101 | 102 | "@biomejs/biome": "1.8.3", |
102 | | - "@types/fs-extra": "^11.0.4", |
103 | | - "@types/mdx": "^2.0.13", |
104 | | - "@types/node": "^20.19.13", |
105 | | - "changelogen": "^0.6.2", |
106 | | - "prettier": "^3.6.2", |
107 | | - "prettier-plugin-organize-imports": "^4.2.0", |
108 | | - "tsx": "^4.20.5", |
109 | | - "typescript": "^5.9.2", |
110 | | - "vitest": "^3.2.4" |
| 103 | + "@types/fs-extra": "11.0.4", |
| 104 | + "@types/mdx": "2.0.13", |
| 105 | + "@types/node": "20.19.13", |
| 106 | + "changelogen": "0.6.2", |
| 107 | + "prettier": "3.6.2", |
| 108 | + "prettier-plugin-organize-imports": "4.2.0", |
| 109 | + "tsx": "4.20.5", |
| 110 | + "typescript": "5.9.2", |
| 111 | + "vitest": "3.2.4" |
111 | 112 | }, |
112 | 113 | "trustedDependencies": [ |
113 | 114 | "@biomejs/biome", |
|
0 commit comments