-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.43 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
{
"name": "ora-base",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/memoize": "^0.7.5",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.4",
"@mui/material": "^5.2.4",
"@react-hook/intersection-observer": "^3.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.24.0",
"chart.js": "^3.6.2",
"chartjs-adapter-moment": "^1.0.0",
"chartjs-chart-treemap": "^2.0.2",
"chartjs-plugin-annotation": "^1.4.0",
"chartjs-plugin-datalabels": "^2.0.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"emotion": "^11.0.0",
"eslint-plugin-import-helpers": "^1.2.0",
"faker": "^5.5.3",
"fontsource-roboto": "^4.0.0",
"html2canvas": "^1.4.0",
"i18next": "^21.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"intersection-observer": "^0.12.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-chartjs-2": "^4.0.0",
"react-component-export-image": "^1.0.6",
"react-country-flag": "^3.0.2",
"react-dom": "^17.0.2",
"react-full-screen": "^1.1.0",
"react-i18next": "^11.15.1",
"react-jss": "^10.9.0",
"react-leaflet": "^3.2.2",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-router-dom": "^6.1.1",
"react-scripts": "4.0.3",
"react-share": "^4.4.0",
"react-window": "^1.8.6",
"scheduler": "^0.21.0",
"use-context-selector": "^1.3.9",
"web-vitals": "^1.0.1",
"yarn": "^1.22.17"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
}
}