{
  "name": "@paljs/admin",
  "version": "9.0.0",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:paljs/prisma-tools.git",
    "directory": "packages/admin"
  },
  "homepage": "https://paljs.com",
  "author": "Ahmed Elywa",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "tsup && bun run build:css && bun run postbuild",
    "build:css": "cross-env NODE_ENV=production tailwindcss -i ./src/tailwind.css -o ./dist/style.css --minify",
    "postbuild": "node ./scripts/postbuild.js",
    "dev": "concurrently \"tsup --watch\" \"tailwindcss -i ./src/tailwind.css -o ./dist/style.css --watch\"",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@headlessui/react": "^2.2.0",
    "@heroicons/react": "^2.2.0",
    "@tanstack/react-table": "^8.20.6",
    "clsx": "^2.1.1",
    "react-hook-form": "*",
    "tailwind-merge": "^3.3.1"
  },
  "devDependencies": {
    "@apollo/client": "4.1.2",
    "@swc/core": "^1.13.0",
    "@tailwindcss/cli": "^4.1.11",
    "@tailwindcss/forms": "^0.5.10",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/node": "22.10.6",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vitejs/plugin-react": "^4.7.0",
    "autoprefixer": "^10.4.20",
    "chokidar-cli": "^3.0.0",
    "concurrently": "^9.2.0",
    "cross-env": "^7.0.3",
    "fs-extra": "^11.3.0",
    "glob": "^11.0.3",
    "graphql-tag": "2.12.6",
    "jsdom": "^26.1.0",
    "postcss": "^8.5.2",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "tailwindcss": "4.1.11",
    "tsup": "^8.5.0",
    "typescript": "5.8.3",
    "vitest": "^3.2.4",
    "yargs": "^17.7.2"
  },
  "peerDependencies": {
    "@apollo/client": "^3.0.0 || ^4.0.0",
    "graphql": "^15.0.0 || ^16.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "publishConfig": {
    "access": "public",
    "directory": "./dist"
  },
  "gitHead": "3d5f31c5d025953338ec694c513894b6a4112e70"
}
