{
  "name": "my-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "prisma-migrate": "prisma migrate dev",
    "prisma-generate": "prisma generate",
    "prisma-push": "prisma db push",
    "prisma-studio": "prisma studio"
  },
  "dependencies": {
    "@ant-design/icons": "^5.3.6",
    "@nextui-org/react": "^2.2.10",
    "@prisma/client": "^5.11.0",
    "ahooks": "^3.7.10",
    "antd": "^5.16.0",
    "date-fns": "^3.6.0",
    "dayjs": "^1.11.10",
    "framer-motion": "^11.0.23",
    "mime": "^4.0.1",
    "next": "14.1.4",
    "prisma": "^5.11.0",
    "react": "^18",
    "react-dom": "^18",
    "react-hook-form": "^7.51.2",
    "react-icons": "^5.0.1",
    "umi-request": "^1.4.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.0.1",
    "eslint": "^8",
    "eslint-config-next": "14.1.4",
    "postcss": "^8",
    "tailwindcss": "^3.3.0"
  }
}