-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathold_package.json
52 lines (52 loc) · 1.34 KB
/
old_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
{
"name": "holodex-plus",
"description": "Holodex companion extension",
"version": "0.6",
"scripts": {
"build": "rollup -c",
"clean": "rimraf build dist",
"dev": "rollup -c --watch",
"dev:chrome": "web-ext run -t chromium",
"dev:firefox": "web-ext run",
"dist": "web-ext build",
"format": "pretty-quick",
"lint": "web-ext lint",
"predist": "yarn build",
"prelint": "yarn build",
"prepare": "husky install"
},
"dependencies": {
"@mdi/js": "^6.5.95",
"masterchat": "^0.13.0",
"protoframe": "^1.1.1",
"rollup-plugin-copy": "^3.4.0",
"signal-promise": "^1.0.3",
"webextension-polyfill": "^0.8.0",
"youtubei.js": "^10.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/chrome": "^0.0.278",
"@types/webextension-polyfill": "^0.8.2",
"@web/rollup-plugin-html": "^1.10.1",
"glob": "^7.2.0",
"husky": "^7.0.4",
"prettier": "2.5.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.67.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^5.6.3",
"web-ext": "^6.7.0"
},
"private": true,
"webExt": {
"sourceDir": "build",
"artifactsDir": "dist",
"build": {
"overwriteDest": true
}
}
}