-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.24 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
78
79
80
81
82
83
{
"name": "morning-cd-8bit",
"proxy": "https://api.morningcd.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^0.1.0-beta.2",
"@sentry/browser": "^5.2.1",
"@types/jest": "24.0.11",
"@types/node": "11.13.7",
"@types/react": "16.8.14",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "^4.3.2",
"@types/react-visibility-sensor": "^5.0.1",
"@types/styled-components": "^4.1.14",
"@types/whatwg-fetch": "^0.0.33",
"@xstate/react": "^0.3.0",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.11",
"apollo-link-http": "^1.5.14",
"apollo-link-rest": "^0.7.3",
"apollo-utilities": "^1.2.1",
"graphql": "^14.2.1",
"graphql-anywhere": "^4.2.1",
"graphql-tag": "^2.10.1",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-apollo": "^2.5.5",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.0",
"react-visibility-sensor": "^5.0.2",
"styled-components": "^4.2.0",
"typescript": "3.4.5",
"use-react-router": "^1.0.5",
"whatwg-fetch": "^3.0.0",
"xstate": "^4.5.0"
},
"scripts": {
"start": "react-scripts start",
"start:cypress": "WAIT_FOR_MESSAGE='Compiled successfully!' cypressAppWatcher yarn start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"prettier": {
"jsxSingleQuote": true,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"devDependencies": {
"cypress": "3.3.1",
"cypress-app-watcher-preprocessor": "^1.1.2",
"cypress-cucumber-preprocessor": "^1.11.2",
"cypress-plugin-tab": "^1.0.0",
"graphql-tools": "^4.0.4",
"prettier": "^1.17.0",
"prettylint": "^1.0.0",
"serve": "^11.0.0",
"serverless": "^1.42.3",
"serverless-finch": "^2.4.2"
}
}