{
  "name": "datocms-plugin-shopify-multi-store-connector",
  "description": "This Plugin provides multistore connection to support product, collections, variants. This is built upon https://github.com/robwatkiss/datocms-plugin-shopify-instance-selector",
  "homepage": "https://github.com/hellomolly",
  "private": false,
  "version": "1.0.1",
  "author": "Hello Molly Tech Team",
  "type": "module",
  "keywords": [
    "datocms-plugin"
  ],
  "datoCmsPlugin": {
    "title": "Shopify Multi Store Connector",
    "coverImage": "docs/cover.png",
    "previewImage": "docs/preview.mp4",
    "entryPoint": "dist/index.html",
    "permissions": []
  },
  "files": [
    "dist",
    "docs"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.4.0",
    "@fortawesome/free-solid-svg-icons": "^6.4.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@types/lodash-es": "^4.17.7",
    "classnames": "^2.5.1",
    "datocms-plugin-sdk": "^2.0.9",
    "datocms-react-ui": "^2.0.9",
    "final-form-arrays": "^4.0.0",
    "immer": "^10.1.1",
    "lodash-es": "^4.17.21",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-final-form": "^6.5.9",
    "react-final-form-arrays": "^4.0.0",
    "zustand": "^4.3.6"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "globals": "^15.9.0",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview"
  }
}