-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.69 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
{
"name": "up2share-desktop",
"version": "1.4.0",
"description": "A desktop app for Up2Share",
"repository": {
"type": "git",
"url": "git+https://github.com/up2share/desktop.git"
},
"main": "./out/main/index.js",
"author": "up2sha.re",
"homepage": "https://up2sha.re",
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "electron-vite build",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "node ./resources/uninstall.js",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "npm run build && electron-builder --mac",
"build:linux": "npm run build && electron-builder --linux",
"publish": "electron-builder --publish onTagOrDraft"
},
"dependencies": {
"@aptabase/electron": "^0.3.1",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@sentry/electron": "^5.11.0",
"electron-context-menu": "^4.0.4",
"electron-updater": "^6.1.7"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@rushstack/eslint-patch": "^1.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"electron": "^31.0.2",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.32.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.15",
"vite": "^5.4.14",
"vue": "^3.4.30"
}
}