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.84 kB
{ "name": "datocms-plugin-record-comments", "version": "0.3.0", "homepage": "https://github.com/marcelofinamorvieira/record-comments#readme", "description": "A plugin that allows you and your project collaborators to leave comments under a record", "keywords": [ "datocms", "datocms-plugin", "sidebar-panel", "comments", "collaboration" ], "datoCmsPlugin": { "title": "Record comments", "previewImage": "docs/demo.mp4", "coverImage": "docs/cover.png", "entryPoint": "build/index.html", "permissions": [] }, "dependencies": { "@datocms/cma-client-node": "^3.4.2", "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.16", "@types/node": "^16.11.14", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "datocms-plugin-sdk": "^1.1.1", "datocms-react-ui": "^1.1.1", "javascript-time-ago": "^2.3.10", "md5": "^2.3.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", "react-textarea-autosize": "^8.3.3", "react-time-ago": "^7.1.4", "typescript": "^4.5.4" }, "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": { "@types/md5": "^2.3.5", "cross-env": "^7.0.3" } }