-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 2.16 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "spacex-land-client",
"version": "1.0.0",
"description": "Open Source Client for rocket, core, capsule, pad, and launch data",
"main": "./src/index.ts",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate": "gql-gen"
},
"keywords": [],
"author": "Carlos Rufo",
"license": "MIT",
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^3.0.0-alpha.10",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.16",
"apollo-link-persisted-queries": "^0.2.2",
"fork-ts-checker-webpack-plugin": "^5.0.9",
"graphql": "14.6.0",
"history": "^4.10.1",
"lodash": "^4.17.15",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-fast-compare": "3.0.1",
"react-paginate": "^6.3.2",
"react-router-dom": "5.1.2",
"react-router-transition": "2.0.0",
"react-scripts": "3.4.0",
"react-search-field": "^1.0.0",
"react-slick": "^0.26.1",
"slick-carousel": "^1.8.1",
"styled-components": "5.0.1",
"styled-media-query": "^2.1.2",
"uniqid": "5.2.0"
},
"devDependencies": {
"@types/graphql": "14.5.0",
"@types/history": "4.7.6",
"@types/lodash": "4.14.158",
"@types/moment": "2.13.0",
"@types/node": "14.0.24",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.5",
"@types/react-paginate": "6.2.1",
"@types/react-router-dom": "5.1.3",
"@types/react-slick": "0.23.4",
"@types/slick-carousel": "1.6.34",
"@types/styled-components": "4.4.3",
"@types/uniqid": "5.2.0",
"concurrently": "5.2.0",
"graphql": "14.6.0",
"graphql-code-generator": "0.18.2",
"graphql-codegen-typescript-client": "0.18.2",
"graphql-codegen-typescript-common": "0.18.2",
"nodemon": "2.0.2",
"ts-node": "8.6.2"
},
"resolutions": {
"babel-loader": "8.1.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}