-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 1.92 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
{
"name": "corewar-ui",
"version": "0.1.0",
"private": true,
"author": "Gareth Williams",
"contributors": [
{
"name": "Doug McDonald"
}
],
"license": "MIT",
"dependencies": {
"corewar": "^0.1.4",
"fetch-jsonp": "^1.1.3",
"identicon.js": "^2.3.1",
"jquery": "^3.4.1",
"jssha": "^2.3.1",
"prop-types": "^15.7.2",
"pubsub-js": "^1.8.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-fontawesome": "^1.7.1",
"react-media": "1.6.1",
"react-octicon": "^3.0.1",
"react-redux": "^5.1.2",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"react-scripts": "^3.3.0",
"react-scroll-to-component": "^1.0.2",
"react-test-renderer": "^16.12.0",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"styled-components": "^3.2.3",
"styled-property": "^1.0.2",
"typeface-anonymous-pro": "0.0.44",
"typeface-inter": "^3.11.2",
"typeface-lato": "0.0.44"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"coverage": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/**/node_modules/*.test.js",
"!src/registerServiceWorker.js",
"!src/store.js",
"!src/setupTests.js",
"!src/index.js",
"!src/sagas/index.js",
"!src/reducers/index.js"
]
},
"devDependencies": {
"chai": "^4.1.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"jest-cli": "^24.9.0",
"jest-styled-components": "^4.10.0",
"react-dev-utils": "^5.0.2",
"sinon": "^4.4.6",
"sinon-chai": "^3.4.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}