-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.34 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.34 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
{
"name": "oof-plus-desktop",
"private": true,
"version": "1.0.7",
"type": "module",
"author": "lvzhenbo",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "run-s type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"release": "release-it",
"prepare": "husky"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-http": "^2.5.9",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"@tauri-apps/plugin-window-state": "^2.4.1",
"@tauri-store/pinia": "^4.2.0",
"@vicons/antd": "^0.13.0",
"@vicons/material": "^0.13.0",
"@vueuse/core": "^14.3.0",
"alova": "^3.5.1",
"date-fns": "^4.2.1",
"filesize": "^11.0.17",
"hls.js": "^1.6.16",
"jassub": "^2.5.1",
"marked": "^18.0.4",
"motion-v": "^2.2.1",
"naive-ui": "^2.44.1",
"pinia": "^3.0.4",
"radash": "^12.1.1",
"vue": "^3.5.34",
"vue-router": "^5.0.7"
},
"devDependencies": {
"@alova/shared": "^1.3.2",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@commitlint/types": "^21.0.1",
"@release-it/conventional-changelog": "^11.0.0",
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/cli": "^2.11.2",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^25.9.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.4.0",
"eslint-plugin-vue": "^10.9.1",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"npm-run-all2": "^9.0.0",
"prettier": "^3.8.3",
"release-it": "^20.0.1",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.1.0",
"vite": "^8.0.14",
"vite-plugin-vue-devtools": "^8.1.2",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.3.1"
},
"packageManager": "pnpm@11.2.2"
}