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.
42 lines
927 B
42 lines
927 B
{
|
|
"name": "bkloan-sg",
|
|
"author": "lishican <1213782659@qq.com>",
|
|
"scripts": {
|
|
"build": "umi build",
|
|
"dev": "umi dev",
|
|
"postinstall": "umi setup",
|
|
"setup": "umi setup",
|
|
"start": "npm run dev"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version",
|
|
"last 1 ie version"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"antd": "^5.4.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"umi": "^4.0.65"
|
|
},
|
|
"devDependencies": {
|
|
"@lishican/antbank-platform-hooks": "^0.0.3",
|
|
"@lishican/antbank-platform-ui": "^0.0.3",
|
|
"@types/react": "^18.0.33",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@umijs/plugins": "^4.0.65",
|
|
"typescript": "^5.0.3"
|
|
}
|
|
}
|