-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.6",
"@emotion/css": "^10.0.6",
"@emotion/keyframes": "^0.9.1",
"@emotion/styled": "^10.0.6",
"@reach/router": "^1.2.1",
"apollo-cache-inmemory": "^1.4.0-alpha.12",
"apollo-client": "alpha",
"apollo-link-context": "^1.0.14",
"apollo-link-http": "^1.5.9",
"codacy-coverage": "^3.4.0",
"codecov": "^3.1.0",
"coveralls": "^3.0.2",
"emotion": "^10.0.6",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"http-server": "^0.11.1",
"polished": "^2.3.3",
"prettier": "^1.16.1",
"react": "^16.7.0",
"react-apollo": "alpha",
"react-dom": "^16.7.0",
"react-emotion": "^10.0.0",
"react-scripts": "^2.1.5",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"run:ios-demo": "npx artillery run apollo-internal-demos/ios-workload.yml",
"postinstall": "REACT_APP_HOST=$SPACE_API_HOST REACT_APP_ENDPOINT=$SPACE_API_ENDPOINT npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"apollo": "^2.3.1",
"artillery": "^1.6.0-27",
"jest-dom": "^3.0.0",
"react-testing-library": "^5.4.4"
}
}