- Created a new README.md file detailing CLI commands for synchronization and usage. - Added a section discussing the potential of real-time voice commands in daily life. - Introduced a new slides.md file for a presentation on "超级桌面生活指令" (Super Desktop Life Commands). - Included background and theme settings for the presentation slides.
28 lines
794 B
JSON
28 lines
794 B
JSON
{
|
|
"name": "relatime-work-slide",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"basename": "/root/relatime-work-slide",
|
|
"scripts": {
|
|
"dev": "slidev --open slides.md --remote",
|
|
"build": "slidev build slides.md --base /root/relatime-work-slide/",
|
|
"pub": "envision deploy ./dist -k relatime-work-slide -v 0.0.1 -u"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.26.1",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@slidev/cli": "^52.11.1",
|
|
"@slidev/client": "^52.11.1",
|
|
"@slidev/theme-default": "^0.25.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"dayjs": "^1.11.19",
|
|
"es-toolkit": "^1.43.0"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.26"
|
|
}
|
|
} |