{ "name": "wxt-vue-starter", "description": "manifest.json description", "private": true, "version": "0.1.8", "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", "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,scss,html,json}'" }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", "axios": "^1.7.9", "crypto-js": "^4.2.0", "dompurify": "^3.2.5", "element-plus": "^2.9.1", "eventsource-polyfill": "^0.9.6", "github-markdown-css": "^5.8.1", "highlight.js": "^11.11.1", "html2canvas": "^1.4.1", "jsencrypt": "^3.3.2", "lodash": "^4.17.21", "markdown-it": "^14.1.0", "marked": "^15.0.8", "moment": "^2.30.1", "openai": "^4.85.4", "pinia": "^3.0.1", "puppeteer-core": "^24.8.2", "sass": "^1.85.1", "uuid": "^11.1.0", "vant": "^4.9.17", "vite-plugin-svg-icons": "^2.0.1", "vue": "^3.5.12", "vue-qrcode": "^2.2.2", "webext-bridge": "^6.0.1", "webextension-polyfill": "^0.12.0", "xlsx": "^0.18.5" }, "devDependencies": { "@types/chrome": "^0.0.280", "@wxt-dev/module-vue": "^1.0.1", "autoprefixer": "^10.4.16", "postcss": "^8.4.31", "prettier": "^3.5.3", "tailwindcss": "^3.3.5", "typescript": "5.6.3", "vue-tsc": "^2.1.10", "wxt": "^0.19.13" } }