package.json 481 B

1234567891011121314151617181920212223
  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. "pinia": "^2.1.7",
  11. "ts-md5": "^1.3.1"
  12. },
  13. "devDependencies": {},
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://gogs.mtavip.com/wangguoyu/uniProject.git"
  20. },
  21. "author": "",
  22. "license": "ISC"
  23. }