-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
98 lines (98 loc) · 3.11 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
94
95
96
97
98
{
"name": "zuugle-suchseite",
"bugs": {
"url": "https://github.com/bahnzumberg/zuugle-suchseite/issues/",
"email": "[email protected]"
},
"version": "3.0.0",
"private": true,
"dependencies": {
"@babel/traverse": "^7.23.2",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.14.15",
"@mui/lab": "^5.0.0-alpha.71",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^7.22.1",
"@react-leaflet/core": "^2.1.0",
"axios": "^1.6.2",
"dayjs": "^1.11.13",
"gpxparser": "^3.0.0",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.2.0",
"js-file-download": "^0.4.12",
"leaflet": "^1.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-horizontal-scrolling-menu": "^2.8.2",
"react-i18next": "^12.2.2",
"react-infinite-scroll-component": "^6.1.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-redux": "^8.0.5",
"react-router": "^6.25.1",
"react-router-dom": "^6.18.0",
"react-select": "^5.2.2",
"react-share": "^4.4.1",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"uuid": "^9.0.0",
"watch": "^0.13.0",
"webpack-cli": "^5.1.4"
},
"overrides": {
"@types/react": "^18.0.0"
},
"scripts": {
"start": "webpack serve --mode development --port 3000 --open --watch ./src --hot --progress --host localhost --static .",
"start-remote-api": "webpack serve --config webpack.config_uat.js --mode development --port 3000 --open --hot --progress --host localhost --static .",
"build": "npm run build-app",
"build-app": "webpack --config webpack.config_prod.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
},
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.23.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/react-helmet": "^6.1.11",
"babel-loader": "^9.1.2",
"babel-plugin-import": "^1.13.8",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"react-scripts": "^5.0.1",
"source-map-loader": "^4.0.1",
"terser-webpack-plugin": "^5.3.7",
"url-loader": "^4.1.1",
"webpack": "^5.77.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}