forked from WebDevStudios/wp-search-with-algolia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 834 Bytes
/
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
{
"name": "wp-search-with-algolia",
"version": "2.8.0",
"description": "Integrate the powerful Algolia search service with WordPress.",
"author": "WebDevStudios",
"license": "GPL-3.0",
"keywords": [
"algolia"
],
"homepage": "https://github.com/WebDevStudios/wp-search-with-algolia",
"engines": {
"node": "^12.0.0",
"npm": "^6.0.0"
},
"dependencies": {
"algoliasearch": "^4.18.0",
"autocomplete.js": "^0.38.0",
"instantsearch.js": "^4.56.5"
},
"devDependencies": {
"frontend-dependencies": "^2.0.0"
},
"frontendDependencies": {
"target": "js/",
"packages": {
"algoliasearch": "^4.18.0",
"autocomplete.js": "^0.38.0",
"instantsearch.js": "^4.56.5"
}
},
"scripts": {
"postinstall": "node ./node_modules/frontend-dependencies/index.js"
}
}