-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 877 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 877 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
35
36
{
"name": "rules-time",
"version": "1.0.0",
"private": true,
"homepage": "https://preview.algolia.com/rules-time/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"algoliasearch": "^4.3.1",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-dom": "^16.12.0",
"react-instantsearch-dom": "6.7.0",
"react-scripts": "2.1.1"
},
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-algolia": "13.2.3",
"eslint-config-prettier": "3.6.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"prettier": "1.19.1",
"prop-types": "15.7.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}