-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 877 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
{
"type": "module",
"dependencies": {
"@googlemaps/markerclusterer": "^2.5.1",
"@mantine/charts": "^7.11.2",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2",
"@mantine/form": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@mantine/modals": "^7.11.2",
"@mantine/nprogress": "^7.11.2",
"@mantinex/mantine-logo": "^1.0.1",
"@vis.gl/react-google-maps": "latest",
"dayjs": "^1.11.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.12.7",
"vite": "^5.0.4"
},
"scripts": {
"start": "vite",
"start-local": "vite --config ./vite.config.local.js",
"build": "vite build"
},
"devDependencies": {
"@types/node": "^22.0.2",
"postcss": "^8.4.40",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.3.3",
"tailwindcss": "^3.4.7"
}
}