-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
70 lines (70 loc) · 1.95 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
{
"name": "happyboot-tiger",
"private": true,
"version": "1.3.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",
"doc": "standard-version"
},
"engines": {
"node": "20"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@codecoderun/vivid": "^0.0.23",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^8.0.1",
"animate.css": "^4.1.1",
"array-move": "^4.0.0",
"axios": "^1.6.8",
"bytemd": "^1.21.0",
"cropperjs": "^1.6.0",
"echarts": "^5.4.3",
"github-markdown-css": "^5.5.1",
"happykit": "^2.2.5",
"highlight.js": "^11.8.0",
"jszip": "^3.10.1",
"katex": "^0.16.4",
"lodash-es": "^4.17.21",
"lowlight": "^2.8.0",
"mammoth": "^1.7.1",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"naive-ui": "^2.40.0",
"print-js": "^1.6.0",
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"remixicon": "^3.7.0",
"sortablejs": "^1.15.6",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"xgplayer": "^2.32.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"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",
"standard-version": "^9.5.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vfonts": "^0.0.3",
"vite": "^6.0.6",
"vite-plugin-eslint2": "^4.3.1"
}
}