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
61 lines (61 loc) · 1.68 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.68 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
{
"name": "shiru",
"license": "GPL-3.0-or-later",
"private": true,
"author": "RockinChaos <RockinChaos@users.noreply.github.com>",
"description": "BitTorrent streaming software with no paws in the way—watch anime in real-time, no waiting for downloads!",
"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": "^7.1.1",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-svelte": "^2.35.1",
"fuse.js": "^7.0.0",
"html-webpack-plugin": "^5.6.3",
"matroska-metadata": "^1.0.7",
"mini-css-extract-plugin": "^2.8.1",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webtorrent": "^2.8.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"npm-run-all": "^4.1.5"
},
"pnpm": {
"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"
]
}
}