package.json 673 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@uform/core",
  3. "version": "0.1.0-alpha.12",
  4. "license": "MIT",
  5. "main": "lib",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/alibaba/uform.git"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/alibaba/uform/issues"
  12. },
  13. "homepage": "https://github.com/alibaba/uform#readme",
  14. "engines": {
  15. "npm": ">=3.0.0"
  16. },
  17. "dependencies": {
  18. "@uform/utils": "^0.1.0-alpha.10",
  19. "@uform/validator": "^0.1.0-alpha.10",
  20. "dot-match": "^0.1.18",
  21. "immer": "^1.7.4",
  22. "rxjs": "^6.3.3",
  23. "scheduler": "^0.11.2"
  24. },
  25. "publishConfig": {
  26. "access": "public"
  27. },
  28. "gitHead": "f513fc2dcca781b3f7aa588c4419bce20cba2d8b"
  29. }