-
-
Notifications
You must be signed in to change notification settings - Fork 702
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.86 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
{
"name": "winboat",
"version": "0.9.0",
"description": "Windows for Penguins",
"type": "module",
"main": "main/main.js",
"engines": {
"node": ">=23.6.0",
"bun": ">=1.3.0"
},
"scripts": {
"dev": "bun scripts/dev-server.ts",
"build:gs": "bash build-guest-server.sh",
"build:linux-gs": "bash build-guest-server.sh && bun scripts/build.ts && electron-builder --linux"
},
"repository": "https://github.com/TibixDev/winboat",
"author": {
"name": "TibixDev",
"url": "https://github.com/TibixDev",
"email": "staff@winboat.app"
},
"devDependencies": {
"@types/node-fetch": "^2.6.13",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-vue": "^6.0.4",
"autoprefixer": "^10.4.24",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"electron": "^43.2.0",
"electron-builder": "^26.7.0",
"postcss": "^8.5.6",
"prettier": "3.8.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
},
"dependencies": {
"@electron/remote": "^2.1.3",
"@iconify/vue": "^5.0.0",
"@vueuse/core": "^14.2.0",
"@vueuse/motion": "^3.0.3",
"apexcharts": "^5.3.6",
"check-disk-space": "^3.4.0",
"consola": "^3.4.2",
"electron-store": "^11.0.2",
"form-data": "^4.0.5",
"jimp": "1.6.0",
"marked": "^17.0.1",
"nanoevents": "^9.1.0",
"node-fetch": "2",
"path-browserify": "^1.0.1",
"turndown": "^7.2.2",
"usb": "2.18.0",
"vue": "^3.5.27",
"vue-router": "^5.0.2",
"vue3-apexcharts": "^1.10.0",
"xel": "^0.40.3",
"yaml": "^2.8.2"
},
"patchedDependencies": {
"usb@2.18.0": "patches/usb@2.18.0.patch"
}
}