-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
122 lines (122 loc) · 4.1 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"displayName": "Streaming enhanced Netflix Disney Prime Video",
"description": "Skip ads, intros, credits and add adjust speed, etc. on Netflix, Prime video, Disney+, Crunchyroll and HBO max.",
"name": "streaming-enhanced",
"version": "1.1.61",
"scripts": {
"web-ext": "web-ext run",
"firefox": "web-ext run --keep-profile-changes --firefox-profile=test --profile-create-if-missing",
"chrome": "web-ext run --source-dir dist/chrome/ -t chromium",
"start-android": "adb devices && web-ext run -t firefox-android --firefox-apk org.mozilla.firefox --adb-device 38091FDJH002WH",
"build": "npm run build:chrome && npm run build:firefox",
"build:chrome": "cross-env NODE_ENV=production vite build -c vite.chrome.config.ts",
"build:firefox": "cross-env NODE_ENV=production vite build -c vite.firefox.config.ts",
"dev": "concurrently \"npm run dev:chrome\" \"npm run dev:firefox\"",
"dev:chrome": "cross-env NODE_ENV=development vite build --mode development --watch -c vite.chrome.config.ts",
"dev:firefox": "cross-env NODE_ENV=development vite build --mode development --watch -c vite.firefox.config.ts",
"format": "prettier --write .",
"lint": "eslint . --fix --cache",
"lint:manifest": "web-ext lint",
"typecheck": "vue-tsc --noEmit",
"transGoogle": "jsontt .translation/deepl.EN.json -m google2 -n google2 -fb yes -cl 3 -f en -t de fr es pt it ja pl sv zh-CN ko tr",
"deepl": "jsontt .translation/deepl.EN.json -m deepl -n deepl -fb yes -cl 3 -f EN -t DE ES FR IT JA KO PL PT SV TR ZH",
"transDeepL": "tsx scripts/deepl.ts",
"hours": "git hours -since 2018-02-01 -before today -author [email protected] > authorHours.json && pnpm hoursScript",
"copyDocsFtoC": "tsx scripts/copyDocsFtoC.ts"
},
"dependencies": {
"marked": "^15.0.6",
"notivue": "^2.4.5",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.29",
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@parvineyvazov/json-translator": "^3.2.2",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "~8.42.3",
"@types/node": "^22.10.7",
"@types/webextension-polyfill": "^0.12.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vueuse/core": "^12.4.0",
"autoprefixer": "^10.4.20",
"chalk": "^5.4.1",
"chrome-types": "^0.1.333",
"commander": "^13.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"daisyui": "^4.12.23",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"terser": "^5.37.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"unplugin-turbo-console": "^1.11.1",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-router": "^0.10.9",
"vite": "^6.0.7",
"vite-plugin-html": "^3.2.2",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-zip-pack": "^1.2.4",
"vue-tsc": "^2.2.0",
"web-ext": "^8.3.0",
"webext-bridge": "^6.0.1"
},
"overrides": {
"@crxjs/vite-plugin": "$@crxjs/vite-plugin"
},
"pnpm": {
"overrides": {},
"peerDependencyRules": {
"allowAny": [],
"allowedDeprecatedVersions": {
"sourcemap-codec": "1.4.8"
},
"allowedVersions": {
"node-fetch": "*"
},
"ignoreMissing": []
}
},
"engines": {
"npm": ">=18",
"pnpm": ">=3"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip.git"
},
"type": "module",
"optionalDependencies": {
"win-node-env": "^0.6.1"
},
"author": "Marvin Krebber",
"license": "weaklyProtective",
"bugs": {
"url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip/issues"
},
"homepage": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip#readme",
"webExt": {
"sourceDir": "dist/firefox"
}
}