-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.583.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"copy-webpack-plugin": "^12.0.2",
"html2canvas": "^1.4.1",
"i18next": "^23.14.0",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"leaflet-easybutton": "^2.4.0",
"leaflet-easyprint": "^2.1.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-i18next": "^15.0.1",
"react-leaflet": "^4.2.1",
"webpack": "^5.93.0"
},
"scripts": {
"build": "webpack",
"start": "http-server dist"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"path-browserify": "^1.0.1",
"style-loader": "^4.0.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^7.1.0"
}
}