-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.67 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "github-repository-search",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"homepage": "https://eloiqs.github.io/github-repository-search/",
"license": "MIT",
"dependencies": {
"@huchenme/github-trending": "^2.1.2",
"@octokit/rest": "16.35.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"evergreen-ui": "4.21.5",
"faker": "^4.1.0",
"intersection-observer": "^0.7.0",
"js-yaml": "3.13.1",
"moment": "2.24.0",
"react": "16.12.0",
"react-content-loader": "^4.3.3",
"react-dom": "16.12.0",
"react-intersection-observer": "^8.25.2",
"react-scripts": "3.3.0",
"react-use": "^13.12.2",
"use-persisted-state": "0.3.0"
},
"devDependencies": {
"@types/faker": "^4.1.8",
"@types/jest": "^24.0.24",
"@types/jest-when": "^2.7.0",
"@types/js-yaml": "3.12.1",
"@types/node": "^12.12.21",
"@types/react": "16.9.16",
"@types/react-dom": "16.9.4",
"@types/testing-library__react": "^9.1.2",
"@types/testing-library__user-event": "^4.1.1",
"@types/use-persisted-state": "0.3.0",
"gh-pages": "^2.1.1",
"jest-when": "^2.7.0",
"mockdate": "^2.0.5",
"typescript": "3.7.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}