-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
75 lines (75 loc) · 2.57 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
{
"name": "happyboot-tiger",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite --mode dev",
"build-test": "vite build --mode test",
"build-prod": "vite build --mode prod",
"preview": "vite preview",
"lint": "eslint src/**/*.{js,vue,demo.vue} --fix"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.17.2",
"@bytemd/plugin-frontmatter": "^1.17.2",
"@bytemd/plugin-gemoji": "^1.17.2",
"@bytemd/plugin-gfm": "^1.17.2",
"@bytemd/plugin-highlight": "^1.17.2",
"@bytemd/plugin-math": "^1.17.2",
"@bytemd/plugin-medium-zoom": "^1.17.2",
"@bytemd/plugin-mermaid": "^1.17.2",
"@bytemd/vue-next": "^1.17.2",
"@tiptap/extension-character-count": "^2.0.0-beta.31",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.73",
"@tiptap/extension-color": "^2.0.0-beta.12",
"@tiptap/extension-highlight": "^2.0.0-beta.35",
"@tiptap/extension-image": "^2.0.0-beta.30",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-subscript": "^2.0.0-beta.13",
"@tiptap/extension-superscript": "^2.0.0-beta.13",
"@tiptap/extension-table": "^2.0.0-beta.54",
"@tiptap/extension-table-cell": "^2.0.0-beta.23",
"@tiptap/extension-table-header": "^2.0.0-beta.25",
"@tiptap/extension-table-row": "^2.0.0-beta.22",
"@tiptap/extension-task-item": "^2.0.0-beta.37",
"@tiptap/extension-task-list": "^2.0.0-beta.29",
"@tiptap/extension-text-align": "^2.0.0-beta.31",
"@tiptap/extension-text-style": "^2.0.0-beta.26",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^8.0.1",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"cropperjs": "^1.5.12",
"echarts": "^5.3.1",
"github-markdown-css": "^5.1.0",
"happykit": "^2.0.1",
"highlight.js": "^11.6.0",
"jszip": "^3.10.0",
"katex": "^0.16.0",
"lowlight": "^2.7.0",
"naive-ui": "^2.32.2",
"print-js": "^1.6.0",
"qrcode": "^1.5.0",
"qs": "^6.10.5",
"remixicon": "^2.5.0",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"xgplayer": "^2.31.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.1.1",
"vfonts": "^0.0.3",
"vite": "^2.8.0",
"vite-plugin-eslint": "^1.6.1"
}
}