-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.25 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.25 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "focusany",
"version": "1.1.0",
"main": "dist-electron/main/index.js",
"description": "FocusAny",
"author": "ModStartLib",
"license": "Apache-2.0",
"private": true,
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"type": "module",
"scripts": {
"dev": "vite",
"dev:mac": "pkill -f focusany; vite",
"dev:mac:pre": "export ELECTRON_ENV_PROD=1 && pkill -f focusany; vite",
"dev:win": "chcp 65001 && vite",
"dev:win:pre": "chcp 65001 && set ELECTRON_ENV_PROD=1 && vite",
"dev:debug": "vite --debug",
"build": "vite build && electron-builder",
"build:win": "vite build && electron-builder --win",
"build:mac": "vite build && electron-builder --mac",
"build:mac-arm": "vite build && electron-builder --mac --arm64",
"build:linux": "vite build && electron-builder --linux",
"preview": "vite preview",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"re-sqlite": "npx electron-rebuild -f -w better-sqlite3"
},
"devDependencies": {
"@arco-design/web-vue": "^2.55.3",
"@electron/notarize": "^2.5.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@types/lodash-es": "^4.17.12",
"@types/pouchdb": "^6.4.2",
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"electron": "^29.1.1",
"electron-builder": "^24.13.3",
"less": "^4.2.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-electron": "^0.28.4",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-html": "^3.2.2",
"vue": "^3.4.21",
"vue-tsc": "^2.0.6"
},
"dependencies": {
"@babel/runtime": "^7.24.8",
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.4.1",
"@devicefarmer/adbkit": "^3.2.6",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@electron/remote": "^2.1.2",
"@gradio/client": "^1.7.0",
"@nut-tree-fork/nut-js": "^4.2.6",
"@types/showdown": "^2.0.6",
"@uiw/codemirror-theme-dracula": "^4.23.0",
"@uiw/codemirror-theme-quietlight": "^4.23.0",
"@vue-js-cron/light": "^4.0.9",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"axios": "^1.7.2",
"better-sqlite3": "^12.2.0",
"chardet": "^2.0.0",
"codemirror": "^6.0.1",
"crypto": "^1.0.1",
"date-and-time": "^3.4.1",
"dayjs": "^1.11.12",
"electron-context-menu": "^4.0.4",
"express": "^5.1.0",
"extract-file-icon": "^0.3.2",
"ffmpeg-static": "^5.2.0",
"fix-path": "^4.0.0",
"get-windows": "^9.2.0",
"iconv": "^3.0.1",
"iconv-lite": "^0.6.3",
"js-base64": "^3.7.7",
"lodash-es": "^4.17.21",
"memorystream": "^0.3.1",
"node-window-manager": "^2.2.4",
"nodejs-base64": "^2.0.0",
"original-fs": "^1.2.0",
"pinia": "^2.1.7",
"pinyin-match": "^1.2.6",
"pouchdb": "^9.0.0",
"pouchdb-load": "^1.4.6",
"pouchdb-replication-stream": "^1.2.9",
"qrcode": "^1.5.4",
"showdown": "^2.1.0",
"splitpanes": "^3.1.5",
"systeminformation": "^5.25.11",
"tiny-emitter": "^2.1.0",
"uiohook-napi": "^1.5.4",
"vue-command": "^35.2.1",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"wavesurfer.js": "^7.8.6",
"webdav": "^5.7.1",
"xgplayer": "^3.0.20",
"yauzl": "^3.1.3"
},
"optionalDependencies": {
"@electron/osx-sign": "^1.3.2",
"electron-clipboard-ex": "^1.3.3",
"node-mac-permissions": "^2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/modstart-lib/focusany.git"
}
}