{
  "name": "datocms-plugin-shopify-manager",
  "homepage": "https://github.com/datocms/plugins/tree/master/shopify-product#readme",
  "description": "A plugin that allows users to search and select Shopify products and collections",
  "author": "gizyk9",
  "license": "ISC",
  "version": "0.1.4",
  "keywords": [
    "datocms",
    "datocms-plugin",
    "field-editor",
    "string-field",
    "shopify"
  ],
  "files": [
    "docs",
    "build"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.36",
    "@fortawesome/free-solid-svg-icons": "^5.15.4",
    "@fortawesome/react-fontawesome": "^0.1.16",
    "@types/lodash-es": "^4.17.5",
    "@types/node": "^16.11.14",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "classnames": "^2.3.1",
    "datocms-plugin-sdk": "^0.3.27",
    "datocms-react-ui": "^0.3.29",
    "final-form": "^4.20.4",
    "lodash-es": "^4.17.21",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-final-form": "^6.5.7",
    "react-scripts": "4.0.3",
    "typescript": "^4.5.4",
    "zustand": "^3.6.7"
  },
  "scripts": {
    "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
    "build": "cross-env PUBLIC_URL='.' react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "prepublishOnly": "npm run build"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "graphql-tag": "^2.12.6"
  },
  "datoCmsPlugin": {
    "title": "Shopify product",
    "previewImage": "docs/demo.gif",
    "coverImage": "docs/cover.jpg",
    "entryPoint": "build/index.html"
  }
}