-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 845 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
{
"name": "ayusummer-dailyNotes",
"description": "233 daily notes",
"repository": {
"type": "git",
"url": "[email protected]:Ayusummer/DailyNotes.git"
},
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"scripts": {
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs --port 9211",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/plugin-feed": "2.0.0-rc.18",
"@vuepress/plugin-seo": "2.0.0-rc.18",
"@vuepress/plugin-sitemap": "2.0.0-rc.18",
"katex": "^0.16.10",
"mermaid": "^10.8.0",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-plugin-search-pro": "2.0.0-rc.27",
"vuepress-theme-hope": "2.0.0-rc.27"
}
}