package.json 786 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@uform/printer",
  3. "version": "0.4.2",
  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. "scripts": {
  18. "build": "tsc"
  19. },
  20. "peerDependencies": {
  21. "@babel/runtime": "^7.4.4",
  22. "react": ">=16.8.0",
  23. "react-dom": ">=16.8.0"
  24. },
  25. "devDependencies": {
  26. "typescript": "^3.5.2"
  27. },
  28. "dependencies": {
  29. "@uform/react": "^0.4.2",
  30. "react-modal": "^3.8.1",
  31. "styled-components": "^4.1.1"
  32. },
  33. "publishConfig": {
  34. "access": "public"
  35. },
  36. "gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050"
  37. }