-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "strapi-plugin-redirects",
"version": "1.0.4",
"description": "This plugin allows a user to manage redirects from the admin panel.",
"strapi": {
"name": "redirects",
"description": "This plugin allows a user to manage redirects from the admin panel.",
"kind": "plugin",
"displayName": "Redirects"
},
"dependencies": {
"@strapi/design-system": "^1.14.0",
"@strapi/helper-plugin": "^4.20.1",
"@strapi/icons": "^1.14.0",
"csvtojson": "^2.0.10",
"lodash": "4.17.21",
"prop-types": "^15.7.2"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.3.4",
"styled-components": "5.3.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Alex Bennett",
"email": "[email protected]",
"url": "https://alex-bennett.co.uk"
},
"maintainers": [
{
"name": "Alex Bennett"
}
],
"engines": {
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}