This repository was archived by the owner on Dec 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.37 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
{
"name": "loginsight",
"version": "3.4.2",
"main": "dist-electron/main/index.js",
"description": "Loginsight,洞察日志",
"author": "瞎猫compilelife <compilelife@163.com>",
"license": "MIT",
"private": true,
"keywords": [
"log",
"analyse",
"insight",
"tool"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview"
},
"devDependencies": {
"@types/keymaster": "^1.6.30",
"@types/mark.js": "^8.11.8",
"@types/splitpanes": "^2.2.1",
"@vitejs/plugin-vue": "4.0.0",
"@vue/compiler-sfc": "3.2.47",
"electron": "^23.1.1",
"electron-builder": "^23.6.0",
"typescript": "^4.9.5",
"vite": "4.1.4",
"vite-plugin-electron": "^0.11.1",
"vite-plugin-electron-renderer": "^0.12.1",
"vue": "3.2.47",
"vue-tsc": "1.6.5"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"@imengyu/vue3-context-menu": "^1.2.3",
"@vscode/codicons": "0.0.32",
"@vueuse/core": "^9.12.0",
"element-plus": "^2.2.31",
"font-measure": "^1.2.2",
"html2canvas": "^1.4.1",
"iconv-lite": "^0.6.3",
"keymaster": "^1.6.2",
"mark.js": "^8.11.1",
"node-machine-id": "^1.1.12",
"pinia": "2.0.30",
"splitpanes": "^3.1.5"
}
}