package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "element-plus": "^2.9.1",
  22. "highlight.js": "^11.11.1",
  23. "lodash": "^4.17.21",
  24. "moment": "^2.30.1",
  25. "openai": "^4.85.4",
  26. "pinia": "^3.0.1",
  27. "sass": "^1.85.1",
  28. "vant": "^4.9.17",
  29. "vite-plugin-svg-icons": "^2.0.1",
  30. "vue": "^3.5.12",
  31. "vue-qrcode": "^2.2.2",
  32. "xlsx": "^0.18.5"
  33. },
  34. "devDependencies": {
  35. "@types/chrome": "^0.0.280",
  36. "@wxt-dev/module-vue": "^1.0.1",
  37. "autoprefixer": "^10.4.16",
  38. "postcss": "^8.4.31",
  39. "prettier": "^3.5.3",
  40. "tailwindcss": "^3.3.5",
  41. "typescript": "5.6.3",
  42. "vue-tsc": "^2.1.10",
  43. "wxt": "^0.19.13"
  44. }
  45. }