Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bcc7f3

Browse files
committed
chore: remove unused deps
1 parent 248f704 commit 8bcc7f3

File tree

3 files changed

+373
-2029
lines changed

3 files changed

+373
-2029
lines changed

.knip.jsonc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"entry": ["./src/client/index.tsx", "./src/server/index.tsx"],
4+
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
5+
"ignore": ["**/gen/*"],
6+
"ignoreDependencies": [
7+
"@types/react-virtualized-auto-sizer",
8+
"jest_workaround",
9+
"ts-proto"
10+
]
11+
}

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@fontsource-variable/inter": "^5.2.5",
14-
"@fontsource/dm-mono": "^5.2.5",
1513
"@hono/valibot-validator": "^0.5.2",
1614
"@microlink/react-json-view": "^1.26.2",
1715
"@monaco-editor/react": "^4.7.0",
@@ -28,9 +26,6 @@
2826
"@radix-ui/react-tooltip": "^1.2.7",
2927
"@tailwindcss/typography": "^0.5.16",
3028
"@tanstack/react-form": "^1.12.4",
31-
"@tanstack/valibot-form-adapter": "^0.42.1",
32-
"@universal-middleware/core": "^0.4.7",
33-
"@universal-middleware/hono": "^0.4.12",
3429
"@vercel/blob": "^1.1.1",
3530
"class-variance-authority": "^0.7.1",
3631
"clsx": "^2.1.1",
@@ -41,28 +36,23 @@
4136
"monaco-editor": "^0.52.2",
4237
"motion": "^12.15.0",
4338
"nanoid": "^5.1.5",
44-
"prismjs": "^1.30.0",
4539
"react": "^19.1.0",
4640
"react-dom": "^19.1.0",
4741
"react-markdown": "^10.1.0",
4842
"react-resizable-panels": "^3.0.2",
4943
"react-router": "^7.6.1",
50-
"react-simple-code-editor": "^0.14.1",
5144
"react-syntax-highlighter": "^15.6.1",
5245
"remark-gfm": "^4.0.1",
5346
"tailwind-merge": "^3.3.0",
5447
"tailwindcss-animate": "^1.0.7",
5548
"valibot": "^1.1.0",
56-
"yup": "^1.6.1",
57-
"zustand": "^5.0.5"
49+
"yup": "^1.6.1"
5850
},
5951
"devDependencies": {
60-
"@biomejs/biome": "2.1.1",
6152
"@eslint/js": "^9.25.0",
6253
"@hono/vite-dev-server": "^0.19.1",
6354
"@types/lodash": "^4.17.17",
6455
"@types/node": "^22.15.21",
65-
"@types/prismjs": "^1.26.5",
6656
"@types/react": "^19.1.2",
6757
"@types/react-dom": "^19.1.2",
6858
"@types/react-syntax-highlighter": "^15.5.13",
@@ -73,13 +63,12 @@
7363
"eslint-plugin-react-hooks": "^5.2.0",
7464
"eslint-plugin-react-refresh": "^0.4.19",
7565
"globals": "^16.0.0",
66+
"knip": "^5.62.0",
7667
"postcss": "^8.5.3",
7768
"tailwindcss": "3",
7869
"typescript": "~5.8.3",
7970
"typescript-eslint": "^8.30.1",
80-
"vercel": "^42.3.0",
81-
"vite": "^6.3.5",
82-
"vite-plugin-vercel": "^9.0.7"
71+
"vite": "^6.3.5"
8372
},
8473
"packageManager": "[email protected]"
8574
}

0 commit comments

Comments
 (0)