package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "ibit-web",
  3. "version": "0.0.1",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@iconify/vue": "^5.0.0",
  13. "@reown/appkit": "^1.8.20",
  14. "@reown/appkit-adapter-tron": "^1.8.20",
  15. "@reown/appkit-adapter-wagmi": "^1.8.20",
  16. "@tanstack/vue-query": "^5.101.0",
  17. "@tronweb3/tronwallet-adapter-metamask-tron": "^1.0.4",
  18. "@tronweb3/tronwallet-adapter-tronlink": "^1.1.16",
  19. "@vueuse/core": "^14.2.1",
  20. "@vueuse/motion": "^3.0.3",
  21. "@wagmi/core": "^3.5.0",
  22. "@wagmi/vue": "^0.5.17",
  23. "axios": "^1.13.6",
  24. "buffer": "^6.0.3",
  25. "dayjs": "^1.11.20",
  26. "klinecharts": "^10.0.0-beta1",
  27. "lightweight-charts": "^5.1.0",
  28. "pinia": "^2.1.7",
  29. "qrcode": "^1.5.4",
  30. "tronweb": "^6.3.0",
  31. "vee-validate": "^4.15.1",
  32. "viem": "^2.31.0",
  33. "vue": "^3.4.0",
  34. "vue-i18n": "^11.4.2",
  35. "vue-router": "^4.3.0",
  36. "zod": "^4.3.6"
  37. },
  38. "devDependencies": {
  39. "@types/qrcode": "^1.5.6",
  40. "@vitejs/plugin-vue": "^5.0.0",
  41. "typescript": "^5.3.0",
  42. "vite": "^5.1.0",
  43. "vue-tsc": "^2.0.0"
  44. }
  45. }