package.json 505 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "hbproject",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "aliplayer": "^1.0.3",
  8. "axios": "^1.7.2",
  9. "dayjs": "^1.11.13",
  10. "image-tools": "^1.4.0",
  11. "jsencrypt": "^3.3.2",
  12. "jsonp": "^0.2.1",
  13. "pinia": "^2.1.7",
  14. "ts-md5": "^1.3.1",
  15. "vue": "^3.5.13"
  16. },
  17. "scripts": {
  18. "dev:h5": "uni"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://gogs.mtavip.com/wangguoyu/uniProject.git"
  23. },
  24. "author": "",
  25. "license": "ISC",
  26. "devDependencies": {}
  27. }