{
  "private": true,
  "scripts": {
    "dev": "next dev -H 0.0.0.0 --turbo",
    "build": "next build",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "start": "next start"
  },
  "dependencies": {
    "@ant-design/icons": "^5.4.0",
    "@supabase/ssr": "latest",
    "@supabase/supabase-js": "latest",
    "antd": "^5.20.6",
    "autoprefixer": "10.4.17",
    "dayjs": "^1.11.13",
    "eslint-config-next": "^14.2.10",
    "geist": "^1.3.1",
    "node-fetch": "^3.3.2",
    "pem": "^1.14.8",
    "sweetalert2": "^11.14.0"
  },
  "peerDependencies": {
    "next": "latest",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "devDependencies": {
    "@types/node": "20.11.5",
    "@types/react": "18.2.48",
    "@types/react-dom": "18.2.18",
    "encoding": "^0.1.13",
    "lodash": "^4.17.21",
    "postcss": "8.4.33",
    "prettier": "^3.3.3",
    "prettier-eslint": "^16.3.0",
    "standard": "^17.1.0",
    "tailwind-merge": "^2.5.2",
    "tailwindcss": "3.4.1",
    "typescript": "5.3.3"
  }
}