{
  "name": "@open-keystone/fields",
  "description": "KeystoneJS Field Types including Text, Password, DateTime, Integer, and more.",
  "homepage": "https://github.com/keystonejs/keystone-5",
  "repository": "https://github.com/open-condo-software/open-keystone/tree/main/packages/fields",
  "version": "25.1.9",
  "main": "dist/fields.cjs.js",
  "module": "dist/fields.esm.js",
  "author": "The KeystoneJS Development Team",
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "@apollo/client": "^3.11.8",
    "@babel/runtime": "^7.14.6",
    "@emotion/core": "^10.1.1",
    "@open-arch-ui/alert": "^1.0.2",
    "@open-arch-ui/button": "^1.0.1",
    "@open-arch-ui/controls": "^1.0.1",
    "@open-arch-ui/day-picker": "^2.0.2",
    "@open-arch-ui/drawer": "^1.0.1",
    "@open-arch-ui/fields": "^4.0.1",
    "@open-arch-ui/filters": "^1.0.1",
    "@open-arch-ui/input": "^1.0.1",
    "@open-arch-ui/layout": "^1.0.1",
    "@open-arch-ui/loading": "^1.0.1",
    "@open-arch-ui/lozenge": "^1.0.1",
    "@open-arch-ui/options": "^1.0.1",
    "@open-arch-ui/popout": "^1.0.1",
    "@open-arch-ui/select": "^1.0.1",
    "@open-arch-ui/theme": "^1.0.1",
    "@open-arch-ui/tooltip": "^1.0.1",
    "@open-arch-ui/typography": "^1.0.1",
    "@open-keystone/access-control": "^8.0.4",
    "@open-keystone/adapter-knex": "^14.0.42",
    "@open-keystone/adapter-mongoose": "^14.0.0",
    "@open-keystone/adapter-prisma": "^4.0.42",
    "@open-keystone/app-admin-ui": "^9.0.9",
    "@open-keystone/server-side-graphql-client": "^2.1.5",
    "@open-keystone/utils": "^6.1.7",
    "@primer/octicons-react": "^11.3.0",
    "@sindresorhus/slugify": "^1.1.2",
    "apollo-errors": "^1.9.0",
    "bcryptjs": "^2.4.3",
    "cuid": "^2.1.8",
    "date-fns": "^2.22.1",
    "decimal.js": "^10.2.1",
    "dumb-passwords": "^0.2.1",
    "graphql": "^16.10.0",
    "image-extensions": "^1.1.0",
    "inflection": "^1.13.1",
    "intersection-observer": "0.12.2",
    "lodash.groupby": "^4.6.0",
    "lodash.isarray": "^4.0.0",
    "lodash.isequal": "^4.5.0",
    "lodash.isfunction": "^3.0.9",
    "lodash.isobject": "^3.0.2",
    "lodash.omit": "^4.18.0",
    "luxon": "^1.27.0",
    "mongoose": "^8.16.0",
    "p-settle": "^4.1.1",
    "prop-types": "^15.7.2",
    "react": "^18.3.1",
    "react-day-picker": "8.0.0-beta.3",
    "react-dom": "^18.3.1",
    "react-image": "^4.0.3",
    "react-select": "^3.2.0",
    "react-toast-notifications": "^2.4.4"
  },
  "devDependencies": {
    "@open-keystone/app-static": "^6.0.2",
    "@open-keystone/file-adapters": "^7.1.7",
    "@open-keystone/test-utils": "^14.0.34",
    "globby": "^11.0.3",
    "graphql-upload": "^15.0.2",
    "mime": "^2.5.2"
  },
  "preconstruct": {
    "entrypoints": [
      "index.js",
      "Controller.js",
      "types/*/views/{Cell,Controller,Filter,Field}.js"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}