package.json 851 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@uform/core",
  3. "version": "0.4.0",
  4. "license": "MIT",
  5. "main": "lib",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/alibaba/uform.git"
  9. },
  10. "types": "lib/index.d.ts",
  11. "bugs": {
  12. "url": "https://github.com/alibaba/uform/issues"
  13. },
  14. "homepage": "https://github.com/alibaba/uform#readme",
  15. "engines": {
  16. "npm": ">=3.0.0"
  17. },
  18. "scripts": {
  19. "build": "tsc --declaration"
  20. },
  21. "devDependencies": {
  22. "typescript": "^3.5.2"
  23. },
  24. "peerDependencies": {
  25. "@babel/runtime": "^7.4.4",
  26. "scheduler": ">=0.11.2"
  27. },
  28. "dependencies": {
  29. "@uform/types": "^0.4.0",
  30. "@uform/utils": "^0.4.0",
  31. "@uform/validator": "^0.4.0",
  32. "dot-match": "^0.1.18",
  33. "rxjs": "^6.3.3"
  34. },
  35. "publishConfig": {
  36. "access": "public"
  37. },
  38. "gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050"
  39. }