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.

39 lines
874 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "@lishican/antbank-platform-ui",
  3. "version": "0.0.1",
  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. "less": "^4.1.3"
  27. },
  28. "peerDependencies": {
  29. "antd": "^5.4.2",
  30. "react": ">=16.9.0",
  31. "react-dom": ">=16.9.0"
  32. },
  33. "dependencies": {
  34. "@lishican/antbank-platform-hooks": "^0.0.1",
  35. "@lishican/antbank-platform-ui": "^0.0.1",
  36. "styled-components": "^5.3.9"
  37. },
  38. "gitHead": "b2627a6b62138d5dff798892c30f464370146f13"
  39. }