{
    "name": "multivendor-ecommerce",
    "version": "0.1.0",
    "private": true,
    "scripts": {
        "dev": "next dev",
        "build": "next build",
        "start": "NODE_ENV=production node server.js",
        "lint": "next lint"
    },
    "dependencies": {
        "@emotion/react": "^11.11.1",
        "@emotion/styled": "^11.11.0",
        "@mui/material": "^5.14.18",
        "@tanstack/react-query": "^4.36.1",
        "@tinymce/tinymce-react": "^5.0.1",
        "axios": "^1.6.8",
        "formik": "^2.4.5",
        "js-cookie": "^3.0.5",
        "next": "12.3.0",
        "next-auth": "^4.18.7",
        "nextjs-progressbar": "^0.0.14",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-dropzone": "^14.2.3",
        "react-hot-toast": "^2.4.1",
        "react-icons": "^4.12.0",
        "sass": "^1.69.5",
        "uuid": "^9.0.1",
        "yup": "^1.3.2",
        "zustand": "^4.3.3"
    },
    "devDependencies": {
        "autoprefixer": "^10.4.13",
        "eslint": "8.23.1",
        "eslint-config-next": "12.3.0"
    }
}
