Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
at trunk 42 lines 949 B view raw
1{ 2 "name": "teardown", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc -b && vite build", 9 "preview": "vite preview", 10 "fmt": "oxfmt", 11 "lint": "oxlint", 12 "test": "vitest" 13 }, 14 "dependencies": { 15 "@atcute/uint8array": "^1.1.1", 16 "@bokuweb/zstd-wasm": "^0.0.27", 17 "@floating-ui/dom": "^1.7.6", 18 "@mary/array-fns": "jsr:^0.1.5", 19 "@mary/tar": "jsr:^0.3.2", 20 "@rolldown/browser": "1.0.0-rc.7", 21 "clsx": "^2.1.1", 22 "dequal": "^2.0.3", 23 "memfs": "^4.56.11", 24 "solid-js": "^1.9.11", 25 "valibot": "^1.2.0" 26 }, 27 "devDependencies": { 28 "@oxc-project/types": "^0.116.0", 29 "@tailwindcss/vite": "^4.2.1", 30 "@types/node": "^25.3.5", 31 "@types/semver": "^7.7.1", 32 "oxfmt": "^0.36.0", 33 "oxlint": "^1.51.0", 34 "semver": "^7.7.4", 35 "tailwindcss": "^4.2.1", 36 "typescript": "~5.9.3", 37 "vite": "^7.3.1", 38 "vite-plugin-solid": "^2.11.10", 39 "vitest": "^4.0.18", 40 "wrangler": "^4.71.0" 41 } 42}