-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
171 lines (171 loc) · 6.03 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "mqshop-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vite --mode test",
"prod": "vite --mode production",
"build": "tsc && vite build",
"ts": "tsc --noEmit",
"lint": "eslint src --fix --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"plugin-build": "esbuild src/plugins/demo/router.tsx --bundle --outdir=dist --define:process.env.NODE_ENV='production'"
},
"dependencies": {
"@ariakit/react": "^0.4.7",
"@faker-js/faker": "^8.4.1",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@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-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@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.0.7",
"@tabler/icons-react": "^3.2.0",
"@tanstack/react-table": "^8.16.0",
"@tiptap/extension-character-count": "^2.5.5",
"@tiptap/extension-document": "^2.5.6",
"@tiptap/extension-dropcursor": "^2.5.6",
"@tiptap/extension-highlight": "^2.5.5",
"@tiptap/extension-image": "^2.5.5",
"@tiptap/extension-link": "^2.5.5",
"@tiptap/extension-table": "^2.5.5",
"@tiptap/extension-table-cell": "^2.5.5",
"@tiptap/extension-table-header": "^2.5.5",
"@tiptap/extension-table-row": "^2.5.5",
"@tiptap/extension-task-item": "^2.5.5",
"@tiptap/extension-task-list": "^2.5.5",
"@tiptap/pm": "^2.5.5",
"@tiptap/react": "^2.5.5",
"@tiptap/starter-kit": "^2.5.5",
"@udecode/cn": "^33.0.0",
"@udecode/plate-alignment": "^36.0.0",
"@udecode/plate-autoformat": "^36.0.0",
"@udecode/plate-basic-marks": "^36.0.0",
"@udecode/plate-block-quote": "^36.0.0",
"@udecode/plate-break": "^36.0.0",
"@udecode/plate-caption": "^36.0.0",
"@udecode/plate-code-block": "^36.0.0",
"@udecode/plate-combobox": "^36.0.0",
"@udecode/plate-comments": "^36.0.0",
"@udecode/plate-common": "^36.0.6",
"@udecode/plate-dnd": "^36.0.8",
"@udecode/plate-emoji": "^36.0.0",
"@udecode/plate-excalidraw": "^36.0.0",
"@udecode/plate-floating": "^36.0.0",
"@udecode/plate-font": "^36.0.0",
"@udecode/plate-heading": "^36.0.9",
"@udecode/plate-highlight": "^36.0.0",
"@udecode/plate-horizontal-rule": "^36.0.0",
"@udecode/plate-indent": "^36.0.0",
"@udecode/plate-indent-list": "^36.0.1",
"@udecode/plate-juice": "^36.0.0",
"@udecode/plate-kbd": "^36.0.0",
"@udecode/plate-layout": "^36.0.0",
"@udecode/plate-line-height": "^36.0.0",
"@udecode/plate-link": "^36.0.0",
"@udecode/plate-list": "^36.0.0",
"@udecode/plate-media": "^36.0.0",
"@udecode/plate-mention": "^36.0.0",
"@udecode/plate-node-id": "^36.0.0",
"@udecode/plate-paragraph": "^36.0.0",
"@udecode/plate-reset-node": "^36.0.0",
"@udecode/plate-resizable": "^36.0.0",
"@udecode/plate-select": "^36.0.0",
"@udecode/plate-selection": "^36.0.8",
"@udecode/plate-serializer-csv": "^36.0.0",
"@udecode/plate-serializer-docx": "^36.0.9",
"@udecode/plate-serializer-md": "^36.0.7",
"@udecode/plate-tabbable": "^36.0.0",
"@udecode/plate-table": "^36.0.0",
"@udecode/plate-toggle": "^36.0.0",
"@udecode/plate-trailing-block": "^36.0.0",
"ahooks": "^3.7.11",
"ai": "^3.2.37",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"esbuild": "^0.21.1",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-localstorage-cache": "^1.1.1",
"immer": "^10.1.1",
"lowlight": "^3.1.0",
"lucide-react": "^0.376.0",
"next-themes": "^0.3.0",
"novel": "^0.5.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.1",
"react-lite-youtube-embed": "^2.4.0",
"react-markdown": "^9.0.1",
"react-photo-view": "^1.2.6",
"react-router-dom": "^6.23.0",
"react-tooltip": "^5.27.0",
"react-tweet": "^3.2.1",
"recharts": "^2.12.6",
"remixicon": "^4.3.0",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.107.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.2",
"use-immer": "^0.9.0",
"vaul": "^0.9.1",
"vite-plugin-top-level-await": "^1.4.1",
"zod": "^3.23.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/jest": "^29.5.14",
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"sass": "^1.77.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.4.11"
}
}