forked from wechat-article/wechat-article-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.03 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.03 KB
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
{
"name": "wechat-article-exporter",
"version": "2.3.13",
"type": "module",
"scripts": {
"debug": "nuxt dev --inspect",
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "NITRO_PRESET=cloudflare_pages nuxt build && npx wrangler --cwd dist pages dev",
"format": "biome check --write",
"postinstall": "nuxt prepare",
"docker:build": "docker build --build-arg VERSION=$npm_package_version -t ghcr.io/wechat-article/wechat-article-exporter:$npm_package_version .",
"docker:publish": "docker push ghcr.io/wechat-article/wechat-article-exporter:$npm_package_version"
},
"dependencies": {
"@ag-grid-community/locale": "^34.0.0",
"@iconify-json/famicons": "^1.2.0",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/heroicons-solid": "^1.2.1",
"@nuxt/icon": "^1.3.1",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@sentry/nuxt": "^10.27.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"ag-grid-enterprise": "^34.0.0",
"ag-grid-vue3": "^34.0.0",
"cheerio": "^1.1.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.12",
"defu": "^6.1.4",
"dexie": "^4.0.11",
"dompurify": "^3.2.5",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"happy-dom": "^20.1.0",
"highlight.js": "^11.11.1",
"jszip": "^3.10.1",
"lucide-vue-next": "^0.441.0",
"mime": "^4.0.4",
"monaco-editor": "^0.54.0",
"nuxt": "^3.12.3",
"nuxt-monaco-editor": "1.4.0",
"nuxt-umami": "3.2.1",
"p-queue": "^8.0.1",
"turndown": "^7.2.0",
"uuid": "^11.0.3",
"v-calendar": "^3.1.2",
"vue": "^3.5.22",
"vue-shadow-dom": "^4.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@types/file-saver": "^2.0.7",
"@types/turndown": "^5.0.5",
"prettier": "^3.5.2",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=22"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}