package.json 1.3 KB

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