forked from zhuiyue132/local-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "mkdeditor-next",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.15.0",
"@bytemd/plugin-footnotes": "^1.12.4",
"@bytemd/plugin-frontmatter": "^1.15.0",
"@bytemd/plugin-gemoji": "^1.15.0",
"@bytemd/plugin-gfm": "^1.15.0",
"@bytemd/plugin-highlight": "^1.15.0",
"@bytemd/plugin-math": "^1.15.0",
"@bytemd/plugin-medium-zoom": "^1.15.0",
"@bytemd/plugin-mermaid": "^1.15.0",
"@bytemd/vue-next": "^1.15.0",
"axios": "^0.27.2",
"bytemd": "^1.15.0",
"dayjs": "^1.11.3",
"element-plus": "^2.2.4",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.5.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"katex": "^0.16.0",
"localforage": "^1.10.0",
"normalize.css": "^8.0.1",
"pinia": "^2.0.14",
"pinia-persistedstate-plugin": "^0.1.0",
"pinia-plugin-persistedstate-2": "^1.0.0",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.18.0",
"eslint-plugin-vue": "^9.1.1",
"less": "^4.1.2",
"less-loader": "^11.0.0",
"unplugin-auto-import": "^0.8.6",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.9"
}
}