Skip to content
Merged
Prev Previous commit
Next Next commit
chore: remove unused deps
  • Loading branch information
brettkolodny committed Aug 11, 2025
commit 8bcc7f30a519e60ee99883cb0b243e948f6d5937
11 changes: 11 additions & 0 deletions .knip.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["./src/client/index.tsx", "./src/server/index.tsx"],
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
"ignore": ["**/gen/*"],
"ignoreDependencies": [
"@types/react-virtualized-auto-sizer",
"jest_workaround",
"ts-proto"
]
}
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.5",
"@fontsource/dm-mono": "^5.2.5",
"@hono/valibot-validator": "^0.5.2",
"@microlink/react-json-view": "^1.26.2",
"@monaco-editor/react": "^4.7.0",
Expand All @@ -28,9 +26,6 @@
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-form": "^1.12.4",
"@tanstack/valibot-form-adapter": "^0.42.1",
"@universal-middleware/core": "^0.4.7",
"@universal-middleware/hono": "^0.4.12",
"@vercel/blob": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -41,28 +36,23 @@
"monaco-editor": "^0.52.2",
"motion": "^12.15.0",
"nanoid": "^5.1.5",
"prismjs": "^1.30.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.2",
"react-router": "^7.6.1",
"react-simple-code-editor": "^0.14.1",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "^1.1.0",
"yup": "^1.6.1",
"zustand": "^5.0.5"
"yup": "^1.6.1"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@eslint/js": "^9.25.0",
"@hono/vite-dev-server": "^0.19.1",
"@types/lodash": "^4.17.17",
"@types/node": "^22.15.21",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react-syntax-highlighter": "^15.5.13",
Expand All @@ -73,13 +63,12 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"knip": "^5.62.0",
"postcss": "^8.5.3",
"tailwindcss": "3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vercel": "^42.3.0",
"vite": "^6.3.5",
"vite-plugin-vercel": "^9.0.7"
"vite": "^6.3.5"
},
"packageManager": "pnpm@10.14.0"
}
Loading