-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1002 Bytes
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
{
"name": "flowpick",
"description": "Detect and extract M3U8 streams from webpages",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:proxy": "cross-env HTTP_PROXY=http://127.0.0.1:10809 HTTPS_PROXY=http://127.0.0.1:10809 wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"dashjs": "^5.1.1",
"hls.js": "^1.6.15",
"m3u8-parser": "^7.2.0",
"mediainfo.js": "^0.3.7",
"mpd-parser": "^1.3.1",
"vue": "^3.5.29"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@wxt-dev/module-vue": "^1.0.3",
"autoprefixer": "^10.4.27",
"cross-env": "^7.0.3",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.5",
"wxt": "^0.20.20"
}
}