-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.54 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.54 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
{
"name": "ytbsp",
"version": "3.1.3",
"description": "Spotlights all your subscriptions in an organized fashion on the start page of YouTube.",
"scripts": {
"lint": "eslint",
"build": "webpack --config webpack.config.js && node compile-script.js"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Crow08/YTBSP.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Crow08/YTBSP/issues"
},
"homepage": "https://github.com/Crow08/YTBSP#readme",
"dependencies": {
"jquery": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/jquery": "^4.0.0",
"@types/node": "^25.3.3",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"css-loader": "^7.1.4",
"eslint": "^10.0.2",
"https-browserify": "^1.0.0",
"less": "^4.5.1",
"less-loader": "^12.3.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"url": "^0.11.4",
"vm-browserify": "^1.1.2",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1"
}
}