package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@uform/antd",
  3. "version": "0.4.0",
  4. "license": "MIT",
  5. "main": "lib",
  6. "module": "esm",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/alibaba/uform.git"
  10. },
  11. "types": "esm/index.d.ts",
  12. "bugs": {
  13. "url": "https://github.com/alibaba/uform/issues"
  14. },
  15. "homepage": "https://github.com/alibaba/uform#readme",
  16. "engines": {
  17. "npm": ">=3.0.0"
  18. },
  19. "scripts": {
  20. "build": "ts-node --project ../../tsconfig.build.json build.ts"
  21. },
  22. "devDependencies": {
  23. "antd": "^3.14.1"
  24. },
  25. "peerDependencies": {
  26. "@babel/runtime": "^7.4.4",
  27. "antd": "^3.14.1",
  28. "react": ">=16.8.0",
  29. "react-dom": ">=16.8.0",
  30. "@types/styled-components": "^4.1.19"
  31. },
  32. "dependencies": {
  33. "@uform/react-schema-renderer": "^0.4.0",
  34. "@uform/react-shared-components":"^0.4.0",
  35. "@uform/types": "^0.4.0",
  36. "@uform/shared": "^0.4.0",
  37. "classnames": "^2.2.6",
  38. "moveto": "^1.7.4",
  39. "react-stikky": "^0.1.15",
  40. "styled-components": "^4.1.1"
  41. },
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050"
  46. }