-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.16 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.16 KB
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
{
"name": "m1ra-rent",
"version": "0.3.7",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"commit:all": "git add . && cz",
"prepare": "husky install",
"release": "standard-version && git push --follow-tags origin master",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@arcjet/inspect": "^1.0.0-beta.7",
"@arcjet/next": "^1.0.0-beta.7",
"@clerk/nextjs": "^6.19.3",
"@google/generative-ai": "^0.24.1",
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.0.1",
"@prisma/client": "^6.12.0",
"@prisma/extension-accelerate": "^1.3.0",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-slider": "^1.3.4",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.11",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@vercel/analytics": "^1.5.0",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"embla-carousel-react": "^8.6.0",
"gsap": "^3.13.0",
"lucide-react": "^0.510.0",
"next": "15.3.8",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.8.16",
"react": "18.2.0",
"react-dadata": "^2.28.0-beta.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.56.4",
"react-use": "^17.6.0",
"resend": "^4.7.0",
"scroll-trigger": "^1.0.0",
"sonner": "^2.0.3",
"tailwind-animate": "^0.2.10",
"tailwind-merge": "^3.3.0",
"uuid": "^11.1.0",
"vercel": "^44.5.0",
"zod": "^3.25.23",
"zustand": "^5.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^15.3.3",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.4.0",
"depcheck": "^1.4.7",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"husky": "^8.0.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jsdom": "^26.1.0",
"prisma": "^6.12.0",
"standard-version": "^9.5.0",
"supabase": "^2.22.12",
"tailwindcss": "^4",
"text-encoding": "^0.7.0",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.2.9",
"typescript": "^5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}