-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.42 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "mo7_obsidian_data",
"version": "1.4.6",
"description": "墨七的 Obsidian 笔记仓库。",
"license": "MIT",
"author": "墨七",
"type": "module",
"scripts": {
"dev": "vuepress-vite dev src --clean-cache",
"build": "vuepress-vite build src",
"update-package": "bun x vp-update",
"weekly": "bun .vscode/mo7_script/weekly.ts",
"sync": "bun .vscode/mo7_script/git-sync.ts",
"deploy": "bun .vscode/mo7_script/deploy.ts",
"open": "bun .vscode/mo7_script/open-source.ts",
"preview": "go run .vscode/mo7_script/static_serve.go",
"pm2-start": "bun .vscode/mo7_script/pm2_serve_start.ts",
"clear-dir": "rm -rf .cache dist .trash node_modules pnpm-lock.yaml bun.lockb bun.lock go.sum package-lock.json"
},
"devDependencies": {
"@types/bun": "^1.2.2",
"@types/cheerio": "^0.22.35",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-feed": "2.0.0-rc.74",
"@vuepress/plugin-pwa": "2.0.0-rc.76",
"@vuepress/plugin-redirect": "2.0.0-rc.74",
"@vuepress/plugin-slimsearch": "2.0.0-rc.74",
"@waline/client": "^3.5.1",
"aplayer": "^1.10.1",
"art-template": "^4.13.2",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"sass-embedded": "^1.83.4",
"store": "^2.0.12",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.71"
}
}