-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.66 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "eventory-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx tsc --noemit && next lint"
},
"type": "module",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/x-date-pickers": "^7.7.1",
"@mui/x-date-pickers-pro": "^7.7.1",
"@nextui-org/autocomplete": "^2.1.1",
"@nextui-org/navbar": "^2.0.33",
"@nextui-org/react": "^2.4.2",
"@nextui-org/system": "^2.2.1",
"@nextui-org/theme": "^2.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.2.1",
"@reduxjs/toolkit": "^2.2.6",
"@tabler/icons-react": "^3.5.0",
"@tailwindcss/line-clamp": "^0.4.4",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date": "^2.0.5",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"embla-carousel": "^8.1.6",
"embla-carousel-autoplay": "^8.1.6",
"embla-carousel-react": "^8.1.6",
"framer-motion": "^11.5.4",
"fuzzysort": "^3.0.1",
"gsap": "^3.12.5",
"input-otp": "^1.2.4",
"jsonwebtoken": "^8.5.1",
"lucide-react": "^0.383.0",
"next": "^14.2.4",
"razorpay": "^2.9.4",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
"react-datepicker": "^6.9.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-resizable-panels": "^2.0.19",
"react-responsive": "^10.0.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"rsuite": "^5.65.0",
"sharp": "^0.33.4",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18",
"daisyui": "^4.12.2",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
],
"tailwindConfig": "./tailwind.config.ts",
"tailwindAttributes": [
"class",
"className"
]
}
}