|
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", |
17 | | - "release": "pnpm run build:prod && changelogen --release --prerelease --publish -publishTag beta && git push --follow-tags" |
| 16 | + "clean": "rm -rf dist node_modules", |
| 17 | + "release": "bun run build:prod && changelogen --release --prerelease --publish -publishTag beta && git push --follow-tags" |
18 | 18 | }, |
19 | 19 | "repository": { |
20 | 20 | "type": "git", |
|
70 | 70 | }, |
71 | 71 | "license": "MIT", |
72 | 72 | "dependencies": { |
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", |
87 | | - "h3": "2.0.0-beta.3", |
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", |
| 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", |
| 87 | + "h3": "2.0.0-beta.4", |
| 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 | 94 | "unhead": "2.0.14" |
95 | 95 | }, |
96 | 96 | "peerDependencies": { |
97 | | - "postcss": "8.5.6", |
98 | | - "preact": "10.27.1", |
99 | | - "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" |
100 | 100 | }, |
101 | 101 | "devDependencies": { |
102 | | - "@biomejs/biome": "1.8.3", |
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" |
112 | | - }, |
113 | | - "trustedDependencies": [ |
114 | | - "@biomejs/biome", |
115 | | - "esbuild" |
116 | | - ] |
| 102 | + "@biomejs/biome": "^1.8.3", |
| 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" |
| 112 | + } |
117 | 113 | } |
0 commit comments