-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 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
51
52
53
{
"name": "dta",
"version": "1.0.0",
"main": "dist-electron/index.js",
"description": "Desktop Tools Assistant",
"private": true,
"scripts": {
"install": "node-gyp rebuild",
"rebuild": "electron-rebuild",
"build": "vite build && electron-builder",
"build-web": "vite build",
"dev": "vite",
"pack": "vite build && node pack/pack.js"
},
"dependencies": {
"@electron/remote": "2.0.9",
"node-screenshots": "0.0.14",
"color": "4.2.3",
"node-addon-api": "5.1.0",
"peggy": "2.0.1",
"ffi-napi": "4.0.3",
"ref-napi": "3.0.3",
"ref-wchar-napi": "1.0.3",
"iconv": "3.0.1",
"safer-buffer": "2.1.2"
},
"devDependencies": {
"@electron/rebuild": "3.2.10",
"@vitejs/plugin-vue": "4.0.0",
"electron": "19.1.9",
"electron-builder": "23.6.0",
"vue": "3.2.47",
"axios": "1.3.1",
"asar": "3.2.0",
"element-plus": "2.2.29",
"typescript": "4.9.5",
"vite": "4.1.1",
"vite-plugin-electron": "0.11.1",
"vite-plugin-electron-renderer": "0.11.4",
"sass": "1.58.0",
"unplugin-auto-import": "0.12.1",
"unplugin-vue-components": "0.22.12"
},
"optionalDependencies": {
"node-screenshots-darwin-arm64": "0.0.14",
"node-screenshots-darwin-x64": "0.0.14",
"node-screenshots-linux-x64-gnu": "0.0.14",
"node-screenshots-linux-x64-musl": "0.0.14",
"node-screenshots-win32-arm64-msvc": "0.0.14",
"node-screenshots-win32-ia32-msvc": "0.0.14",
"node-screenshots-win32-x64-msvc": "0.0.14"
}
}