{
  "name": "datocms-plugin-commercelayer",
  "homepage": "https://github.com/commercelayer/dato-plugin#readme",
  "description": "A plugin that allows users to search and select Commerce Layer SKUs",
  "main": "index.js",
  "type": "module",
  "author": "Alessandro Casazza <alessandro@commercelayer.io>",
  "license": "ISC",
  "version": "3.1.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commercelayer/dato-plugin.git"
  },
  "dependencies": {
    "@commercelayer/js-auth": "^8.0.1",
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.6",
    "@types/react": "^18.3.31",
    "@types/react-dom": "^18.3.7",
    "classnames": "^2.5.1",
    "datocms-plugin-sdk": "^2.2.7",
    "datocms-react-ui": "^2.2.7",
    "final-form": "^4.20.10",
    "immer": "^10.2.0",
    "lodash-es": "^4.18.1",
    "qs": "^6.16.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-final-form": "^6.5.9",
    "typescript": "^5.9.3",
    "zustand": "^4.5.7"
  },
  "keywords": [
    "datocms",
    "datocms-plugin",
    "field-editor",
    "string-field",
    "commercelayer"
  ],
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^24.13.3",
    "@types/qs": "^6.15.1",
    "@vitejs/plugin-react": "^6.1.1",
    "vite": "^8.2.2"
  },
  "files": [
    "docs",
    "build"
  ],
  "datoCmsPlugin": {
    "title": "Commerce Layer",
    "coverImage": "docs/cover.png",
    "entryPoint": "build/index.html"
  },
  "scripts": {
    "start": "vite",
    "build": "vite build",
    "preview": "vite preview"
  }
}