Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 43 lines 980 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": "oxlint && 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.16", 21 "clsx": "^2.1.1", 22 "dequal": "^2.0.3", 23 "memfs": "^4.57.2", 24 "solid-js": "^1.9.12", 25 "valibot": "^1.3.1" 26 }, 27 "devDependencies": { 28 "@oxc-project/types": "^0.126.0", 29 "@tailwindcss/vite": "^4.2.2", 30 "@types/node": "^25.6.0", 31 "@types/semver": "^7.7.1", 32 "oxfmt": "^0.45.0", 33 "oxlint": "^1.60.0", 34 "oxlint-tsgolint": "^0.21.1", 35 "semver": "^7.7.4", 36 "tailwindcss": "^4.2.2", 37 "typescript": "~6.0.3", 38 "vite": "^8.0.8", 39 "vite-plugin-solid": "^2.11.12", 40 "vitest": "^4.1.4", 41 "wrangler": "^4.83.0" 42 } 43}