package-lock.json 453 B

123456789101112131415161718
  1. {
  2. "name": "kxmall-app-ui",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "dayjs": "^1.11.11"
  9. }
  10. },
  11. "node_modules/dayjs": {
  12. "version": "1.11.11",
  13. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.11.tgz",
  14. "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==",
  15. "license": "MIT"
  16. }
  17. }
  18. }