1
0

package.json 688 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@vben/utils",
  3. "version": "5.4.4",
  4. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  5. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  9. "directory": "packages/utils"
  10. },
  11. "license": "MIT",
  12. "type": "module",
  13. "sideEffects": [
  14. "**/*.css"
  15. ],
  16. "main": "./dist/index.mjs",
  17. "module": "./dist/index.mjs",
  18. "exports": {
  19. ".": {
  20. "types": "./src/index.ts",
  21. "default": "./src/index.ts"
  22. }
  23. },
  24. "dependencies": {
  25. "@vben-core/shared": "workspace:*",
  26. "@vben-core/typings": "workspace:*",
  27. "vue-router": "catalog:"
  28. }
  29. }