You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
699 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "@lishican/antbank-platform-hooks",
  3. "version": "0.0.5",
  4. "description": "",
  5. "module": "dist/esm/index.js",
  6. "types": "dist/esm/index.d.ts",
  7. "scripts": {
  8. "dev": "father dev",
  9. "build": "father build",
  10. "build:deps": "father prebundle",
  11. "prepublish": "npm run build"
  12. },
  13. "keywords": [],
  14. "authors": [],
  15. "license": "MIT",
  16. "files": [
  17. "dist",
  18. "compiled"
  19. ],
  20. "publishConfig": {
  21. "access": "public"
  22. },
  23. "devDependencies": {
  24. "@babel/runtime": "^7.12.5",
  25. "father": "^4.1.8"
  26. },
  27. "peerDependencies": {
  28. "antd": "^5.4.2",
  29. "react": ">=16.9.0",
  30. "react-dom": ">=16.9.0"
  31. },
  32. "gitHead": "b2627a6b62138d5dff798892c30f464370146f13"
  33. }