package.json 425 B

123456789101112131415161718192021
  1. {
  2. "name": "baoan-app",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "axios": "^0.27.2",
  14. "jsonwebtoken": "^8.5.1",
  15. "lodash": "^4.17.21",
  16. "moment": "^2.29.1",
  17. "naf-core": "^0.1.2",
  18. "uview-ui": "^2.0.2",
  19. "vuex": "^3.6.2"
  20. }
  21. }