-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "stay-informed",
"version": "1.5.0",
"license": "MIT",
"private": true,
"dependencies": {
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"jest-canvas-mock": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.9.0",
"react-google-charts": "^3.0.14",
"react-lottie": "^1.2.3",
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.2",
"react-scripts": "3.1.1",
"react-simple-icons": "^1.0.0-beta.5",
"unfetch": "^4.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"npm-check-updates": "^3.1.21",
"chai": "^4.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"canvas": "^2.6.0",
"enzyme-to-json": "^3.4.0",
"react-test-renderer": "^16.9.0"
}
}