-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "reviewhub-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"@types/jest": "24.0.6",
"@types/node": "11.9.5",
"@types/reach__router": "^1.2.3",
"@types/react": "16.8.4",
"@types/react-dom": "16.8.2",
"@types/styled-components": "^4.1.10",
"apollo-boost": "^0.1.28",
"apollo-client": "^2.4.13",
"apollo-link-context": "^1.0.14",
"axios": "^0.18.0",
"graphql": "^14.1.1",
"grommet": "^2.4.0",
"grommet-icons": "^4.2.0",
"react": "^16.8.3",
"react-apollo": "^2.4.1",
"react-dom": "^16.8.3",
"react-github-login": "^1.0.3",
"react-scripts": "2.1.5",
"styled-components": "^4.1.3",
"typescript": "3.3.3333"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"prettier": "^1.16.4"
}
}