package.json 834 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "wxt-vue-starter",
  3. "description": "manifest.json description",
  4. "private": true,
  5. "version": "0.0.0",
  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. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "^2.3.1",
  19. "axios": "^1.7.9",
  20. "element-plus": "^2.9.1",
  21. "highlight.js": "^11.11.1",
  22. "moment": "^2.30.1",
  23. "openai": "^4.85.4",
  24. "vue": "^3.5.12",
  25. "xlsx": "^0.18.5"
  26. },
  27. "devDependencies": {
  28. "@types/chrome": "^0.0.280",
  29. "@wxt-dev/module-vue": "^1.0.1",
  30. "typescript": "5.6.3",
  31. "vue-tsc": "^2.1.10",
  32. "wxt": "^0.19.13"
  33. }
  34. }