| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "@uform/printer",
- "version": "0.4.2",
- "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"
- },
- "scripts": {
- "build": "tsc"
- },
- "peerDependencies": {
- "@babel/runtime": "^7.4.4",
- "react": ">=16.8.0",
- "react-dom": ">=16.8.0"
- },
- "devDependencies": {
- "typescript": "^3.5.2"
- },
- "dependencies": {
- "@uform/react": "^0.4.2",
- "react-modal": "^3.8.1",
- "styled-components": "^4.1.1"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050"
- }
|