-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 753 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
{
"name": "blog-cloudflare",
"description": "Mango's Personal Blog on CloudFlare",
"version": "1.0.0",
"license": "AGPL-v3.0",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "vuepress-vite dev docs",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/helper": "2.0.0-rc.112",
"@vuepress/plugin-redirect": "2.0.0-rc.112",
"@vuepress/plugin-search": "2.0.0-rc.112",
"sass": "^1.89.2",
"sqlite3": "^5.1.7",
"vidstack": "^1.12.13",
"vue": "^3.5.17",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-hope": "2.0.0-rc.94"
}
}