-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.97 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "isomorphic",
"version": "6.8.0",
"description": "A nextjs template to build dashboard",
"private": true,
"scripts": {
"clean": "rimraf -g \"{node_modules,.next,.cache}\"",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-icons": "node generate-icons-data.js",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.26.13",
"@googlemaps/js-api-loader": "^1.16.6",
"@headlessui/react": "^1.7.18",
"@paralleldrive/cuid2": "^2.2.2",
"@react-email/body": "0.0.8",
"@react-email/button": "0.0.15",
"@react-email/column": "0.0.10",
"@react-email/components": "^0.0.17",
"@react-email/container": "0.0.12",
"@react-email/head": "0.0.8",
"@react-email/heading": "0.0.12",
"@react-email/hr": "0.0.8",
"@react-email/html": "0.0.8",
"@react-email/img": "0.0.8",
"@react-email/link": "0.0.8",
"@react-email/preview": "0.0.9",
"@react-email/render": "0.0.13",
"@react-email/row": "0.0.8",
"@react-email/section": "0.0.12",
"@react-email/tailwind": "0.0.16",
"@react-email/text": "0.0.8",
"@t3-oss/env-nextjs": "^0.10.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.16.0",
"@uploadthing/react": "^6.5.3",
"ahooks": "^3.7.11",
"clsx": "^2.1.1",
"date-arithmetic": "^4.1.0",
"dayjs": "^1.11.11",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"framer-motion": "^11.1.9",
"fs-extra": "^11.2.0",
"glob": "^10.3.14",
"jotai": "2.8.0",
"lodash": "^4.17.21",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"nodemailer": "^6.9.13",
"pretty-bytes": "^6.1.1",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"rc-pagination": "^4.0.4",
"rc-rate": "^2.12.0",
"rc-slider": "^10.6.2",
"rc-table": "7.45.5",
"react": "18.3.1",
"react-big-calendar": "^1.12.1",
"react-calendar": "^5.0.0",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.5",
"react-countup": "^6.5.3",
"react-datepicker": "^6.9.0",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-email": "2.1.2",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-phone-input-2": "^2.15.1",
"react-player": "^2.16.0",
"react-quill": "^2.0.0",
"react-scroll": "^1.9.0",
"react-svg-worldmap": "2.0.0-alpha.16",
"react-to-print": "^2.15.1",
"react-use": "^17.5.0",
"recharts": "^2.12.7",
"resend": "^3.2.0",
"rizzui": "^0.8.4",
"sharp": "^0.33.3",
"simplebar-react": "^3.2.5",
"swiper": "^11.1.1",
"tailwind-merge": "^2.3.0",
"typescript": "5.4.5",
"uploadthing": "^6.10.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@hookform/resolvers": "^3.3.4",
"@tailwindcss/forms": "^0.5.7",
"@total-typescript/ts-reset": "^0.5.1",
"@types/date-arithmetic": "^4.1.4",
"@types/google.maps": "^3.55.8",
"@types/lodash": "^4.17.1",
"@types/node": "20.12.11",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.1",
"@types/react-big-calendar": "^1.8.9",
"@types/react-color": "^3.0.12",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.3.0",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.3"
},
"engines": {
"node": ">=20.11.1"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}