UNPKG

strapi-plugin-publisher

Version:

A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.

79 lines (78 loc) 2.09 kB
{ "$schema": "https://json.schemastore.org/package", "name": "strapi-plugin-publisher", "version": "1.5.9", "description": "A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.", "scripts": { "lint": "eslint . --fix", "format": "prettier --write **/*.{ts,js,json,yml}" }, "author": { "name": "@ComfortablyCoding", "url": "https://github.com/ComfortablyCoding" }, "maintainers": [ { "name": "@ComfortablyCoding", "url": "https://github.com/ComfortablyCoding" } ], "homepage": "https://github.com/ComfortablyCoding/strapi-plugin-publisher#readme", "repository": { "type": "git", "url": "https://github.com/ComfortablyCoding/strapi-plugin-publisher.git" }, "bugs": { "url": "https://github.com/ComfortablyCoding/strapi-plugin-publisher/issues" }, "dependencies": { "@strapi/design-system": "^1.13.1", "@strapi/helper-plugin": "^4.0.0", "@strapi/icons": "^1.13.1", "@strapi/utils": "^4.0.0", "lodash": "^4.17.21", "prop-types": "^15.8.1", "react-query": "^3.39.3", "yup": "^0.32.9" }, "devDependencies": { "@babel/core": "^7.23.3", "@babel/eslint-parser": "^7.23.3", "@babel/preset-react": "^7.23.3", "@strapi/strapi": "^4.0.0", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.33.2", "prettier": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^5.3.4", "styled-components": "^5.3.3" }, "peerDependencies": { "@strapi/strapi": "^4.0.0", "react": "^17.0.0 || ^18.0.0", "react-router-dom": "^5.3.4", "styled-components": "^5.3.3" }, "strapi": { "displayName": "Publisher", "name": "publisher", "description": "A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.", "kind": "plugin" }, "engines": { "node": ">=18.0.0 <=20.x.x", "npm": ">=6.0.0" }, "keywords": [ "strapi", "strapi-plugin", "plugin", "strapi plugin", "publishing", "schedule publish" ], "license": "MIT" }