-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"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": "[email protected]",
"url": "https://www.christophecvb.com/"
},
"maintainers": [
{
"name": "Christophe Carvalho Vilas-Boas",
"email": "[email protected]",
"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"
}