{
    "name": "SMS-member",
    "version": "0.1.0",
    "private": true,
    "scripts": {
        "dev": "next dev -p 3001",
        "build": "next build",
        "start": "next start -p 20102",
        "lint": "next lint",
        "translate": "i18next --config i18next-parser.config.js"
    },
    "dependencies": {
        "@ant-design/icons": "^5.2.6",
        "@tanstack/react-query": "^4.36.1",
        "@tanstack/react-query-devtools": "^4.36.1",
        "@tinymce/tinymce-react": "^4.3.0",
        "antd": "^5.12.8",
        "axios": "^1.6.5",
        "dayjs": "^1.11.10",
        "dompurify": "^3.0.9",
        "exceljs": "^4.4.0",
        "i18next": "^23.7.16",
        "interweave": "^13.1.0",
        "malaysia-postcodes": "^2.3.0",
        "next": "13.4.12",
        "next-i18next": "^15.2.0",
        "next-seo": "^6.4.0",
        "nextjs-progressbar": "^0.0.16",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "react-i18next": "^14.0.0",
        "react-icons": "^4.12.0",
        "react-phone-input-2": "^2.15.1",
        "react-to-print": "^2.15.1",
        "react-toastify": "^9.1.3",
        "uuid": "^10.0.0"
    },
    "devDependencies": {
        "@trivago/prettier-plugin-sort-imports": "^4.3.0",
        "@types/dompurify": "^3.0.5",
        "@types/node": "^20",
        "@types/react": "^18",
        "@types/react-dom": "^18",
        "@types/uuid": "^9.0.8",
        "autoprefixer": "^10.0.1",
        "eslint": "^8",
        "eslint-config-next": "14.0.2",
        "postcss": "^8",
        "tailwindcss": "^3.3.0",
        "typescript": "^5"
    }
}
