UNPKG

strapi-plugin-soft-delete

Version:

Add a soft delete feature to your project

67 lines (66 loc) 1.76 kB
{ "name": "strapi-plugin-soft-delete", "version": "0.9.6", "description": "Add a soft delete feature to your project", "strapi": { "name": "soft-delete", "displayName": "Soft Delete", "description": "Add a soft delete feature to your project", "kind": "plugin" }, "repository": { "type": "git", "url": "https://github.com/ChristopheCVB/strapi-plugin-soft-delete" }, "keywords": [ "strapi", "strapi-plugin", "soft-delete", "soft delete", "soft", "delete" ], "dependencies": { "@strapi/design-system": "^1.13.2", "@strapi/helper-plugin": "^4.11.5", "@strapi/icons": "^1.13.2", "@strapi/utils": "^4.11.5", "date-fns": "^2.30.0" }, "devDependencies": { "@strapi/typescript-utils": "^4.11.5", "@types/react": "^18.2.14", "@types/react-intl": "^3.0.0", "@types/react-router-dom": "^5.3.3", "react": "^18.2.0", "react-intl": "^6.4.4", "react-router-dom": "5.3.4", "typescript": "5.1.6" }, "peerDependencies": { "@strapi/strapi": "^4.11.0", "react": "^17.0.0 || ^18.0.0", "react-router-dom": "^5.3.4" }, "author": { "name": "Christophe Carvalho Vilas-Boas", "email": "christophe.carvalhovilasboas@gmail.com", "url": "https://www.christophecvb.com/" }, "maintainers": [ { "name": "Christophe Carvalho Vilas-Boas", "email": "christophe.carvalhovilasboas@gmail.com", "url": "https://www.christophecvb.com/" } ], "engines": { "node": ">=14.19.1 <=20.x.x", "npm": ">=6.0.0" }, "scripts": { "develop": "tsc -p tsconfig.server.json -w", "build": "tsc -p tsconfig.server.json" }, "license": "MIT" }