fix(admin-ui): move dependencies from devDependencies (#3405)
This commit is contained in:
@@ -39,15 +39,20 @@
|
||||
"@radix-ui/react-switch": "^1.0.1",
|
||||
"@radix-ui/react-tooltip": "^1.0.3",
|
||||
"@segment/analytics-next": "^1.51.1",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@tailwindcss/line-clamp": "^0.4.2",
|
||||
"@tanstack/react-query": "4.22.0",
|
||||
"@tanstack/react-table": "^8.7.9",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"clsx": "^1.2.1",
|
||||
"confetti-js": "^0.0.18",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"emoji-picker-react": "^4.4.3",
|
||||
"framer-motion": "^9.1.6",
|
||||
"medusa-react": "*",
|
||||
"postcss": "^8.4.21",
|
||||
"query-string": "^8.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-collapsible": "^2.8.3",
|
||||
"react-country-flag": "^3.0.2",
|
||||
@@ -67,23 +72,19 @@
|
||||
"react-router-dom": "^6.8.0",
|
||||
"react-select": "^5.5.4",
|
||||
"react-table": "^7.7.0",
|
||||
"tailwindcss": "3.2.2",
|
||||
"tailwindcss-radix": "^2.7.0",
|
||||
"type-fest": "^3.6.0",
|
||||
"vite": "^4.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "*",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@tailwindcss/line-clamp": "^0.4.2",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react-table": "^7.7.9",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.21",
|
||||
"tailwindcss": "3.2.2",
|
||||
"tailwindcss-radix": "^2.7.0",
|
||||
"typescript": "^4.9.3",
|
||||
"vitest": "^0.28.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user