UNPKG

strapi-plugin-website-builder

Version:

A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.

68 lines (67 loc) 1.9 kB
{ "$schema": "https://json.schemastore.org/package", "name": "strapi-plugin-website-builder", "version": "3.0.1", "description": "A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.", "scripts": { "lint:fix": "eslint --fix \"./**/*.{js,yml}\"", "format:fix": "prettier --write \"./**/*.{js,json,yml,md}\"", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "author": { "name": "@ComfortablyCoding", "url": "https://github.com/ComfortablyCoding" }, "maintainers": [ { "name": "@ComfortablyCoding", "url": "https://github.com/ComfortablyCoding" } ], "homepage": "https://github.com/ComfortablyCoding/strapi-plugin-website-builder#readme", "repository": { "type": "git", "url": "https://github.com/ComfortablyCoding/strapi-plugin-website-builder.git" }, "bugs": { "url": "https://github.com/ComfortablyCoding/strapi-plugin-website-builder/issues" }, "dependencies": { "axios": "^1.5.0", "defu": "^6.1.2", "lodash": "^4.17.21", "react-query": "^3.39.3", "react-router-dom": "^5.3.4", "yup": "^0.32.9" }, "devDependencies": { "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.28.0", "prettier": "^2.5.1", "vitepress": "^1.0.0-rc.14" }, "peerDependencies": { "@strapi/strapi": "^4.0.7" }, "strapi": { "displayName": "Website Builder", "description": "A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.", "name": "website-builder", "kind": "plugin" }, "keywords": [ "strapi", "strapi-plugin", "plugin", "strapi plugin", "publishing", "website-builder", "website builder", "build website" ], "license": "MIT" }