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.
32 lines
642 B
32 lines
642 B
{
|
|
"name": "@lishican/antbank-platform-hooks",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"antd": "^5.4.2",
|
|
"react": ">=16.9.0",
|
|
"react-dom": ">=16.9.0"
|
|
}
|
|
}
|