-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
78 lines (78 loc) · 2.21 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
{
"name": "abeg-help-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check-types": "tsc --noEmit --pretty",
"prepare": "husky install"
},
"license": "AGPL-3.0",
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@marsidev/react-turnstile": "^0.5.1",
"@nextui-org/pagination": "^2.0.32",
"@nextui-org/theme": "^2.2.5",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@tiptap/extension-placeholder": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@tiptap/react": "^2.2.2",
"@tiptap/starter-kit": "^2.2.2",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"isomorphic-dompurify": "^2.3.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.309.0",
"next": "13.5.4",
"next-seo": "^6.5.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"react-day-picker": "^8.10.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.5",
"react-otp-input": "^3.1.1",
"react-simple-maps": "^3.0.0",
"recharts": "^2.12.4",
"socket.io-client": "^4.7.4",
"sonner": "^1.4.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.11.16",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-simple-maps": "^3.0.4",
"autoprefixer": "^10.4.17",
"husky": "^8.0.3",
"lint-staged": "^15.2.9",
"postcss": "^8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "5.4.3"
}
}