yarn install
... | ... | @@ -17,13 +17,10 @@ |
"@mui/material": "^5.16.0", | ||
"@popperjs/core": "^2.11.8", | ||
"@refinedev/core": "^4.53.0", | ||
"aos": "^2.3.4", | ||
"bootstrap": "^5.3.3", | ||
"d3": "^7.9.0", | ||
"dangerously-set-html-content": "^1.1.0", | ||
"dompurify": "^3.1.5", | ||
"framer-motion": "^11.2.13", | ||
"gsap": "^3.12.5", | ||
"react": "^18.2.0", | ||
"react-bootstrap": "^2.10.2", | ||
"react-collapsed": "^4.1.2", | ||
... | ... | @@ -37,14 +34,11 @@ |
"yarn": "^1.22.22" | ||
}, | ||
"devDependencies": { | ||
"@types/aos": "^3.0.7", | ||
"@types/d3": "^7.4.3", | ||
"@types/dompurify": "^3.0.5", | ||
"@types/node": "^20.12.10", | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@types/react-helmet": "^6.1.11", | ||
"@types/react-slick": "^0.23.13", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
... | ... |
Please register or sign in to comment