forked from HarshSharmaIN/keeper-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.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
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@google-cloud/firestore": "^7.11.3",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.1.1",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.14",
"@react-oauth/google": "^0.12.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.11",
"autoprefixer": "^10.4.21",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"firebase": "^11.10.0",
"framer-motion": "^12.23.6",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"lottie-react": "^2.4.1",
"lucide-react": "^0.525.0",
"postcss": "^8.5.6",
"quill-image-resize-module": "^3.0.0",
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.60.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.16.0",
"react-modal": "^3.16.1",
"react-phone-number-input": "^3.4.12",
"react-quill": "^2.0.0",
"react-router-dom": "^6.22.3",
"react-signature-canvas": "^1.1.0-alpha.2",
"sonner": "^2.0.6",
"tailwindcss": "^4.1.11",
"vaul": "^1.1.2",
"zod": "^4.0.5"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.6"
}
}