Dedupe and move dev dependencies out from web app production builds

This commit is contained in:
Debanjum
2025-07-31 23:59:32 -07:00
parent 791ebe3a97
commit b86430227c

View File

@@ -43,8 +43,6 @@
"@radix-ui/react-toggle": "^1.1.0", "@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.6", "@radix-ui/react-tooltip": "^1.1.6",
"@radix-ui/themes": "^3.1.1", "@radix-ui/themes": "^3.1.1",
"@types/file-saver": "^2.0.7",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.0.0", "cmdk": "^1.0.0",
@@ -52,8 +50,6 @@
"dompurify": "^3.1.6", "dompurify": "^3.1.6",
"embla-carousel-autoplay": "^8.5.1", "embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1", "embla-carousel-react": "^8.5.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"framer-motion": "^12.0.6", "framer-motion": "^12.0.6",
"input-otp": "^1.2.4", "input-otp": "^1.2.4",
@@ -66,29 +62,26 @@
"markdown-it-highlightjs": "^4.1.0", "markdown-it-highlightjs": "^4.1.0",
"mermaid": "^11.4.1", "mermaid": "^11.4.1",
"next": "14.2.30", "next": "14.2.30",
"nodemon": "^3.1.3",
"postcss": "^8.4.38",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",
"react-use-websocket": "^4.13.0", "react-use-websocket": "^4.13.0",
"shadcn-ui": "^0.9.0",
"swr": "^2.2.5", "swr": "^2.2.5",
"tailwind-merge": "^2.3.0", "tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"vaul": "^0.9.1", "vaul": "^0.9.1",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
"@types/intl-tel-input": "^18.1.4", "@types/intl-tel-input": "^18.1.4",
"@types/katex": "^0.16.7", "@types/katex": "^0.16.7",
"@types/markdown-it": "^14.1.1", "@types/markdown-it": "^14.1.1",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.2.3", "eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
@@ -96,7 +89,10 @@
"husky": "^9.0.11", "husky": "^9.0.11",
"lint-staged": "^15.2.7", "lint-staged": "^15.2.7",
"nodemon": "^3.1.3", "nodemon": "^3.1.3",
"postcss": "^8.4.38",
"prettier": "3.3.3", "prettier": "3.3.3",
"shadcn-ui": "^0.9.0",
"tailwindcss": "^3.4.6",
"typescript": "^5" "typescript": "^5"
}, },
"prettier": { "prettier": {