|
2 | 2 | "name": "react-scan", |
3 | 3 | "version": "0.4.3", |
4 | 4 | "description": "Scan your React app for renders", |
5 | | - "keywords": ["react", "react-scan", "react scan", "render", "performance"], |
| 5 | + "keywords": [ |
| 6 | + "react", |
| 7 | + "react-scan", |
| 8 | + "react scan", |
| 9 | + "render", |
| 10 | + "performance" |
| 11 | + ], |
6 | 12 | "homepage": "https://react-scan.million.dev", |
7 | 13 | "bugs": { |
8 | 14 | "url": "https://github.com/aidenybai/react-scan/issues" |
|
191 | 197 | "types": "dist/index.d.ts", |
192 | 198 | "typesVersions": { |
193 | 199 | "*": { |
194 | | - "monitoring": ["./dist/core/monitor/index.d.ts"], |
195 | | - "monitoring/next": ["./dist/core/monitor/params/next.d.ts"], |
| 200 | + "monitoring": [ |
| 201 | + "./dist/core/monitor/index.d.ts" |
| 202 | + ], |
| 203 | + "monitoring/next": [ |
| 204 | + "./dist/core/monitor/params/next.d.ts" |
| 205 | + ], |
196 | 206 | "monitoring/react-router-legacy": [ |
197 | 207 | "./dist/core/monitor/params/react-router-v5.d.ts" |
198 | 208 | ], |
199 | 209 | "monitoring/react-router": [ |
200 | 210 | "./dist/core/monitor/params/react-router-v6.d.ts" |
201 | 211 | ], |
202 | | - "monitoring/remix": ["./dist/core/monitor/params/remix.d.ts"], |
203 | | - "monitoring/astro": ["./dist/core/monitor/params/astro/index.ts"], |
204 | | - "react-component-name/vite": ["./dist/react-component-name/vite.d.ts"], |
| 212 | + "monitoring/remix": [ |
| 213 | + "./dist/core/monitor/params/remix.d.ts" |
| 214 | + ], |
| 215 | + "monitoring/astro": [ |
| 216 | + "./dist/core/monitor/params/astro/index.ts" |
| 217 | + ], |
| 218 | + "react-component-name/vite": [ |
| 219 | + "./dist/react-component-name/vite.d.ts" |
| 220 | + ], |
205 | 221 | "react-component-name/webpack": [ |
206 | 222 | "./dist/react-component-name/webpack.d.ts" |
207 | 223 | ], |
|
217 | 233 | "react-component-name/rollup": [ |
218 | 234 | "./dist/react-component-name/rollup.d.ts" |
219 | 235 | ], |
220 | | - "react-component-name/astro": ["./dist/react-component-name/astro.d.ts"], |
221 | | - "react-component-name/loader": ["./dist/react-component-name/loader.d.ts"] |
| 236 | + "react-component-name/astro": [ |
| 237 | + "./dist/react-component-name/astro.d.ts" |
| 238 | + ], |
| 239 | + "react-component-name/loader": [ |
| 240 | + "./dist/react-component-name/loader.d.ts" |
| 241 | + ] |
222 | 242 | } |
223 | 243 | }, |
224 | 244 | "bin": "bin/cli.js", |
225 | | - "files": ["dist", "bin", "package.json", "README.md", "LICENSE", "auto.d.ts"], |
| 245 | + "files": [ |
| 246 | + "dist", |
| 247 | + "bin", |
| 248 | + "package.json", |
| 249 | + "README.md", |
| 250 | + "LICENSE", |
| 251 | + "auto.d.ts" |
| 252 | + ], |
226 | 253 | "dependencies": { |
227 | 254 | "@babel/core": "^7.26.0", |
228 | 255 | "@babel/generator": "^7.26.2", |
|
233 | 260 | "@preact/signals": "^1.3.1", |
234 | 261 | "@rollup/pluginutils": "^5.1.3", |
235 | 262 | "@types/node": "^20.17.9", |
236 | | - "bippy": "^0.3.8", |
| 263 | + "bippy": "^0.3.33", |
237 | 264 | "esbuild": "^0.25.0", |
238 | 265 | "estree-walker": "^3.0.3", |
239 | 266 | "kleur": "^4.1.5", |
|
0 commit comments