move packages to dependecies.
This commit is contained in:
parent
42471336cf
commit
238afb0c23
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue