Files
geo/apps/browser-extension/package.json
T

25 lines
487 B
JSON

{
"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"
}
}