package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "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. "moment": "^2.30.1",
  24. "openai": "^4.85.4",
  25. "pinia": "^3.0.1",
  26. "sass": "^1.85.1",
  27. "vant": "^4.9.17",
  28. "vue": "^3.5.12",
  29. "xlsx": "^0.18.5"
  30. },
  31. "devDependencies": {
  32. "@types/chrome": "^0.0.280",
  33. "@wxt-dev/module-vue": "^1.0.1",
  34. "autoprefixer": "^10.4.16",
  35. "postcss": "^8.4.31",
  36. "prettier": "^3.5.3",
  37. "tailwindcss": "^3.3.5",
  38. "typescript": "5.6.3",
  39. "vue-tsc": "^2.1.10",
  40. "wxt": "^0.19.13"
  41. }
  42. }