forked from pdalvi1893/strapi-indexed-search-multilingual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "strapi-search-multilingual",
"version": "1.0.10",
"description": "Simple strapi 4 multilingual search",
"strapi": {
"name": "strapi-search-multilingual",
"description": "Helps search all collections in strapi, inside components and dynamic zones also",
"kind": "plugin",
"displayName": "Strapi 4 Search Multilingual"
},
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"lodash": "^4.17.21",
"prop-types": "^15.7.2"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.1"
},
"keywords": [
"strapi 4",
"search",
"multilingual search",
"search multilingual",
"search plugin",
"strapi 4 plugin",
"autocomplete"
],
"author": {
"name": "A Strapi developer"
},
"maintainers": [
{
"name": "A Strapi developer"
}
],
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}