-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "restaurant_project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/carousel": "^6.0.7",
"@mantine/core": "^6.0.7",
"@mantine/form": "^6.0.7",
"@mantine/hooks": "^6.0.7",
"@mantine/notifications": "^6.0.7",
"@maptiler/client": "^1.3.0",
"@preact/signals": "^1.1.3",
"@tabler/icons-preact": "^2.11.0",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"i18next": "^22.4.12",
"i18next-http-backend": "^2.2.0",
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
"maplibre-gl": "^2.4.0",
"parse": "^4.1.0-beta.1",
"preact": "^10.13.0",
"react-i18next": "^12.2.0",
"react-map-gl": "^7.0.21",
"react-router": "^6.9.0",
"react-router-dom": "^6.10.0",
"stylis": "^4.1.3",
"stylis-plugin-rtl": "^2.1.1",
"uuid": "^9.0.0",
"vite-plugin-require-transform": "^1.0.9",
"zustand": "^4.3.7"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"vite": "^4.2.0",
"vite-plugin-compression": "^0.5.1"
}
}