-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.63 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
92
93
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/form-control": "^1.3.3",
"@chakra-ui/icons": "^1.0.11",
"@chakra-ui/react": "^1.5.2",
"@chakra-ui/theme-tools": "^1.1.5",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
"@types/d3-scale": "^3.2.2",
"@types/d3-shape": "^2.0.0",
"@types/heremaps": "^3.1.3",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-csv": "^1.1.1",
"@types/react-dom": "^17.0.3",
"@types/react-gauge-chart": "^0.3.0",
"@types/react-router-dom": "^5.1.7",
"axios": "^0.21.1",
"d3-scale": "^3.3.0",
"d3-shape": "^2.1.0",
"firebase": "^8.4.1",
"framer-motion": "^4.1.6",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"i18next-http-backend": "^1.2.1",
"navi": "^0.14.0",
"react": "^17.0.2",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.13",
"react-icons": "^4.2.0",
"react-navi": "^0.14.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-transition-group": "^4.4.1",
"recharts": "^2.0.9",
"styled-components": "^5.2.3",
"typescript": "^4.2.4",
"workbox-background-sync": "^6.1.5",
"workbox-broadcast-update": "^6.1.5",
"workbox-cacheable-response": "^6.1.5",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-google-analytics": "^6.1.5",
"workbox-navigation-preload": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-range-requests": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-streams": "^6.1.5"
},
"scripts": {
"lint": "gts lint",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"serve": "npm run build && serve -s build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/styled-components": "^5.1.9",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-spellcheck": "0.0.17",
"eslint-plugin-tsdoc": "^0.2.14",
"gts": "^3.1.0"
},
"engines": {
"node": ">=10.0.0"
}
}