-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 971 Bytes
/
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
{
"name": "find-your-rent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/carousel": "7.1.7",
"@mantine/core": "7.1.7",
"@mantine/dropzone": "7.1.7",
"@mantine/hooks": "7.1.7",
"@mantine/notifications": "7.1.7",
"@prisma/client": "5.5.2",
"@supabase/supabase-js": "2.38.4",
"bcryptjs": "2.4.3",
"embla-carousel-react": "7.0.0",
"jsonwebtoken": "8.5.1",
"next": "14.0.1",
"react": "18",
"react-dom": "18",
"react-icons": "4.11.0",
"react-infinite-scroll-component": "6.1.0",
"uuid": "9.0.1"
},
"devDependencies": {
"autoprefixer": "10.0.1",
"eslint": "8",
"eslint-config-next": "14.0.1",
"postcss": "8.4.31",
"postcss-preset-mantine": "1.9.0",
"postcss-simple-vars": "7.0.1",
"prisma": "5.5.2",
"tailwindcss": "3.3.0"
}
}