{
  "name": "new",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "docs:generate": "typedoc",
    "build": "pnpm dr:build && pnpm next build",
    "check": "next lint && tsc --noEmit",
    "db:generate": "drizzle-kit generate --config=drizzle.config.auth.ts",
    "db:migrate": "drizzle-kit migrate --config=drizzle.config.auth.ts",
    "db:push": "drizzle-kit push --config=drizzle.config.auth.ts",
    "db:studio": "drizzle-kit studio --config=drizzle.config.auth.ts",
    "db:introspect": "drizzle-kit introspect --config=drizzle.config.auth.ts",
    "dev:turbo": "next dev --turbo",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "preview": "next build && next start",
    "start": "next start",
    "typecheck": "tsc --noEmit",
    "format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx,cjs,mjs}\" --cache",
    "format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx,cjs,mjs}\" --cache",
    "dr:build": "npx declarative-routing build",
    "dr:build:watch": "npx declarative-routing build --watch",
    "format:write:watch": "pnpm onchange -j 12 -d 1500 -f change -f add  \"**/*\" --exclude-path .gitignore -- prettier -w \"**/*.{ts,tsx,js,jsx,mdx,cjs,mjs,json}\" --cache --log-level warn",
    "dev": "concurrently -c \"#604CC3, #8FD14F ,#FF6600,#FFA600\" \"pnpm dev:turbo\" \"pnpm dr:build:watch\" \"pnpm format:write:watch\"  --names \"Next.js,Routing,Prettier\"",
    "db:seed:super-admin": "pnpm tsx --env-file=.env ./src/server/db/seed-super-admin.ts"
  },
  "dependencies": {
    "@better-fetch/fetch": "^1.1.17",
    "@fontsource-variable/inter": "^5.2.5",
    "@hookform/resolvers": "^4.1.3",
    "@icons-pack/react-simple-icons": "^12.3.0",
    "@radix-ui/react-accordion": "^1.2.12",
    "@radix-ui/react-alert-dialog": "^1.1.15",
    "@radix-ui/react-avatar": "^1.1.3",
    "@radix-ui/react-collapsible": "^1.1.12",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.6",
    "@radix-ui/react-label": "^2.1.2",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.7",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-slot": "^1.1.2",
    "@radix-ui/react-tooltip": "^1.2.8",
    "@t3-oss/env-nextjs": "^0.12.0",
    "@tailwindcss/typography": "^0.5.16",
    "@tanstack/react-query": "^5.69.0",
    "@tanstack/react-query-devtools": "^5.69.0",
    "asterisk-manager": "^0.2.0",
    "babel-plugin-react-compiler": "beta",
    "better-auth": "^1.2.4",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "concurrently": "^9.1.2",
    "date-fns": "^4.1.0",
    "declarative-routing": "^0.1.20",
    "dotenv": "^16.4.7",
    "drizzle-orm": "^0.41.0",
    "eslint-plugin-drizzle": "^0.2.3",
    "lucide-react": "^0.483.0",
    "minio": "^8.0.6",
    "next": "15.2.4",
    "next-themes": "^0.4.6",
    "nodemailer": "^6.10.0",
    "onchange": "^7.1.0",
    "papaparse": "^5.5.3",
    "postgres": "^3.4.5",
    "query-string": "^9.1.1",
    "react": "^19.0.0",
    "react-day-picker": "^9.11.1",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.54.2",
    "recharts": "^3.2.1",
    "server-only": "^0.0.1",
    "sonner": "^2.0.1",
    "tailwind-merge": "^3.0.2",
    "tailwindcss-animate": "^1.0.7",
    "winston": "^3.17.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.23.0",
    "@next/eslint-plugin-next": "^15.2.4",
    "@tailwindcss/postcss": "^4.0.15",
    "@tanstack/eslint-plugin-query": "^5.68.0",
    "@trivago/prettier-plugin-sort-imports": "^5.2.2",
    "@types/bcryptjs": "^3.0.0",
    "@types/node": "^22.13.13",
    "@types/nodemailer": "^6.4.17",
    "@types/papaparse": "^5.3.16",
    "@types/react": "^19.0.12",
    "@types/react-dom": "^19.0.4",
    "@typescript-eslint/eslint-plugin": "^8.28.0",
    "@typescript-eslint/parser": "^8.28.0",
    "bcryptjs": "^3.0.2",
    "drizzle-kit": "^0.30.5",
    "eslint": "^9.23.0",
    "eslint-config-next": "15.2.4",
    "eslint-plugin-react-hooks": "^5.2.0",
    "prettier": "^3.5.3",
    "prettier-plugin-organize-attributes": "^1.0.0",
    "prettier-plugin-tailwindcss": "^0.6.11",
    "tailwindcss": "^4.0.15",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild",
      "sharp"
    ]
  }
}
