package-lock.json 909 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ls-admin",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ls-admin",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@cloudbase/wx-cloud-client-sdk": "^1.6.1",
  13. "vant-weapp": "^0.5.29"
  14. }
  15. },
  16. "node_modules/@cloudbase/wx-cloud-client-sdk": {
  17. "version": "1.6.1",
  18. "resolved": "https://registry.npmmirror.com/@cloudbase/wx-cloud-client-sdk/-/wx-cloud-client-sdk-1.6.1.tgz",
  19. "integrity": "sha512-TeLhz+LMlTe1bZiCbwflU2nXX4FHXnLk1ojbrOfY9ki1gO1gYll9Snl2g3zBhiTGye/OfhzBEDCwVhGxzOxs4Q=="
  20. },
  21. "node_modules/vant-weapp": {
  22. "version": "0.5.29",
  23. "resolved": "https://registry.npmmirror.com/vant-weapp/-/vant-weapp-0.5.29.tgz",
  24. "integrity": "sha512-RMc0Ga914XFwspw2WuOMU8bOHlIkua8X1DoQ/KPnGQzjwT1uEL4S7W186EmaHF1wN2krB9BVd0LdRRt39dGh6Q=="
  25. }
  26. }
  27. }