-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
97 lines (97 loc) · 3.32 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "siyuan-plugin-publisher",
"version": "1.29.2",
"description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more",
"repository": "terwer/siyuan-plugin-publisher",
"homepage": "https://github.com/terwer/siyuan-plugin-publisher",
"author": "terwer",
"license": "MIT",
"scripts": {
"makeLink": "python scripts/make_dev_link.py",
"serve": "python scripts/serve.py",
"dev": "python scripts/dev.py",
"test": "vitest",
"lint": "vue-tsc --noEmit",
"coverage": "vitest run --coverage",
"build": "python scripts/build.py",
"pluginBuild": "python scripts/plugin_build.py",
"siyuanBuild": "python scripts/siyuan_build.py",
"vercelBuild": "python3 scripts/vercel_build.py",
"nginxBuild": "python scripts/nginx_build.py",
"widgetBuild": "python scripts/widget_build.py",
"extBuild": "python scripts/ext_build.py",
"syncVersion": "python scripts/version.py",
"parseChangelog": "python scripts/parse_changelog.py",
"prepareRelease": "pnpm syncVersion && pnpm parseChangelog",
"package": "pnpm build && pnpm widgetBuild && pnpm extBuild && pnpm extBuild -t firefox && pnpm nginxBuild",
"syncWidgetRepo": "python scripts/sync_widget_repo.py"
},
"devDependencies": {
"@halo-dev/api-client": "^2.20.0",
"@terwer/esbuild-config-custom": "2.0.0",
"@terwer/eslint-config-custom": "^1.3.6",
"@types/crypto-js": "^4.2.2",
"@types/iframe-resizer": "^3.5.13",
"@types/katex": "^0.16.7",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.66",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.3",
"fast-glob": "^3.3.2",
"jsdom": "^25.0.1",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.64.0",
"typescript": "5.6.2",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"vercel": "^39.1.2",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^1.6.0",
"vue-tsc": "2.0.29"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.276",
"@vueuse/components": "^11.3.0",
"@vueuse/core": "^11.3.0",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0",
"cookie-parse": "^0.4.0",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.8",
"iframe-resizer": "^5.3.2",
"js-base64": "^3.7.7",
"katex": "^0.16.11",
"lodash-es": "^4.17.21",
"pinia": "^2.2.6",
"shorthash2": "^1.0.5",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^1.0.6",
"telegraph.md": "^0.0.1",
"unplugin-icons": "^0.20.1",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.5.0",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.67.1",
"zhi-common": "^1.33.0",
"zhi-device": "^2.11.0",
"zhi-fetch-middleware": "^0.12.0",
"zhi-github-middleware": "^0.5.0",
"zhi-gitlab-middleware": "^0.10.0",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.24.0",
"zhi-siyuan-picgo": "1.11.6",
"zhi-xmlrpc-middleware": "^0.6.21"
},
"packageManager": "[email protected]"
}