-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
97 lines (97 loc) · 2.83 KB
/
package.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "easy-upload",
"description": "easy uploading torrents to other trackers",
"version": "6.0.8",
"main": "src/index.js",
"repository": "[email protected]:techmovie/easy-upload.git",
"author": "birdplane",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "vite build",
"dev": "vite dev",
"start": "vite preview",
"commit": "git add -A & git-cz",
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"lint": "npx eslint",
"icon": "node scripts/icoFetcher.js",
"support": "node scripts/supported.js",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
],
"browser": {
"Buffer": false,
"path": false
},
"lint-staged": {
"src/**/*.{js,ts,tsx}": "npx eslint --max-warnings 0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@preact/preset-vite": "^2.9.1",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@types/jquery": "^3.5.32",
"@types/parse-torrent": "^5.8.7",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"all-contributors-cli": "^6.20.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"commitizen": "^4.3.1",
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"decode-ico": "^0.4.1",
"eslint": "^9.12.0",
"eslint-config-preact": "^1.2.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"execa": "^5.0.0",
"globals": "^15.10.0",
"got": "^12.0.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"node-notifier": "^9.0.1",
"ora": "^5.4.0",
"parse-torrent": "^11.0.16",
"prettier": "^2.5.1",
"sharp": "^0.32.6",
"typescript": "^4.5.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vite-plugin-monkey": "^4.0.6",
"vite-plugin-svgr": "^4.2.0",
"yaml": "^1.10.0"
},
"dependencies": {
"@preact/compat": "^17.0.3",
"dompurify": "^3.1.7",
"jquery": "^3.7.1",
"path-browserify": "^1.0.1",
"preact": "^10.24.1",
"sonner": "^1.5.0"
},
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}