-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
145 lines (145 loc) · 5.47 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "hikka",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"email": "email dev --dir src/emails",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@ariakit/react": "^0.4.15",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@hookform/resolvers": "^3.9.1",
"@marsidev/react-turnstile": "^1.0.2",
"@mobily/ts-belt": "^3.13.1",
"@next/bundle-analyzer": "15.1.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-primitive": "^2.0.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-email/components": "0.0.28",
"@react-hook/resize-observer": "^2.0.2",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@types/node": "20.9.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@udecode/cn": "^40.2.8",
"@udecode/plate-autoformat": "^40.0.0",
"@udecode/plate-basic-elements": "^40.3.4",
"@udecode/plate-basic-marks": "^40.0.0",
"@udecode/plate-block-quote": "^40.0.0",
"@udecode/plate-break": "^40.0.0",
"@udecode/plate-combobox": "^40.0.0",
"@udecode/plate-common": "40.3.1",
"@udecode/plate-diff": "^40.0.0",
"@udecode/plate-emoji": "^40.0.0",
"@udecode/plate-link": "^40.0.0",
"@udecode/plate-list": "^40.0.0",
"@udecode/plate-markdown": "^40.2.2",
"@udecode/plate-reset-node": "^40.0.0",
"@udecode/plate-select": "^40.0.0",
"@udecode/plate-selection": "^40.2.9",
"@udecode/plate-trailing-block": "^40.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.3.1",
"i18next": "^23.16.5",
"lucide-react": "^0.456.0",
"marked": "^12.0.1",
"next": "15.1.0",
"next-nprogress-bar": "^2.3.14",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.3",
"notistack": "^3.0.1",
"postcss": "8.4.47",
"react": "19.0.0",
"react-avatar-editor": "^13.0.2",
"react-dom": "19.0.0",
"react-dropzone": "^14.3.5",
"react-email": "2.1.5",
"react-hook-form": "^7.53.2",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-number-format": "^5.4.2",
"react-snowfall": "^2.2.0",
"rehype-external-links": "^3.0.0",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-emoji": "^5.0.1",
"remark-mentions": "^1.1.0",
"remark-parse": "^11.0.0",
"sharp": "^0.33.5",
"slate": "^0.112.0",
"slate-dom": "^0.111.0",
"slate-history": "^0.110.3",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.112.0",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5",
"vaul": "^1.1.1",
"xml-js": "^1.6.11",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@iconify/json": "^2.2.270",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react-avatar-editor": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"autoprefixer": "10.4.15",
"eslint": "^8.49.0",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"typescript": "5.7.2",
"unplugin-icons": "^0.20.1"
},
"packageManager": "[email protected]",
"resolutions": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}