-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.44 KB
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
{
"name": "react-timeline-github-activity",
"version": "0.2.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.3.11",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"bem-cn": "^3.0.1",
"clsx": "^1.0.4",
"cross-fetch": "3.0.4",
"cryptiles": "^4.1.2",
"date-fns": "^1.30.1",
"hawk": "^7.0.10",
"hoek": "^6.1.3",
"lodash": "^4.17.11",
"material-ui-pickers": "^2.2.4",
"mime": "^2.4.4",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"react": "^16.11.0",
"react-bulma-components": "^3.0.1-4",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-scripts": "^3.0.1",
"react-spinners": "^0.5.1",
"react-vertical-timeline-component": "2.5.0",
"recharts": "^1.8.5",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"tunnel-agent": "^0.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage --collectCoverageFrom=src/**/*js --collectCoverageFrom=!src/registerServiceWorker.js",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"codecov.io": "^0.1.6",
"coveralls": "^3.0.7"
}
}