-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.72 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
{
"name": "cm-speed-reader",
"description": "Championship Manager inspired speed reader",
"author": "Carl Saunders <carl.saunders@deadlybyte.co.uk> (http://www.deadlybyte.co.uk)",
"keywords": [
"fast reading",
"championship manager",
"ChampMan",
"skim reading",
"scan reading",
"speed reader",
"reading"
],
"license": "MIT",
"version": "1.0.14",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-solid-svg-icons": "^5.4.2",
"@fortawesome/react-fontawesome": "^0.1.3",
"bootstrap": "^4.1.3",
"cross-fetch": "^2.2.3",
"date-fns": "^1.29.0",
"flow-bin": "^0.85.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-redux": "^5.1.0",
"react-scripts": "^2.1.1",
"react-speedy-reader": "^1.0.15",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"flow": "flow",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/enzyme": "^3.1.14",
"@types/expect": "^1.20.3",
"@types/fetch-mock": "^6.0.4",
"@types/jest": "^23.3.9",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"fetch-mock": "^7.2.2",
"redux-mock-store": "^1.5.3"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/**/index.{js,jsx}",
"!src/**/containers/AppContainer.{js,jsx}",
"!src/*.{js,jsx}"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"peerDependencies": {
"ajv": "^6.5.4",
"jquery": "^3.3.1",
"popper.js": "^1.14.4"
}
}