-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.5 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
78
79
80
81
{
"name": "tripcometrue-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write --cache .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.2",
"@react-google-maps/api": "^2.19.3",
"@react-pdf/renderer": "^3.1.15",
"@react-spring/web": "^9",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query-devtools": "^5.15.0",
"@use-gesture/react": "^10",
"axios": "^1.6.2",
"date-fns": "^3.2.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.2",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-player": "^2.14.1",
"react-router-dom": "^6.21.1",
"react-sheet-slide": "^1.3.0",
"react-sliding-pane": "^7.3.0",
"react-spinners": "^0.13.8",
"react-toastify": "^10.0.4",
"react-youtube": "^10.1.0",
"recoil": "^0.7.7",
"styled-components": "^6.1.6",
"swiper": "^11.0.5"
},
"devDependencies": {
"@types/google.maps": "^3.54.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/react": "^18.2.43",
"@types/react-avatar-editor": "^13.0.2",
"@types/react-datepicker": "^4.19.5",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-refresh": "^0.4.5",
"msw": "0.36.3",
"prettier": "^3.1.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-pwa": "^0.17.4",
"vite-tsconfig-paths": "^4.2.2"
},
"msw": {
"workerDirectory": "public"
}
}