life-notes/package.json

21 lines
516 B
JSON
Raw Normal View History

2025-02-19 10:05:40 +08:00
{
"name": "life-notes",
"description": "日常笔记",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
2025-02-19 16:15:10 +08:00
"build": "vuepress-vite build src",
"clean-dev": "vuepress-vite dev src --clean-cache",
"dev": "vuepress-vite dev src",
"update-package": "pnpm dlx vp-update"
2025-02-19 10:05:40 +08:00
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"sass-embedded": "^1.83.0",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.71"
}
}