-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "aixcyi-blog-press",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"docs:dev": "vitepress dev --host 0.0.0.0",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview --host 0.0.0.0"
},
"dependencies": {
"@date-fns/utc": "^2.1.0",
"date-fns": "^4.1.0",
"element-plus": "^2.9.1",
"vite-plugin-style-import": "^2.0.0",
"vitepress": "^1.6.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify/vue": "^4.2.0",
"@napi-rs/pinyin": "^1.7.5",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/language-server": "^2.2.0",
"@vue/tsconfig": "^0.7.0",
"glob": "^11.0.1",
"gray-matter": "^4.0.3",
"markdown-it-mathjax3": "^4.3.2",
"path-to-regexp": "^8.2.0",
"sass": "^1.83.4",
"sass-loader": "^16.0.4",
"typescript": "~5.6.2",
"vite": "^6.1.0",
"vitepress-plugin-group-icons": "^1.3.6",
"vue-tsc": "^2.2.0"
}
}