-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.28 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "frontend-template",
"version": "1.0.0",
"author": "Aziz Bektemirov",
"license": "UNLICENSED",
"description": "",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"lint": "npx eslint",
"lint:fix": "npx eslint --fix",
"format": "npx prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^6.1.6",
"@mui/lab": "^6.0.0-beta.17",
"@mui/material": "^6.1.6",
"@mui/x-date-pickers": "^7.22.3",
"@react-google-maps/api": "^2.20.3",
"@reduxjs/toolkit": "^2.3.0",
"@tanstack/react-query": "^5.59.19",
"@vis.gl/react-google-maps": "^1.4.1",
"axios": "^1.7.7",
"blurhash": "^2.0.5",
"dayjs": "^1.11.13",
"i18next": "^24.1.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.2.0",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lottie": "^1.2.10",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"react-toastify": "^10.0.6",
"swiper": "^11.1.14",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/react-query-devtools": "^5.59.19",
"@types/google.maps": "^3.58.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-lottie": "^1.2.10",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-tsconfig-paths": "^5.1.0"
}
}