-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.99 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
{
"name": "smu-taxi",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build --mode production",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "vite start -p 80",
"deploy": "aws s3 sync dist s3://here---you --profile=dydals3440"
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.35",
"@hookform/resolvers": "^3.3.4",
"@reach/combobox": "^0.18.0",
"@react-google-maps/api": "^2.19.2",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.17.1",
"@tanstack/react-query-devtools": "^5.17.1",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/react-editor": "^3.2.3",
"axios": "^1.6.5",
"browser-image-compression": "^2.0.2",
"date-fns": "^3.3.1",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-calendar": "^4.8.0",
"react-cropper": "^2.3.3",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.5.3",
"react-lazy-load-image-component": "^1.6.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.21.1",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-spring-bottom-sheet": "^3.4.1",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.6",
"use-places-autocomplete": "^4.0.1",
"yup": "^1.3.3",
"zustand": "^4.4.7"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react-refresh": "^0.4.4",
"msw": "^2.0.12",
"prettier": "^3.1.1",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.2.0"
},
"msw": {
"workerDirectory": "public"
}
}