-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.26 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
76
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite --port 3333",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@vueuse/core": "^10.10.0",
"dayjs": "^1.11.11",
"element-plus": "^2.5.6",
"floating-vue": "^5.2.2",
"nprogress": "^0.2.0",
"vue": "^3.4.27",
"vue-router": "4.2.5",
"vue-router-better-scroller": "^0.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@iconify/json": "^2.2.215",
"@mdit/plugin-img-size": "^0.8.0",
"@mdit/plugin-tasklist": "^0.8.0",
"@octokit/rest": "^20.0.2",
"@shikijs/markdown-it": "^1.6.1",
"@shikijs/twoslash": "^1.6.1",
"@shikijs/transformers": "^1.6.1",
"@types/diacritics": "^1.3.3",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it-container": "^2.0.9",
"@types/markdown-it-emoji": "^2.0.4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/prompts": "^2.4.9",
"@unhead/vue": "^1.9.11",
"@unocss/reset": "^0.60.3",
"@vitejs/plugin-vue": "^5.0.4",
"@waline/client": "^3.0.1",
"axios": "^1.6.7",
"cross-env": "^7.0.3",
"diacritics": "^1.3.0",
"eslint": "^9.3.0",
"eslint-plugin-format": "^0.1.1",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-github-alerts": "^0.3.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-table-of-contents": "^0.6.0",
"nanoid": "^5.0.5",
"p5i": "^0.5.0",
"pnpm": "^9.1.1",
"prompts": "^2.4.2",
"shiki": "^1.6.1",
"typescript": "^5.4.5",
"unocss": "^0.60.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.8.8",
"vite": "^5.2.12",
"vite-plugin-inspect": "^0.8.4",
"vite-ssg": "^0.23.7",
"vite-svg-loader": "^5.1.0"
}
}