This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.55 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
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "covid19-contract-explorer",
"version": "0.1.0",
"private": true,
"files": [],
"engines": {
"node": ">=14.0.0"
},
"type": "module",
"dependencies": {
"@amcharts/amcharts4": "^4.10.13",
"@amcharts/amcharts4-geodata": "^4.1.19",
"@sentry/react": "^6.1.0",
"@sentry/tracing": "^6.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@transifex/native": "^0.9.2",
"@transifex/react": "^0.12.1",
"autoprefixer": "^10.2.5",
"axios": "^0.21.2",
"cookie-though": "^1.1.3",
"css-loader": "^5.0.1",
"dayjs": "^1.9.7",
"fathom-client": "^3.0.0",
"lodash": "^4.17.21",
"postcss": "^8.2.15",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-datepicker": "^3.4.1",
"react-dom": "^17.0.1",
"react-flag-icon-css": "^1.0.25",
"react-full-screen": "^0.3.2-0",
"react-helmet": "^6.1.0",
"react-paginate": "^7.0.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-select": "^3.2.0",
"react-share": "^4.3.1",
"react-simple-hook-modal": "^1.1.0",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"swiper": "^6.5.1",
"tailwindcss": "^2.1.2",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@transifex/cli": "^0.9.2",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"node-sass": "^7.0.0",
"postcss-loader": "^4.2.0",
"react-app-rewired": "^2.1.8",
"redux-devtools-extension": "^2.13.8",
"webpack-notifier": "^1.12.0"
},
"config-overrides-path": "config-overrides.cjs"
}