-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.03 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.03 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
{
"name": "eno-m-desktop",
"version": "3.2.28",
"main": "dist-electron/main/index.js",
"description": "eno-m 的桌面版本",
"author": "meanc <cloudflypeng@gmail.com>",
"license": "MIT",
"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",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"release": "node scripts/release.js",
"preview": "vite preview"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.50",
"@iconify-json/mingcute": "^1.2.6",
"@iconify-json/svg-spinners": "^1.2.4",
"@types/lodash": "^4.17.21",
"@types/md5": "^2.3.6",
"@unocss/preset-attributify": "^66.5.10",
"@unocss/preset-icons": "^66.5.10",
"@unocss/preset-uno": "^66.5.10",
"@unocss/reset": "^66.5.10",
"@vitejs/plugin-vue": "^5.2.4",
"electron": "^35.7.5",
"electron-builder": "^25.1.8",
"typescript": "^5.9.3",
"unocss": "^66.5.10",
"unplugin-auto-import": "^19.3.0",
"vite": "^6.4.1",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-electron-renderer": "^0.14.6",
"vue": "^3.5.25",
"vue-demi": "^0.14.10",
"vue-tsc": "^2.2.12"
},
"dependencies": {
"@meanc/webext-fetch": "^0.0.3",
"@types/howler": "^2.2.12",
"@types/webextension-polyfill": "^0.10.7",
"@vueuse/core": "^13.9.0",
"@vueuse/math": "^13.9.0",
"@vueuse/motion": "^3.0.3",
"classnames": "^2.5.1",
"color.js": "^1.2.0",
"electron-updater": "^6.6.2",
"howler": "^2.2.4",
"html-to-image": "^1.11.13",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"node-fetch": "^3.3.2",
"node-id3": "^0.2.9",
"pinia": "^3.0.4",
"qrcode": "^1.5.4",
"vue-router": "^4.6.3"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}