-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.83 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
{
"name": "the-pokemon-finder",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "set \"BROWSER=none\" && react-scripts start",
"develop": "set \"HOST=192.168.2.76\" && set \"PORT=80\" && set \"BROWSER=none\" && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@reach/router": "^1.2.1",
"@types/history": "^4.7.2",
"@types/hookrouter": "^2.2.1",
"@types/jest": "^24.0.15",
"@types/node": "^11.13.15",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link": "^1.2.12",
"apollo-link-error": "^1.1.11",
"apollo-link-http": "^1.5.15",
"classnames": "^2.2.6",
"focus-visible": "^4.1.5",
"graphql": "^14.4.1",
"graphql-tag": "^2.10.1",
"graphql.macro": "^1.4.2",
"history": "^4.9.0",
"hookrouter": "^1.2.3",
"node-sass": "^4.12.0",
"prop-types": "^15.6.2",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-apollo-hooks": "^0.4.5",
"react-apollo-network-status": "^1.1.1",
"react-beautiful-dnd": "^10.1.1",
"react-dom": "^16.8.6",
"react-enroute": "^2.0.0",
"react-scripts": "^2.1.8",
"react-select": "^2.4.4",
"sanitize.css": "^10.0.0",
"typescript": "^3.5.2",
"urql": "^1.1.3"
},
"devDependencies": {
"react-svg-loader": "^2.1.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}