forked from Servineo/servineo-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.23 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.23 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
{
"name": "servineo-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"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",
"@reduxjs/toolkit": "^2.9.1",
"@types/redux-logger": "^3.0.13",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.21",
"axios": "^1.13.2",
"ci": "^2.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cn": "^0.1.1",
"date-fns": "^4.1.0",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.546.0",
"mongoose": "^8.19.1",
"next": "15.5.4",
"next-intl": "^4.5.5",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-big-calendar": "^1.19.4",
"react-dom": "19.1.0",
"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/leaflet": "^1.9.21",
"@types/node": "^20",
"@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",
"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.14",
"typescript": "^5.9.3"
}
}