package.json 506 B

123456789101112131415161718192021222324
  1. {
  2. "name": "hbproject",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "axios": "^1.7.2",
  8. "crypto-js": "^4.2.0",
  9. "jsencrypt": "^3.3.2",
  10. "mp-html": "^2.5.1",
  11. "pinia": "^2.1.7",
  12. "ts-md5": "^1.3.1"
  13. },
  14. "devDependencies": {},
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://gogs.mtavip.com/wangguoyu/uniProject.git"
  21. },
  22. "author": "",
  23. "license": "ISC"
  24. }