-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 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
{
"name": "sync-tool",
"private": true,
"version": "1.0.22",
"type": "module",
"author": "forget-pro <zippy.forget@gmail.com>",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && electron-builder",
"preview": "vite preview",
"build:win": "vue-tsc && vite build && electron-builder --win --x64 --publish never",
"electron:icons": "electron-icon-builder --input=public/logo.png --output=build --flatten"
},
"dependencies": {
"@vicons/ionicons5": "^0.13.0",
"adm-zip": "^0.5.16",
"axios": "^1.10.0",
"compressing": "^1.10.3",
"dayjs": "^1.11.13",
"electron-updater": "^6.6.2",
"iconv-lite": "^0.6.3",
"minidev": "^2.2.5",
"vue": "^3.4.21"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.10",
"@types/iconv-lite": "^0.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"electron-icon-builder": "^2.0.1",
"naive-ui": "^2.42.0",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.10",
"typescript": "^5.2.2",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.7.0",
"vfonts": "^0.0.3",
"vite": "^5.1.6",
"vite-plugin-electron": "^0.28.6",
"vite-plugin-electron-renderer": "^0.14.5",
"vue-tsc": "^2.0.26"
},
"main": "dist-electron/main.js",
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild",
"phantomjs-prebuilt"
],
"peerDependencyRules": {
"ignoreMissing": [
"*"
]
}
}
}