package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "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. "xlsx": "^0.18.5"
  32. },
  33. "devDependencies": {
  34. "@types/chrome": "^0.0.280",
  35. "@wxt-dev/module-vue": "^1.0.1",
  36. "autoprefixer": "^10.4.16",
  37. "postcss": "^8.4.31",
  38. "prettier": "^3.5.3",
  39. "tailwindcss": "^3.3.5",
  40. "typescript": "5.6.3",
  41. "vue-tsc": "^2.1.10",
  42. "wxt": "^0.19.13"
  43. }
  44. }