datocms-plugin-tag-editor
Version:
A plugin that transforms any string and JSON field into a tag editor
60 lines (59 loc) • 1.61 kB
JSON
{
"name": "datocms-plugin-tag-editor",
"homepage": "https://github.com/datocms/plugins/tree/master/tag-editor#readme",
"description": "A plugin that transforms any string and JSON field into a tag editor",
"version": "0.1.4",
"author": "DatoCMS <support@datocms.com>",
"license": "ISC",
"datoCmsPlugin": {
"title": "Tag editor",
"previewImage": "docs/demo.gif",
"coverImage": "docs/cover.png",
"entryPoint": "dist/index.html"
},
"files": [
"docs",
"dist"
],
"keywords": [
"datocms",
"datocms-plugin",
"field-editor",
"string-field",
"json-field",
"tags"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-tag-input": "6.1.3",
"datocms-plugin-sdk": "^0.3.26",
"datocms-react-ui": "^0.3.26",
"final-form-arrays": "^3.0.2",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^17.0.2",
"react-final-form-arrays": "^3.1.3",
"react-tag-input": "6.7.3"
},
"scripts": {
"build": "tsc -b && vite build",
"prepublishOnly": "npm run build",
"dev": "vite",
"preview": "vite preview"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",
"cross-env": "^7.0.3",
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"vite": "^5.4.1"
},
"type": "module"
}