strapi/packages/core/email/package.json
2023-07-12 15:44:01 +02:00

66 lines
1.9 KiB
JSON

{
"name": "@strapi/plugin-email",
"version": "4.11.5",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"scripts": {
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
"lint": "run -T eslint ."
},
"dependencies": {
"@strapi/design-system": "1.8.2",
"@strapi/icons": "1.8.2",
"@strapi/provider-email-sendmail": "4.11.5",
"@strapi/utils": "4.11.5",
"lodash": "4.17.21",
"prop-types": "^15.8.1",
"react-intl": "6.4.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@strapi/helper-plugin": "4.11.5",
"@testing-library/react": "14.0.0",
"msw": "1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"name": "email",
"displayName": "Email",
"description": "Configure your application to send emails.",
"required": true,
"kind": "plugin"
}
}