-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 834 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 834 Bytes
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
{
"name": "@algolia/autocomplete-example-playground",
"description": "Autocomplete playground",
"version": "1.17.2",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@algolia/autocomplete-js": "1.17.2",
"@algolia/autocomplete-plugin-query-suggestions": "1.17.2",
"@algolia/autocomplete-plugin-recent-searches": "1.17.2",
"@algolia/autocomplete-preset-algolia": "1.17.2",
"@algolia/autocomplete-theme-classic": "1.17.2",
"@algolia/client-search": "4.16.0",
"algoliasearch-v5": "npm:algoliasearch@5.0.0-beta.8",
"preact": "10.13.2",
"search-insights": "2.13.0"
},
"devDependencies": {
"parcel": "2.8.3"
},
"keywords": [
"algolia",
"autocomplete",
"javascript"
]
}