move packages to dependecies.

This commit is contained in:
TheMaddax 2024-11-23 21:47:19 -06:00
parent 42471336cf
commit 238afb0c23

View file

@ -12,6 +12,7 @@
"dependencies": { "dependencies": {
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/react-simple-maps": "^3.0.6", "@types/react-simple-maps": "^3.0.6",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"framer-motion": "^11.11.17", "framer-motion": "^11.11.17",
"postcss": "^8.4.49", "postcss": "^8.4.49",
@ -21,20 +22,19 @@
"react-intersection-observer": "^9.13.1", "react-intersection-observer": "^9.13.1",
"react-router-dom": "^7.0.1", "react-router-dom": "^7.0.1",
"react-simple-maps": "^3.0.0", "react-simple-maps": "^3.0.0",
"tailwindcss": "^3.4.15" "tailwindcss": "^3.4.15",
"vite": "^5.4.11"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.15.0", "@eslint/js": "^9.15.0",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"@types/node": "^20.0.0", "@types/node": "^20.0.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.15.0", "eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14", "eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0", "globals": "^15.12.0",
"typescript": "~5.7.2", "typescript": "~5.7.2",
"typescript-eslint": "^8.15.0", "typescript-eslint": "^8.15.0"
"vite": "^5.4.11"
} }
} }