From 238afb0c231168b1bc174cf14f7f28e7248aad2e Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 23 Nov 2024 21:47:19 -0600 Subject: [PATCH] move packages to dependecies. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 17e4bf7..d02a5ef 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "@types/react-router-dom": "^5.3.3", "@types/react-simple-maps": "^3.0.6", + "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", "framer-motion": "^11.11.17", "postcss": "^8.4.49", @@ -21,20 +22,19 @@ "react-intersection-observer": "^9.13.1", "react-router-dom": "^7.0.1", "react-simple-maps": "^3.0.0", - "tailwindcss": "^3.4.15" + "tailwindcss": "^3.4.15", + "vite": "^5.4.11" }, "devDependencies": { "@eslint/js": "^9.15.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/node": "^20.0.0", - "@vitejs/plugin-react": "^4.3.3", "eslint": "^9.15.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.12.0", "typescript": "~5.7.2", - "typescript-eslint": "^8.15.0", - "vite": "^5.4.11" + "typescript-eslint": "^8.15.0" } }