-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {
"@bytemd/plugin-gfm": "1.14.0",
"@bytemd/plugin-highlight": "1.14.0",
"@bytemd/vue-next": "1.14.0",
"@vueuse/core": "8.4.2",
"@vueuse/head": "0.7.6",
"bytemd": "1.13.1",
"github-markdown-css": "5.1.0",
"highlight.js": "11.5.1",
"html-22-md": "^0.5.8",
"nprogress": "0.2.0",
"vue": "3.2.33",
"vue-router": "4.0.15"
},
"devDependencies": {
"@hongbusi/eslint-config": "0.2.2",
"@iconify-json/carbon": "1.1.4",
"@types/node": "17.0.31",
"@types/nprogress": "0.2.0",
"@unocss/reset": "0.33.1",
"@vitejs/plugin-vue": "2.3.2",
"critters": "0.0.16",
"eslint": "8.15.0",
"typescript": "4.6.4",
"unocss": "0.33.1",
"unplugin-auto-import": "0.7.1",
"unplugin-vue-components": "0.19.3",
"vite": "2.9.8",
"vite-plugin-pages": "0.23.0",
"vite-plugin-vue-layouts": "0.6.0",
"vite-ssg": "0.20.0",
"vue-tsc": "0.34.11"
}
}