@dlands/strapi-plugin-excel-export-2024
Version:
A strapi plugin used which can be used to download data in xlsx format
47 lines • 1.22 kB
JSON
{
"name": "@dlands/strapi-plugin-excel-export-2024",
"version": "1.1.0",
"description": "A strapi plugin used which can be used to download data in xlsx format",
"strapi": {
"name": "excel-export",
"description": "A strapi plugin used which can be used to download data in xlsx format",
"kind": "plugin",
"displayName": "Excel Export"
},
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"exceljs": "^4.4.0",
"prop-types": "^15.7.2",
"react-data-table-component": "^7.6.2"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"engines": {
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"keywords": [
"strapi",
"strapi-excel-download",
"excel",
"excel-download",
"excel-export"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}