-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "baijiayunxiao-downloader",
"version": "1.2.5",
"description": "下载并解码百家云网校的EV1视频",
"homepage": "https://github.com/wxx9248/baijiayunxiao-downloader",
"bugs": {
"url": "https://github.com/wxx9248/baijiayunxiao-downloader/issues",
"email": "wxx9248@wxx9248.top"
},
"license": "BSD-3-Clause",
"author": {
"name": "wxx9248",
"email": "wxx9248@wxx9248.top",
"url": "https://github.com/wxx9248"
},
"main": "src/main.ts",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"vite-plugin-monkey": "^3.5.2",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.5.13",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"typescript": "~5.7.2",
"vite": "^4.5.5",
"vue-tsc": "^2.2.0"
},
"engines": {
"node": "20.*.*"
}
}