-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.55 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
{
"name": "slack-export",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@faker-js/faker": "^7.3.0",
"@iconify/vue": "^3.1.2",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-mention": "^2.0.0-beta.95",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
"@tiptap/extension-placeholder": "^2.0.0-beta.47",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/starter-kit": "^2.0.0-beta.180",
"@tiptap/vue-3": "^2.0.0-beta.90",
"buffer": "^6.0.3",
"dayjs": "^1.10.7",
"debounce-promise": "^3.1.2",
"emoji-js": "^3.6.0",
"flexsearch": "^0.7.21",
"js-binary": "^1.2.0",
"jszip": "^3.7.1",
"libarchive.js": "^1.3.0",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"patch-package": "^6.4.7",
"pinia": "^2.0.9",
"sanitize-html": "^2.6.1",
"tippy.js": "^6.3.7",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.13",
"v3-infinite-loading": "^1.0.1",
"vue": "^3.2.25",
"vue-observe-visibility": "^1.0.0",
"vue-router": "4",
"vue3-popper": "^1.4.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.16.0",
"@types/emoji-js": "^3.5.0",
"@types/libarchive.js": "^1.3.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.9",
"@vitejs/plugin-vue": "^2.0.0",
"eslint": "^8.2.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
}
}