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.

36 lines
748 B

2 years ago
  1. {
  2. "name": "@lishican/antbank-platform-ui",
  3. "version": "0.0.4",
  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. "dependencies": {
  33. "@lishican/antbank-platform-hooks": "^0.0.4",
  34. "styled-components": "^5.3.9"
  35. }
  36. }