forked from techmovie/easy-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.08 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
{
"name": "easy-upload",
"description": "easy uploading torrents to other trackers",
"version": "3.2.16",
"main": "src/index.js",
"repository": "[email protected]:techmovie/easy-upload.git",
"author": "birdplane",
"license": "MIT",
"type": "module",
"scripts": {
"build": "node scripts/esbuild.js build",
"dev": "node scripts/esbuild.js dev",
"commit": "git add -A & git-cz",
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postinstall": "husky install"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
],
"lint-staged": {
"src/**/*.{ts,tsx}": "eslint --max-warnings 0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@svgr/core": "^6.0.0",
"@svgr/plugin-svgo": "^6.0.0",
"@types/jquery": "^3.5.5",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"all-contributors-cli": "^6.20.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.14.21",
"esbuild-plugin-svgr": "^0.0.3",
"eslint": "^7.32.0",
"eslint-config-preact": "^1.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.1",
"execa": "^5.0.0",
"got": "^12.0.1",
"husky": "^6.0.0",
"lint-staged": "^10.5.3",
"node-notifier": "^9.0.1",
"ora": "^5.4.0",
"prettier": "^2.5.1",
"typescript": "^4.5.2",
"yaml": "^1.10.0"
},
"dependencies": {
"@preact/compat": "^17.0.3",
"preact": "^10.6.4",
"rc-notification": "4.4.0",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat"
}
}