-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 936 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 936 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
31
32
33
34
{
"name": "@algolia/autocomplete-example-react-instantsearch",
"description": "Autocomplete example with React InstantSearch",
"version": "1.17.2",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"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-theme-classic": "1.17.2",
"algoliasearch-v5": "npm:algoliasearch@5.0.0-beta.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "7.11.3"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "1.0.7",
"typescript": "4.5.4",
"vite": "2.8.0"
},
"keywords": [
"algolia",
"autocomplete",
"react"
]
}