-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 917 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
{
"name": "algolia-sa-assignment",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"start": "parcel index.html --port 3000",
"build": "parcel build index.html",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"dotenv": "^5.0.1",
"eslint": "^8.7.0",
"eslint-config-algolia": "^20.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.6.1",
"eslint-plugin-prettier": "^4.0.0",
"parcel": "^2.2.1",
"path-browserify": "^1.0.1",
"prettier": "^2.5.1",
"process": "^0.11.10"
},
"dependencies": {
"algoliasearch": "^4.12.0",
"instantsearch.js": "^4.37.2",
"search-insights": "^2.17.2"
}
}