forked from btjawa/BiliTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.11 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.11 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
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
{
"name": "@btjawa/bilitools",
"version": "1.4.4",
"description": "A cross-platform bilibili toolbox",
"homepage": "https://github.com/btjawa/BiliTools#readme",
"bugs": {
"url": "https://github.com/btjawa/BiliTools/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btjawa/BiliTools.git"
},
"license": "GPL-3.0-or-later",
"author": "btjawa",
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "cross-env RUST_BACKTRACE=1 tauri dev",
"build": "tauri build",
"build:debug": "tauri build --debug",
"web:dev": "vite",
"web:build": "vue-tsc --noEmit && vite build",
"web:preview": "vite preview",
"docs:dev": "pnpm --filter @btjawa/bilitools-docs dev",
"docs:build": "pnpm --filter @btjawa/bilitools-docs build",
"docs:preview": "pnpm --filter @btjawa/bilitools-docs preview",
"clippy": "cargo clippy --manifest-path ./src-tauri/Cargo.toml --all-targets --all-features -- -D warnings",
"rustfmt:check": "cargo fmt --manifest-path ./src-tauri/Cargo.toml --check",
"rustfmt": "cargo fmt --manifest-path ./src-tauri/Cargo.toml",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"ci:updatelog": "node scripts/updatelog.mjs",
"ci:binaries": "node scripts/binaries.mjs",
"ci:close-issues": "node scripts/close-issues.mjs"
},
"dependencies": {
"@bufbuild/protobuf": "^2.7.0",
"@tailwindcss/vite": "^4.1.12",
"@tauri-apps/api": "2.7.0",
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
"@tauri-apps/plugin-dialog": "^2.3.2",
"@tauri-apps/plugin-http": "^2.5.1",
"@tauri-apps/plugin-log": "^2.6.0",
"@tauri-apps/plugin-opener": "^2.4.0",
"@tauri-apps/plugin-os": "^2.3.0",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-updater": "^2.9.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vuepic/vue-datepicker": "^11.0.2",
"dayjs": "^1.11.13",
"jsencrypt": "^3.5.4",
"md5": "^2.3.0",
"p-limit": "^7.0.0",
"pinia": "^3.0.3",
"qrcode-generator": "^2.0.4",
"source-map-js": "^1.2.1",
"stacktrace-js": "^2.0.2",
"virtua": "^0.42.0",
"vue": "3.5.18",
"vue-i18n": "^11.1.11",
"vue-markdown-render": "^2.3.0",
"vue-router": "4.5.1",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@octokit/rest": "^22.0.0",
"@tauri-apps/cli": "2.7.0",
"@types/markdown-it": "^14.1.2",
"@types/md5": "^2.3.5",
"@types/node": "^24.3.1",
"cross-env": "^10.0.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.4.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.7",
"vite-plugin-compression": "^0.5.1",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.5"
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
"engines": {
"node": ">=20.0.0"
}
}