{
  "name": "datocms-plugin-zoned-datetime-picker",
  "description": "Zoned DateTime Picker is a DatoCMS plugin that stores datetime timestamps with time zone information. Outputs a JSON with ISO8601 and IXDTF strings, the IANA time zone string, UTC offset, and more.",
  "homepage": "https://github.com/datocms/plugins/tree/master/zoned-datetime-picker",
  "private": false,
  "version": "2.3.0",
  "author": "DatoCMS <support@datocms.com>",
  "type": "module",
  "keywords": [
    "datocms-plugin",
    "datocms",
    "field-editor",
    "datetime",
    "timezone",
    "iana",
    "ixdtf",
    "rfc-9557",
    "iso-8601"
  ],
  "datoCmsPlugin": {
    "title": "Zoned DateTime Picker",
    "coverImage": "docs/cover-1200x800.png",
    "previewImage": "docs/preview.mp4",
    "entryPoint": "dist/index.html",
    "permissions": []
  },
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/material": "^9.0.1",
    "@mui/x-date-pickers": "^9.3.0",
    "datocms-plugin-sdk": "^2.2.2",
    "datocms-react-ui": "^2.2.2",
    "luxon": "^3.7.2",
    "react": "^19.2.7",
    "react-dom": "^19.2.7"
  },
  "devDependencies": {
    "@types/luxon": "^3.7.1",
    "@types/react": "^19.2.16",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.2",
    "typescript": "^6.0.3",
    "vite": "^8.0.16"
  }
}
