AI-Voice-Agent/Tech4biz-Version01/Tech4biz/package.json
2025-05-22 18:25:15 +05:30

49 lines
1.3 KiB
JSON

{
"name": "tech4biz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ."
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"antd": "^5.24.2",
"axios": "^1.7.9",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.0.5",
"gsap": "^3.12.7",
"lodash": "^4.17.21",
"lucide-react": "^0.474.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.15.1",
"react-loading-skeleton": "^3.5.0",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^7.1.3",
"styled-components": "^6.1.15",
"vite": "^6.0.8"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.5",
"globals": "^15.14.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}