-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.88 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "immobilelink-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-types": "npx supabase gen types typescript --project-id \"rmnjgueyvmqmccnzvfro\" --schema public > lib/database.types.ts",
"update-test-types": "npx supabase gen types typescript --project-id \"ospngptazhdbtvitjjil\" --schema test > lib/testdatabase.types.ts",
"preview-email": "email dev",
"test": "jest --runInBand --silent --verbose",
"clear_jest": "jest --clearCache",
"coverage": "jest --coverage --runInBand",
"test-loud": "jest --runInBand --verbose"
},
"dependencies": {
"@babel/preset-react": "^7.23.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/multimonth": "^6.1.9",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/resource-timeline": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@mui/base": "5.0.0-beta.21",
"@mui/material": "5.14.14",
"@mui/x-date-pickers": "6.16.3",
"@react-email/container": "0.0.8",
"@react-email/html": "0.0.4",
"@react-email/img": "0.0.5",
"@react-email/link": "0.0.5",
"@react-email/render": "0.0.7",
"@react-email/section": "0.0.9",
"@react-email/text": "0.0.5",
"@react-google-maps/api": "^2.19.2",
"@supabase/auth-helpers-nextjs": "0.7.2",
"@supabase/auth-helpers-react": "0.3.1",
"@supabase/auth-ui-react": "0.4.2",
"@supabase/auth-ui-shared": "0.1.6",
"@supabase/supabase-js": "2.21.0",
"@syncfusion/ej2-react-calendars": "^22.1.36",
"@types/react-dom": "18.2.4",
"accept-language": "3.0.18",
"autoprefixer": "10.4.14",
"chart.js": "4.3.0",
"classnames": "2.3.2",
"dayjs": "^1.11.10",
"emoji-picker-react": "4.4.12",
"encoding": "^0.1.13",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
"i18next": "22.4.15",
"i18next-resources-to-backend": "1.1.3",
"kind-of": "^6.0.3",
"next": "^13.5.6",
"next-i18next": "13.2.2",
"next-themes": "0.2.1",
"node-fetch": "^2.7.0",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.6",
"postcss": "8.4.23",
"react": "18.2.0",
"react-big-calendar": "^1.8.1",
"react-calendar": "4.3.0",
"react-chartjs-2": "5.2.0",
"react-circle-flags": "^0.0.19",
"react-datepicker": "^4.14.1",
"react-dom": "18.2.0",
"react-email": "1.9.5",
"react-hook-form": "^7.46.2",
"react-hot-toast": "^2.4.1",
"react-i18next": "12.3.0",
"react-icons": "^4.8.0",
"react-input-mask": "^3.0.0-alpha.2",
"react-intersection-observer": "^9.5.3",
"react-loading-skeleton": "^3.3.1",
"react-select": "^5.7.4",
"sass": "1.63.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@types/nodemailer": "^6.4.14",
"@types/react": "18.2.12",
"@types/react-big-calendar": "^1.6.4",
"@types/react-datepicker": "^4.11.2",
"@types/react-input-mask": "^3.0.2",
"@types/uuid": "^9.0.4",
"babel-jest": "^29.7.0",
"dotenv": "^16.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"supabase": "^1.100.1",
"ts-jest": "29.1.1",
"ts-node": "^10.9.1"
}
}