-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 948 Bytes
/
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
{
"name": "vite",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "vite --host=0.0.0.0 --open",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@monaco-editor/react": "^4.4.6",
"@mui/material": "^5.11.6",
"@reduxjs/toolkit": "^1.9.1",
"@turf/turf": "^6.5.0",
"country-flag-icons": "^1.5.9",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.5",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"redux": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.1",
"vite": "^4.0.4"
},
"packageManager": "[email protected]"
}