-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.09 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
{
"name": "gig-logistics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@hookform/resolvers": "^3.3.4",
"@mantine/core": "^7.8.1",
"@mantine/dates": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/notifications": "^7.8.1",
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.3.1",
"@reduxjs/toolkit": "^2.2.3",
"@sanity/types": "^3.39.1",
"@sanity/vision": "^3.39.1",
"@types/react-leaflet": "^3.0.0",
"bcrypt": "^5.1.1",
"dayjs": "^1.11.10",
"filepond": "^4.31.1",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-edit": "^1.6.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"firebase": "^10.11.1",
"firebase-admin": "^12.1.0",
"flowbite-react": "^0.9.0",
"framer-motion": "^11.1.7",
"groq": "^3.39.1",
"js-cookie": "^3.0.5",
"next": "14.2.3",
"next-sanity": "^9.0.12",
"nodemailer": "^6.9.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-filepond": "^7.1.2",
"react-geocode": "^1.0.0-alpha.1",
"react-hook-form": "^7.51.3",
"react-icons": "^5.1.0",
"react-leaflet": "^4.2.1",
"react-loading": "^2.0.3",
"react-phone-number-input": "^3.4.1",
"react-redux": "^9.1.1",
"react-select": "^5.8.0",
"sanity": "^3.39.1",
"twilio": "^5.0.4",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-geocode": "^0.2.4",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"leaflet": "^1.9.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}