{ "name": "Data4Autos-next", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.10.6", "@headlessui/react": "^2.1.2", "@reduxjs/toolkit": "^2.2.7", "@stripe/stripe-js": "^8.1.0", "@tippyjs/react": "^4.2.6", "@types/node": "^22.4.0", "@types/react": "18.3.10", "@types/react-dom": "^18.3.0", "axios": "^1.11.0", "eslint": "8.57.0", "eslint-config-next": "14.2.13", "googleapis": "^164.1.0", "highlight": "^0.2.4", "highlight.js": "^11.11.1", "i18next": "^23.13.0", "js-cookie": "^3.0.5", "lucide-react": "^0.552.0", "next": "14.2.13", "ni18n": "^1.0.5", "react": "18.3.1", "react-animate-height": "^3.1.0", "react-apexcharts": "^1.7.0", "react-cookie": "^8.0.1", "react-dom": "18.3.1", "react-i18next": "^15.0.2", "react-perfect-scrollbar": "^1.5.8", "react-popper": "^2.3.0", "react-redux": "^9.1.2", "sweetalert2": "^11.26.3", "typescript": "^5.3.3", "universal-cookie": "^7.2.0", "yup": "^1.4.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.8", "@types/axios": "^0.9.36", "@types/js-cookie": "^3.0.6", "@types/lodash": "^4.17.10", "@types/react-redux": "^7.1.32", "autoprefixer": "^10.4.17", "postcss": "^8.4.35", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.1" } }