-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "betterinfra-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/carousel": "^5.8.4",
"@mantine/core": "^5.8.4",
"@mantine/form": "^5.8.4",
"@mantine/hooks": "^5.8.4",
"@mantine/modals": "^5.8.4",
"@mantine/notifications": "^5.8.4",
"@types/node": "^18.11.10",
"axios": "^1.2.0",
"embla-carousel-react": "^7.0.5",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.4.4"
},
"devDependencies": {
"@tabler/icons": "^1.114.0",
"@types/leaflet": "^1.9.0",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.9.3",
"vite": "^3.2.4"
}
}