-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 906 Bytes
/
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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"busuanzi.pure.js": "^1.0.3",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-checkbox": "^1.0.6",
"medium-zoom": "^1.1.0",
"vite": "^5.2.13",
"vitepress": "^1.2.2",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-theme-website": "^1.0.8",
"vue": "^3.4.27"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"@vue/runtime-core": "^3.4.27"
}
}