forked from bL34cHig0/abeg-help-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.93 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.93 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
{
"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",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@marsidev/react-turnstile": "^0.5.1",
"@radix-ui/react-avatar": "^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-select": "^2.0.0",
"@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",
"apexcharts": "^3.46.0",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"isomorphic-dompurify": "^2.3.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": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-otp-input": "^3.1.1",
"react-simple-maps": "^3.0.0",
"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.10",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-simple-maps": "^3.0.4",
"autoprefixer": "^10.4.17",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}