strapi-plugin-email-designer-5
Version:
Strapi Email Designer (v5)
108 lines (107 loc) • 3.27 kB
JSON
{
"name": "strapi-plugin-email-designer-5",
"version": "0.0.7",
"description": "Strapi Email Designer (v5)",
"keywords": [
"strapi5",
"strapi-plugin",
"strapi-email-designer-5"
],
"homepage": "https://github.com/BayBreezy/strapi-plugin-email-designer-5.git",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/BayBreezy/strapi-plugin-email-designer-5.git"
},
"license": "MIT",
"author": {
"name": "Behon Baker",
"email": "behon.baker@yahoo.com",
"url": "https://behonbaker.com"
},
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./strapi-admin": {
"types": "./dist/admin/src/index.d.ts",
"source": "./admin/src/index.ts",
"import": "./dist/admin/index.mjs",
"require": "./dist/admin/index.js",
"default": "./dist/admin/index.js"
},
"./strapi-server": {
"types": "./dist/server/src/index.d.ts",
"source": "./server/src/index.ts",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"afterClone": "rm -rf dist node_modules package-lock.json && npm install",
"build": "strapi-plugin build",
"format": "npx prettier --write .",
"format:check": "npx prettier -c .",
"prepare": "husky",
"release": "npm run format && npm run build && npm run verify && changelogen --release && npm publish && git push --follow-tags",
"test:ts:back": "run -T tsc -p server/tsconfig.json",
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
"verify": "strapi-plugin verify",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link"
},
"dependencies": {
"@strapi/design-system": "^2.0.0-rc.12",
"@strapi/icons": "^2.0.0-rc.12",
"dayjs": "^1.11.13",
"decode-html": "^2.0.0",
"defu": "^6.1.4",
"destr": "^2.0.3",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"react-email-editor": "^1.7.11",
"react-icons": "^5.3.0",
"react-intl": "^6.8.6",
"react-textarea-autosize": "^8.5.4",
"striptags": "^3.2.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@strapi/sdk-plugin": "^5.2.7",
"@strapi/strapi": "^5.2.0",
"@strapi/typescript-utils": "^5.2.0",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.13",
"@types/mustache": "^4.2.5",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-email-editor": "^1.5.6",
"changelogen": "^0.5.7",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"styled-components": "^6.1.13",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"styled-components": "^6.1.13"
},
"strapi": {
"kind": "plugin",
"name": "email-designer-5",
"displayName": "Email Designer 5",
"description": "Strapi Email Designer (v5)"
}
}