-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1018 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
35
36
37
38
{
"name": "algolia-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.5.3",
"@algolia/autocomplete-plugin-query-suggestions": "^1.5.3",
"@algolia/autocomplete-plugin-recent-searches": "^1.5.3",
"@algolia/autocomplete-theme-classic": "^1.5.3",
"algoliasearch": "^4.12.1",
"bootstrap": "^5.1.3",
"clsx": "^1.1.1",
"next": "12.1.0",
"nohop": "^1.0.9",
"qs": "^6.10.3",
"react": "17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "^6.22.0"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/qs": "^6.9.7",
"@types/react": "17.0.39",
"@types/react-dom": "^17.0.12",
"@types/react-instantsearch-dom": "^6.12.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"sass": "^1.49.9",
"typescript": "4.6.2"
}
}