package.json 1.2 KB

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