-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 949 Bytes
/
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
{
"name": "media-control",
"description": "View and control all media that is playing in your browser",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "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",
"protoc:linux": "echo todo",
"protoc:windows": "proto.bat"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"deep-equal": "^2.2.3",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/deep-equal": "^1.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"ts-proto": "^1.181.2",
"typescript": "^5.6.3",
"user-agent-data-types": "^0.4.2",
"vue-tsc": "^2.1.8",
"wxt": "^0.19.13"
}
}