Files
cartlog-admin/package.json
2026-01-01 15:25:19 +05:30

47 lines
1.2 KiB
JSON

{
"name": "fastkart-latest-next-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.72.0",
"accept-language": "^3.0.20",
"apexcharts": "^4.5.0",
"axios": "^1.8.4",
"bootstrap": "^5.3.5",
"date-fns": "^4.1.0",
"formik": "^2.4.6",
"framer-motion": "^12.7.2",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"i18next-resources-to-backend": "^1.2.1",
"jodit-react": "^5.2.19",
"js-cookie": "^3.0.5",
"next": "15.2.4",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
"react-cookie": "^8.0.1",
"react-date-range": "^2.0.1",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.1",
"react-icons": "^5.5.0",
"react-simple-star-rating": "^5.1.7",
"react-slick": "^0.30.3",
"react-toastify": "^11.0.5",
"reactstrap": "^9.2.3",
"remixicon": "^4.6.0",
"slick-carousel": "^1.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "^9.24.0",
"eslint-config-next": "15.3.0",
"sass": "1.77.6"
}
}