forked from algolia/algolia-sa-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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
{
"name": "algolia-sa-assignment",
"version": "1.0.0",
"private": true,
"homepage": "https://eliasingea.github.io/algolia-sa-assignment/",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "5.7.0",
"eslint-config-algolia": "13.2.3",
"eslint-config-prettier": "3.6.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.0",
"parcel-bundler": "^1.12.4",
"prettier": "1.16.4",
"gh-pages": "^3.2.3"
},
"dependencies": {
"@algolia/autocomplete-plugin-query-suggestions": "^1.5.3",
"@algolia/autocomplete-theme-classic": "^1.5.3",
"algoliasearch": "^3.35.1",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-dom": "^17.0.2",
"react-instantsearch": "^6.22.0",
"react-instantsearch-dom": "6.0.0",
"react-scripts": "1.1.5"
}
}