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

{
"name": "@lishican/antbank-platform-ui",
"version": "0.0.2",
"description": "",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"dev": "father dev",
"build": "father build",
"build:deps": "father prebundle",
"prepublish": "npm run build"
},
"keywords": [],
"authors": [],
"license": "MIT",
"files": [
"dist",
"compiled"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/runtime": "^7.12.5",
"father": "^4.1.8",
"less": "^4.1.3"
},
"peerDependencies": {
"antd": "^5.4.2",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@lishican/antbank-platform-hooks": "^0.0.2",
"@lishican/antbank-platform-ui": "^0.0.2",
"styled-components": "^5.3.9"
},
"gitHead": "b2627a6b62138d5dff798892c30f464370146f13"
}