-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 5.05 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
{
"name": "polaris-admin-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install",
"cspell:check": "cspell \"**\""
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.2",
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/icons": "^5.3.7",
"@ariakit/react": "^0.4.7",
"@iconify/react": "^4.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.17.1",
"@tanstack/react-query-devtools": "^5.17.1",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-font-family": "^2.4.0",
"@tiptap/extension-heading": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-history": "^2.4.0",
"@tiptap/extension-text-align": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@udecode/cn": "^33.0.0",
"@udecode/plate-alignment": "^34.0.0",
"@udecode/plate-autoformat": "^34.0.0",
"@udecode/plate-basic-marks": "^34.0.0",
"@udecode/plate-block-quote": "^34.0.0",
"@udecode/plate-break": "^34.0.0",
"@udecode/plate-caption": "^34.1.0",
"@udecode/plate-code-block": "^35.0.0",
"@udecode/plate-combobox": "^34.0.8",
"@udecode/plate-comments": "^34.0.0",
"@udecode/plate-common": "^35.3.2",
"@udecode/plate-dnd": "^34.0.0",
"@udecode/plate-emoji": "^34.0.8",
"@udecode/plate-excalidraw": "^34.0.0",
"@udecode/plate-floating": "^34.1.1",
"@udecode/plate-font": "^34.0.0",
"@udecode/plate-heading": "^34.0.7",
"@udecode/plate-highlight": "^34.0.0",
"@udecode/plate-horizontal-rule": "^34.0.0",
"@udecode/plate-indent": "^34.0.0",
"@udecode/plate-indent-list": "^34.0.0",
"@udecode/plate-juice": "^34.0.0",
"@udecode/plate-kbd": "^34.0.0",
"@udecode/plate-layout": "^34.0.0",
"@udecode/plate-line-height": "^34.0.0",
"@udecode/plate-link": "^35.2.0",
"@udecode/plate-list": "^34.0.0",
"@udecode/plate-media": "^34.1.0",
"@udecode/plate-mention": "^34.0.8",
"@udecode/plate-node-id": "^34.0.0",
"@udecode/plate-paragraph": "^34.0.0",
"@udecode/plate-reset-node": "^34.0.0",
"@udecode/plate-resizable": "^34.0.0",
"@udecode/plate-select": "^34.0.0",
"@udecode/plate-selection": "^35.3.0",
"@udecode/plate-serializer-csv": "^35.2.0",
"@udecode/plate-serializer-docx": "^35.2.0",
"@udecode/plate-serializer-md": "^34.0.0",
"@udecode/plate-tabbable": "^34.0.0",
"@udecode/plate-table": "^35.2.0",
"@udecode/plate-toggle": "^34.0.0",
"@udecode/plate-trailing-block": "^34.0.0",
"ahooks": "^3.7.8",
"antd": "^5.12.7",
"axios": "^1.6.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"cropperjs": "^1.6.1",
"date-fns": "^3.6.0",
"exceljs": "^4.4.0",
"icons": "link:@types/@ant-design/icons",
"immer": "^10.0.3",
"lucide-react": "^0.400.0",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "^2.4.0",
"react-router-dom": "^6.21.1",
"react-tweet": "^3.2.1",
"sass": "^1.69.7",
"slate-react": "^0.106.0",
"socket.io-client": "^4.7.3",
"spark-md5": "^3.0.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-immer": "^0.9.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify/json": "^2.2.164",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^20.10.6",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.4",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/spark-md5": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.33",
"prettier": "3.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.1",
"vite": "^5.0.10"
}
}