-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.25 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
{
"name": "ghs",
"version": "4.0.34",
"main": "dist-electron/main/index.js",
"license": "MIT",
"servicePort": 13356,
"private": true,
"workspaces": [
"packages/types",
"packages/constant"
],
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"app:dev": "vite",
"app:build": "npm version patch && vite build && electron-builder",
"app:prebuild": "vite build && electron-builder",
"app:elbuild": "electron-builder",
"app:preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@ilzf/utils": "^0.0.17",
"@vueuse/core": "^10.10.0",
"animate.css": "^4.1.1",
"ant-design-vue": "^4.2.2",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"codemirror": "^6.0.1",
"dayjs": "^1.11.9",
"flv.js": "^1.6.2",
"fs-extra": "^11.1.1",
"hls.js": "^1.4.12",
"http-proxy": "^1.18.1",
"https-proxy-agent": "^7.0.4",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"mui-player": "^1.8.1",
"mui-player-desktop-plugin": "^1.6.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"reflect-metadata": "^0.2.2",
"sqlite3": "5.1.6",
"ts-md5": "^1.2.11",
"typeorm": "^0.3.20",
"v-viewer": "^3.0.10",
"vue": "^3.3.4",
"vue-codemirror": "^6.1.1",
"vue-demi": "^0.14.6",
"vue-router": "4.1.5",
"monaco-editor": "^0.33.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@types/better-sqlite3": "^7.6.8",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.8",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.1.0",
"buffer": "^6.0.3",
"electron": "^28.0.0",
"electron-builder": "^23.6.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"less": "^4.1.3",
"prettier": "^2.8.5",
"typescript": "^5.0.2",
"unocss": "^0.58.3",
"unplugin-vue-components": "^0.27.0",
"vite": "^4.5.1",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.1",
"vue-tsc": "^1.2.0"
}
}