-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.63 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.63 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "servineo-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 3000",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@headlessui/react": "^2.2.9",
"@hookform/resolvers": "^5.2.2",
"@mui/material": "^7.3.4",
"@mui/x-date-pickers": "^8.14.0",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@react-oauth/google": "^0.12.2",
"@reactour/tour": "^3.8.0",
"@reduxjs/toolkit": "^2.10.1",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.5.3",
"@types/redux-logger": "^3.0.13",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.22",
"axios": "^1.13.2",
"ci": "^2.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"framer-motion": "^12.23.25",
"i18next": "^25.7.1",
"jspdf": "^3.0.4",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.546.0",
"mongoose": "^9.0.0",
"next": "^16.0.7",
"next-intl": "^4.5.5",
"nextjs-toast-notify": "^1.57.0",
"postcss": "^8.5.6",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-player": "^3.4.0",
"react-redux": "^9.2.0",
"recharts": "^3.4.1",
"redux-logger": "^3.0.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"ua-parser-js": "^2.0.6",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@isaacs/fs-minipass": "^4.0.1",
"@tailwindcss/postcss": "^4.1.14",
"@types/jspdf": "^1.3.3",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/nodemailer": "^7.0.3",
"@types/qrcode": "^1.5.6",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^19.2.2",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^19.2.2",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-redux": "^7.1.34",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"i": "^0.3.7",
"npm": "^11.6.4",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.17",
"typescript": "5.9.3"
}
}