-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 789 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 789 Bytes
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
{
"name": "echo0d-notes",
"version": "2.0.0",
"description": "echo0d-notes",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git@github.com:echo0d/DailyNotes.git"
},
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-feed": "2.0.0-rc.18",
"@vuepress/plugin-seo": "2.0.0-rc.18",
"@vuepress/plugin-sitemap": "2.0.0-rc.18",
"mddir": "^1.1.1",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-search-pro": "2.0.0-rc.27",
"vuepress-theme-hope": "2.0.0-rc.27"
}
}