feat: implement browser extension for media publishing and add backend support for media management
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "browser-extension",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "wxt",
|
||||
"build": "wxt build",
|
||||
"zip": "wxt zip"
|
||||
},
|
||||
"dependencies": {
|
||||
"@geo/shared-types": "workspace:*",
|
||||
"js-md5": "^0.8.3",
|
||||
"marked": "^17.0.5",
|
||||
"vue": "^3.5.31"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.1.38",
|
||||
"@wxt-dev/module-vue": "^1.0.3",
|
||||
"typescript": "^5.9.3",
|
||||
"vue-tsc": "^3.2.6",
|
||||
"wxt": "^0.20.20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user