UNPKG

datocms-plugin-shopify-product

Version:

A plugin that allows users to search and select Shopify products

66 lines (65 loc) 1.71 kB
{ "name": "datocms-plugin-shopify-product", "homepage": "https://github.com/datocms/plugins/tree/master/shopify-product#readme", "description": "A plugin that allows users to search and select Shopify products", "author": "DatoCMS <support@datocms.com>", "license": "ISC", "version": "1.0.12", "keywords": [ "datocms", "datocms-plugin", "field-editor", "string-field", "json-field", "shopify" ], "files": [ "docs", "dist" ], "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.3.0", "@types/lodash-es": "^4.17.12", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "classnames": "^2.5.1", "datocms-plugin-sdk": "^2.1.1", "datocms-react-ui": "^2.1.4", "final-form": "^5.0.0", "immer": "^11.1.4", "lodash-es": "^4.17.23", "react": "^19.2.4", "react-dom": "^19.2.4", "react-final-form": "^7.0.0", "zustand": "^5.0.12" }, "scripts": { "build": "tsc -b && vite build", "prepublishOnly": "npm run build", "dev": "vite", "preview": "vite preview" }, "devDependencies": { "@vitejs/plugin-react": "^5.2.0", "cross-env": "^10.1.0", "globals": "^17.4.0", "typescript": "^5.9.3", "vite": "^7.3.1" }, "datoCmsPlugin": { "title": "Shopify product", "previewImage": "docs/demo.gif", "coverImage": "docs/cover.png", "entryPoint": "dist/index.html" }, "type": "module", "overrides": { "datocms-react-ui": { "react-intersection-observer": "^9.16.0", "react": "$react", "react-dom": "$react-dom" } } }