| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "@uform/core",
- "version": "0.1.0-alpha.12",
- "license": "MIT",
- "main": "lib",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/alibaba/uform.git"
- },
- "bugs": {
- "url": "https://github.com/alibaba/uform/issues"
- },
- "homepage": "https://github.com/alibaba/uform#readme",
- "engines": {
- "npm": ">=3.0.0"
- },
- "dependencies": {
- "@uform/utils": "^0.1.0-alpha.10",
- "@uform/validator": "^0.1.0-alpha.10",
- "dot-match": "^0.1.18",
- "immer": "^1.7.4",
- "rxjs": "^6.3.3",
- "scheduler": "^0.11.2"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "f513fc2dcca781b3f7aa588c4419bce20cba2d8b"
- }
|