developer-portfolios/Azaan Suhail/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2024-10-29 15:28:56 +00:00
{
"name": "portfolio-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.2",
"dotenv": "^16.4.5",
"emailjs": "^4.0.3",
"emailjs-com": "^3.2.0",
"framer-motion": "^11.11.4",
"hamburger-react": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-scroll": "^1.9.0",
"react-tilt": "^1.0.2",
"react-toastify": "^10.0.5",
"react-typical": "^0.1.3",
"react-ui-cards": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@iconify/react": "^5.0.2",
"@iconify/tailwind": "^1.1.3",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vite": "^5.4.8"
}
}