Skip to content

Commit dbadbdf

Browse files
committed
chore: remove more unused component + dependencies
1 parent 1760b50 commit dbadbdf

File tree

3 files changed

+64
-1110
lines changed

3 files changed

+64
-1110
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,40 +45,30 @@
4545
"lucide-react": "^0.544.0",
4646
"nanoid": "^5.1.6",
4747
"react-markdown": "^10.1.0",
48-
"react-syntax-highlighter": "^15.6.6",
4948
"tailwind-merge": "^3.3.1",
5049
"tailwindcss": "^4.1.13",
5150
"use-stick-to-bottom": "^1.1.1"
5251
},
5352
"devDependencies": {
5453
"@tailwindcss/vite": "^4.1.13",
5554
"@eslint/js": "^9.36.0",
56-
"@microsoft/api-extractor": "^7.52.13",
5755
"@tailwindcss/postcss": "^4.1.13",
5856
"@types/node": "^24.5.2",
5957
"@types/react": "^18",
6058
"@types/react-dom": "^18",
61-
"@types/react-syntax-highlighter": "^15.5.13",
6259
"@vitejs/plugin-react": "^5.0.3",
63-
"cssnano": "^7.1.1",
6460
"eslint": "^9.36.0",
6561
"eslint-plugin-react-dom": "^1.53.1",
6662
"eslint-plugin-react-hooks": "^5.2.0",
6763
"eslint-plugin-react-refresh": "^0.4.20",
6864
"eslint-plugin-react-x": "^1.53.1",
6965
"globals": "^16.4.0",
70-
"postcss": "^8.5.6",
71-
"postcss-discard-comments": "^7.0.4",
72-
"postcss-import": "^16.1.1",
73-
"postcss-nested": "^7.0.2",
7466
"react": "^18",
7567
"react-dom": "^18",
76-
"terser": "^5.44.0",
7768
"tw-animate-css": "^1.3.8",
7869
"typescript": "~5.8.3",
7970
"typescript-eslint": "^8.44.0",
8071
"unplugin-dts": "1.0.0-beta.5",
81-
"vite": "^7.1.7",
82-
"vite-plugin-lib-inject-css": "^2.2.2"
72+
"vite": "^7.1.7"
8373
}
8474
}

0 commit comments

Comments
 (0)