Skip to content

Commit 8fdb31b

Browse files
committed
feat(new tool): Unicode Search
Fix CorentinTh#735
1 parent 6709498 commit 8fdb31b

File tree

7 files changed

+799
-1
lines changed

7 files changed

+799
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@
4141
"@tiptap/pm": "2.1.6",
4242
"@tiptap/starter-kit": "2.1.6",
4343
"@tiptap/vue-3": "2.0.3",
44-
"@types/markdown-it": "^13.0.7",
4544
"@types/figlet": "^1.5.8",
45+
"@types/markdown-it": "^13.0.7",
46+
"@types/utf8": "^3.0.3",
47+
"@unicode/unicode-15.1.0": "^1.6.0",
4648
"@vicons/material": "^0.12.0",
4749
"@vicons/tabler": "^0.12.0",
4850
"@vueuse/core": "^10.3.0",
@@ -89,6 +91,7 @@
8991
"ulid": "^2.3.0",
9092
"unicode-emoji-json": "^0.4.0",
9193
"unplugin-auto-import": "^0.16.4",
94+
"utf8": "^3.0.0",
9295
"uuid": "^9.0.0",
9396
"vue": "^3.3.4",
9497
"vue-i18n": "^9.9.1",
@@ -136,6 +139,7 @@
136139
"unplugin-icons": "^0.17.0",
137140
"unplugin-vue-components": "^0.25.0",
138141
"vite": "^4.4.9",
142+
"vite-plugin-node-polyfills": "^0.22.0",
139143
"vite-plugin-pwa": "^0.16.0",
140144
"vite-plugin-vue-markdown": "^0.23.5",
141145
"vite-svg-loader": "^4.0.0",

0 commit comments

Comments
 (0)