{
  "name": "@peyzajart/panel",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3001",
    "build": "next build",
    "start": "node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "^14.2.0",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "next-auth": "^5.0.0-beta.20",
    "bcryptjs": "^2.4.3",
    "zustand": "^4.5.0",
    "iyzipay": "^2.0.50",
    "@peyzajart/db": "*",
    "@peyzajart/ui": "*",
    "@peyzajart/email-templates": "*"
  },
  "devDependencies": {
    "@peyzajart/config": "*",
    "@types/node": "^20.0.0",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "@types/bcryptjs": "^2.4.6",
    "tailwindcss": "^3.4.0",
    "autoprefixer": "^10.4.0",
    "postcss": "^8.4.0",
    "typescript": "^5.5.0"
  }
}
