package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "wxt-vue-starter",
  3. "description": "manifest.json description",
  4. "private": true,
  5. "version": "0.1.8",
  6. "type": "module",
  7. "scripts": {
  8. "dev": "wxt",
  9. "dev:firefox": "wxt -b firefox",
  10. "build": "wxt build",
  11. "build:firefox": "wxt build -b firefox",
  12. "zip": "wxt zip",
  13. "zip:firefox": "wxt zip -b firefox",
  14. "compile": "vue-tsc --noEmit",
  15. "postinstall": "wxt prepare",
  16. "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,scss,html,json}'"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "^2.3.1",
  20. "axios": "^1.7.9",
  21. "crypto-js": "^4.2.0",
  22. "dompurify": "^3.2.5",
  23. "element-plus": "^2.9.1",
  24. "eventsource-polyfill": "^0.9.6",
  25. "github-markdown-css": "^5.8.1",
  26. "highlight.js": "^11.11.1",
  27. "html2canvas": "^1.4.1",
  28. "jsencrypt": "^3.3.2",
  29. "lodash": "^4.17.21",
  30. "markdown-it": "^14.1.0",
  31. "marked": "^15.0.8",
  32. "moment": "^2.30.1",
  33. "openai": "^4.85.4",
  34. "pinia": "^3.0.1",
  35. "puppeteer-core": "^24.8.2",
  36. "sass": "^1.85.1",
  37. "uuid": "^11.1.0",
  38. "vant": "^4.9.17",
  39. "vite-plugin-svg-icons": "^2.0.1",
  40. "vue": "^3.5.12",
  41. "vue-qrcode": "^2.2.2",
  42. "webext-bridge": "^6.0.1",
  43. "webextension-polyfill": "^0.12.0",
  44. "xlsx": "^0.18.5"
  45. },
  46. "devDependencies": {
  47. "@types/chrome": "^0.0.280",
  48. "@wxt-dev/module-vue": "^1.0.1",
  49. "autoprefixer": "^10.4.16",
  50. "postcss": "^8.4.31",
  51. "prettier": "^3.5.3",
  52. "tailwindcss": "^3.3.5",
  53. "typescript": "5.6.3",
  54. "vue-tsc": "^2.1.10",
  55. "wxt": "^0.19.13"
  56. }
  57. }