Skip to content

Commit dafc88c

Browse files
Venkata MouliVenkata Mouli
authored andcommitted
Remove unnecessary dependencies added by replit
1 parent 2cd289b commit dafc88c

2 files changed

Lines changed: 15 additions & 1664 deletions

File tree

package.json

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"check": "tsc"
1111
},
1212
"dependencies": {
13-
"@hookform/resolvers": "^3.9.1",
14-
"@jridgewell/trace-mapping": "^0.3.25",
15-
"@neondatabase/serverless": "^0.10.4",
1613
"@radix-ui/react-accordion": "^1.2.1",
1714
"@radix-ui/react-alert-dialog": "^1.1.2",
1815
"@radix-ui/react-aspect-ratio": "^1.1.0",
@@ -44,59 +41,32 @@
4441
"@tanstack/react-query": "^5.60.5",
4542
"class-variance-authority": "^0.7.0",
4643
"clsx": "^2.1.1",
47-
"cmdk": "^1.0.0",
48-
"connect-pg-simple": "^10.0.0",
49-
"date-fns": "^3.6.0",
50-
"drizzle-orm": "^0.39.1",
51-
"drizzle-zod": "^0.7.0",
5244
"embla-carousel-react": "^8.3.0",
53-
"express": "^4.21.2",
54-
"express-session": "^1.18.1",
5545
"framer-motion": "^11.13.1",
56-
"input-otp": "^1.2.4",
5746
"lucide-react": "^0.453.0",
58-
"memorystore": "^1.6.7",
59-
"passport": "^0.7.0",
60-
"passport-local": "^1.0.0",
6147
"react": "^18.3.1",
62-
"react-day-picker": "^8.10.1",
6348
"react-dom": "^18.3.1",
6449
"react-hook-form": "^7.53.1",
6550
"react-icons": "^5.4.0",
6651
"react-resizable-panels": "^2.1.4",
67-
"recharts": "^2.13.0",
6852
"tailwind-merge": "^2.5.4",
6953
"tailwindcss-animate": "^1.0.7",
7054
"vaul": "^1.1.0",
7155
"wouter": "^3.3.5",
72-
"ws": "^8.18.0",
73-
"zod": "^3.23.8",
74-
"zod-validation-error": "^3.4.0"
56+
"zod": "^3.23.8"
7557
},
7658
"devDependencies": {
77-
"@replit/vite-plugin-cartographer": "^0.0.11",
78-
"@replit/vite-plugin-runtime-error-modal": "^0.0.3",
7959
"@tailwindcss/typography": "^0.5.15",
80-
"@types/connect-pg-simple": "^7.0.3",
81-
"@types/express": "4.17.21",
82-
"@types/express-session": "^1.18.0",
8360
"@types/node": "20.16.11",
84-
"@types/passport": "^1.0.16",
85-
"@types/passport-local": "^1.0.38",
8661
"@types/react": "^18.3.11",
8762
"@types/react-dom": "^18.3.1",
88-
"@types/ws": "^8.5.13",
8963
"@vitejs/plugin-react": "^4.3.2",
9064
"autoprefixer": "^10.4.20",
91-
"drizzle-kit": "^0.30.4",
9265
"esbuild": "^0.25.0",
9366
"postcss": "^8.4.47",
9467
"tailwindcss": "^3.4.14",
9568
"tsx": "^4.19.1",
9669
"typescript": "5.6.3",
9770
"vite": "^5.4.14"
98-
},
99-
"optionalDependencies": {
100-
"bufferutil": "^4.0.8"
10171
}
10272
}

0 commit comments

Comments
 (0)