-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
{
"name": "feinstaub-app-web",
"version": "1.0.0",
"private": true,
"homepage": "https://pm.chillibits.com",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@firebase/app": "0.6.30",
"@firebase/database": "0.11.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/pickers": "3.3.11",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"autosuggest-highlight": "3.3.4",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"google-maps-react": "2.0.6",
"localized-strings": "0.2.4",
"moment": "2.30.1",
"qrcode-react": "0.1.16",
"random-string": "0.2.0",
"react": "18.2.0",
"react-autosuggest": "10.1.0",
"react-color": "2.19.3",
"react-custom-scrollbars": "4.2.1",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-geocode": "0.2.3",
"react-google-autocomplete": "2.7.3",
"react-google-maps": "9.4.5",
"react-location-picker": "1.5.0",
"react-router-dom": "6.23.0",
"react-swipeable-views": "0.14.0",
"superagent": "10.0.0"
},
"devDependencies": {
"react-scripts": "5.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}