Alexandre Bodin 7485de2fdf v3.2.3
2020-10-09 17:12:50 +02:00

68 lines
1.6 KiB
JSON

{
"name": "strapi-plugin-users-permissions",
"version": "3.2.3",
"description": "Protect your API with a full-authentication process based on JWT",
"strapi": {
"name": "Roles & Permissions",
"icon": "users",
"description": "users-permissions.plugin.description",
"required": true
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"@buffetjs/core": "3.3.1",
"@buffetjs/custom": "3.3.1",
"@buffetjs/hooks": "3.3.1",
"@buffetjs/icons": "3.3.1",
"@buffetjs/styles": "3.3.1",
"@buffetjs/utils": "3.3.1",
"@purest/providers": "^1.0.1",
"bcryptjs": "^2.4.3",
"grant-koa": "5.2.0",
"immutable": "^3.8.2",
"jsonwebtoken": "^8.1.0",
"koa2-ratelimit": "^0.9.0",
"lodash": "4.17.19",
"purest": "3.1.0",
"react": "^16.13.1",
"react-dom": "^16.9.0",
"react-intl": "4.5.0",
"react-redux": "^7.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"reactstrap": "8.4.1",
"redux-saga": "^0.16.0",
"request": "^2.83.0",
"strapi-helper-plugin": "3.2.3",
"strapi-utils": "3.2.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"koa": "^2.8.0"
},
"author": {
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.16.0 <13",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}