E-Bay_turn14_Admin/package.json
2025-11-03 21:53:52 +05:30

50 lines
1.4 KiB
JSON

{
"name": "vristo-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",
"@tippyjs/react": "^4.2.6",
"@types/node": "^22.4.0",
"@types/react": "18.3.10",
"@types/react-dom": "^18.3.0",
"axios": "^1.13.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.13",
"i18next": "^23.13.0",
"js-cookie": "^3.0.5",
"next": "14.2.13",
"ni18n": "^1.0.5",
"react": "18.3.1",
"react-animate-height": "^3.1.0",
"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/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"
}
}