-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "restaurant_qr",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.1",
"@headlessui/react": "^1.7.15",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/gotrue-js": "^2.45.0",
"@supabase/supabase-js": "^2.26.0",
"antd": "^5.6.4",
"axios": "^1.4.0",
"browser-image-compression": "^2.0.2",
"cloudinary": "^1.37.3",
"cloudinary-react": "^1.8.1",
"dotenv": "^16.3.1",
"flowbite": "^1.7.0",
"framer-motion": "^10.12.22",
"nanoid": "^4.0.2",
"qr-code-styling": "^1.6.0-rc.1",
"react": ">=16.8.0",
"react-cropper": "^2.3.3",
"react-dom": ">=16.8.0",
"react-easy-crop": "^5.0.0",
"react-intersection-observer": "^9.5.2",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.14.1",
"react-scroll": "^1.8.9",
"react-scroll-trigger": "^0.6.14",
"react-sidebar": "^3.0.2",
"react-swipeable": "^7.0.1",
"react-type-animation": "^3.1.0",
"swiper": "^10.0.4"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.1.7",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}