forked from AshtakaOOf/Shiru-linux-stuff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.7 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.7 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
{
"name": "shiru",
"license": "GPL-3.0-or-later",
"private": true,
"author": "RockinChaos <RockinChaos@users.noreply.github.com>",
"description": "Manage your personal media library, organize your collection, and stream your content in real time, no waiting required!",
"main": "build/main.js",
"homepage": "https://github.com/RockinChaos/Shiru#readme",
"standard": {
"ignore": [
"bundle.js",
"bundle.map.js"
],
"env": [
"browser",
"node"
]
},
"dependencies": {
"@typescript-eslint/parser": "^8.45.0",
"abslink": "^1.1.2",
"copy-webpack-plugin": "^13.0.1",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-svelte": "^3.13.0",
"html-webpack-plugin": "^5.6.4",
"mini-css-extract-plugin": "^2.9.4",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "5.1.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251014.0",
"npm-run-all": "^4.1.5"
},
"pnpm": {
"overrides": {
"node-abi": "3.77.0",
"node-datachannel": "0.30.0",
"bittorrent-tracker": "^11.2.2"
},
"patchedDependencies": {
"@capacitor/local-notifications": "patches/@capacitor__local-notifications.patch",
"@capacitor/android": "patches/@capacitor__android.patch",
"lucide-svelte@0.455.0": "patches/lucide-svelte@0.455.0.patch",
"rfdc": "patches/rfdc.patch"
},
"onlyBuiltDependencies": [
"@paymoapp/electron-shutdown-handler",
"bufferutil",
"electron",
"fs-native-extensions",
"fsctl",
"node-datachannel",
"sharp",
"utf-8-validate",
"utp-native",
"wrtc"
]
}
}