| 12345678910111213141516171819202122232425262728 |
- {
- "name": "wxt-vue-starter",
- "description": "manifest.json description",
- "private": true,
- "version": "0.0.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"
- },
- "dependencies": {
- "vue": "^3.5.29"
- },
- "devDependencies": {
- "@wxt-dev/module-vue": "^1.0.3",
- "typescript": "^5.9.3",
- "vite": "^8.1.5",
- "vue-tsc": "^3.2.5",
- "web-ext": "^10.5.0",
- "wxt": "^0.21.3"
- }
- }
|