feat: remove unused files and dependencies, streamline project structure

This commit is contained in:
2025-06-20 02:33:58 +00:00
committed by GitHub
parent 0d69b10be0
commit 96a29f25dc
8 changed files with 7 additions and 393 deletions

View File

@@ -6,8 +6,7 @@
"dev": "next dev -p 40625",
"build": "next build",
"start": "next start -p 40625",
"lint": "next lint",
"test": "jest"
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
@@ -25,8 +24,6 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.7",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
@@ -49,7 +46,6 @@
"@types/react-dom": "^19.0.2",
"eslint": "^9.17",
"eslint-config-next": "15.1.4",
"jest": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",