-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "react-war-room",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@emotion/core": "^10.0.15",
"@mdx-js/react": "^1.2.2",
"@primer/octicons-react": "^9.1.1",
"@theme-ui/presets": "^0.2.30",
"apollo-boost": "^0.4.4",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"immer": "^3.2.0",
"react": "^16.9.0",
"react-apollo": "^3.0.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.0",
"react-virtualized": "^9.21.1",
"react-window": "^1.8.5",
"react-window-infinite-loader": "^1.0.3",
"resize-observer-polyfill": "^1.5.1",
"theme-ui": "^0.2.31"
},
"devDependencies": {
"@apollo/react-testing": "^3.0.0",
"@testing-library/cypress": "^4.1.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^9.1.0",
"cypress": "^3.4.1",
"mocked-env": "^1.3.1",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"cy:run": "cypress run",
"cy:open": "cypress open"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}