UNPKG

datocms-plugin-record-comments

Version:

A plugin that allows you and your project collaborators to leave comments under a record

68 lines (67 loc) 1.85 kB
{ "name": "datocms-plugin-record-comments", "homepage": "https://github.com/datocms/plugins/tree/master/record-comments#readme", "version": "1.0.4", "author": "DatoCMS <support@datocms.com>", "description": "A plugin that allows you and your project collaborators to leave comments under a record", "keywords": [ "datocms", "datocms-plugin", "sidebar-panel", "comments", "collaboration" ], "type": "module", "datoCmsPlugin": { "title": "Record comments", "previewImage": "docs/demo.mp4", "coverImage": "docs/cover.png", "entryPoint": "dist/index.html", "permissions": [ "currentUserAccessToken" ] }, "files": [ "dist", "docs" ], "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "prepublishOnly": "npm run build", "test": "vitest", "test:unit": "vitest run", "test:unit:watch": "vitest", "test:unit:coverage": "vitest run --coverage" }, "dependencies": { "@datocms/cma-client-browser": "^3.0.0", "@tiptap/extension-mention": "^3.14.0", "@tiptap/extension-placeholder": "^3.14.0", "@tiptap/pm": "^3.14.0", "@tiptap/react": "^3.14.0", "@tiptap/starter-kit": "^3.14.0", "@tiptap/suggestion": "^3.14.0", "datocms-plugin-sdk": "*", "datocms-react-ui": "*", "javascript-time-ago": "^2.5.11", "md5": "^2.3.0", "react": "^18.3.1", "react-datocms": "^7.0.0", "react-dom": "^18.3.1", "react-time-ago": "^7.3.3" }, "devDependencies": { "@types/md5": "^2.3.5", "@types/node": "^25.0.3", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "@vitest/coverage-v8": "^2.1.0", "jsdom": "^25.0.0", "typescript": "^5.5.3", "vite": "^5.4.1", "vitest": "^2.1.0" } }