lemail2
Version:
Strapi Email designer plugin.
56 lines (55 loc) • 1.66 kB
JSON
{
"name": "lemail2",
"version": "0.3.0",
"description": "Strapi Email designer plugin.",
"homepage": "https://github.com/alexzaganelli/strapi-plugin-email-designer#readme",
"strapi": {
"name": "email-designer",
"icon": "envelope",
"description": "Design your own email templates directly from the Strapi admin panel and use the magic to send it programmatically in your controllers / services."
},
"scripts": {
"cypress:install": "node ./node_modules/cypress/bin/cypress install",
"cypress:open": "cypress open",
"prettier:check": "prettier --check **/*.js",
"prettier:write": "prettier --write **/*.js"
},
"dependencies": {
"decode-html": "^2.0.0",
"html-to-text": "^7.0.0",
"lodash": "^4.17.21",
"react-email-editor": "^1.2.0",
"react-syntax-highlighter": "^15.4.3"
},
"author": "Alexandre Zaganelli <me@alexzaganelli.com> (https://alexzaganelli.com)",
"maintainers": [
"Alexandre Zaganelli <me@alexzaganelli.com> (https://alexzaganelli.com)"
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexzaganelli/strapi-plugin-email-designer.git"
},
"bugs": {
"url": "https://github.com/alexzaganelli/strapi-plugin-email-designer/issues"
},
"keywords": [
"strapi",
"plugin",
"email",
"template",
"templates-design"
],
"license": "MIT",
"funding": "https://paypal.me/AlexZaganelli",
"devDependencies": {
"babel-eslint": "^10.1.0",
"cypress": "^6.5.0",
"eslint": "^7.20.0",
"prettier": "^2.2.1"
},
"main": ".eslintrc.js"
}