-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "clientside-instantsearch-demo",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress open",
"test:headless": "cypress run"
},
"dependencies": {
"@types/react-instantsearch": "^6.10.0",
"@types/react-instantsearch-core": "^6.10.5",
"algoliasearch": "^4.10.5",
"instantsearch-itemsjs-adapter": "^1.0.2",
"instantsearch.css": "^7.4.5",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "^6.12.1",
"rheostat": "^4.1.1"
},
"devDependencies": {
"@types/react": "17.0.29",
"@types/react-instantsearch-dom": "^6.12.0",
"@types/rheostat": "^3.0.2",
"cypress": "^8.6.0",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.4.1",
"typescript": "4.4.4"
},
"volta": {
"node": "14.18.1",
"npm": "6.14.15"
}
}