strapi/packages/core/email/package.json
2023-03-22 11:21:33 +01:00

66 lines
1.8 KiB
JSON

{
"name": "@strapi/plugin-email",
"version": "4.8.2",
"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": "cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
"test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
"lint": "eslint ."
},
"dependencies": {
"@strapi/design-system": "1.6.6",
"@strapi/icons": "1.6.6",
"@strapi/provider-email-sendmail": "4.8.2",
"@strapi/utils": "4.8.2",
"lodash": "4.17.21",
"prop-types": "^15.7.2",
"react-intl": "6.3.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@strapi/helper-plugin": "4.8.2",
"@testing-library/react": "12.1.4",
"msw": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"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"
}
}