Remove unused dependencies

This commit is contained in:
2025-11-28 10:13:46 +00:00
parent 032b966a9d
commit 239e0e64da
7 changed files with 7 additions and 45 deletions

View File

@@ -3,34 +3,23 @@
"version": "0.1.1",
"private": true,
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.554.0",
"npx": "^10.2.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.66.1",
"react-is": "^19.2.0",
"react-scripts": "5.0.1",
"recharts": "^3.3.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"web-vitals": "^2.1.4",
"zod": "^4.1.13"
"tailwindcss-animate": "^1.0.7"
},
"scripts": {
"start": "cross-env HOST=0.0.0.0 BROWSER=none CHOKIDAR_USEPOLLING=true FAST_REFRESH=false react-scripts start",
@@ -59,6 +48,10 @@
},
"devDependencies": {
"@hint/configuration-web-recommended": "^8.2.24",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
@@ -68,6 +61,6 @@
"postcss": "^8.5.6",
"puppeteer": "^24.27.0",
"tailwindcss": "^3.4.18",
"typescript": "^4.9.5"
"typescript": "^5.9.3"
}
}