-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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
{
"name": "vitepress-project",
"private": true,
"type": "module",
"main": "index.ts",
"version": "1.0.3",
"description": "This is a VitePress blog project",
"author": "Jack-DU",
"license": "MIT",
"keywords": [
"blog"
],
"repository": {
"type": "git",
"url": "https://github.com/durunsong/my-blog.git"
},
"scripts": {
"dev": "vitepress dev docs --host",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"vitepress": "^1.5.0",
"vue": "^3.5.13"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@iconify/json": "^2.2.281",
"@mdit-vue/shared": "^2.1.3",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vueuse/core": "^12.0.0",
"markdown-it-mathjax3": "^4.3.2",
"md5": "^2.3.0",
"medium-zoom": "^1.1.0",
"sass": "^1.83.0",
"unocss": "^0.65.1",
"vite-plugin-markdown-preview": "^1.1.1",
"vitepress-theme-demoblock-fork": "^3.0.7"
}
}