@orca-fe/antd-plus
Version:
Transformer Container
64 lines • 1.43 kB
JSON
{
"name": "@orca-fe/antd-plus",
"version": "0.3.31",
"description": "Transformer Container",
"keywords": [
"react",
"antd",
"antd-plus",
"orca-fe",
"orca",
"orca-team"
],
"author": "NicoKam",
"homepage": "https://orca.nicokam.work/",
"license": "MIT",
"types": "es/index.d.ts",
"module": "es/index.js",
"main": "lib/index.js",
"files": [
"dist",
"es",
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/orca-team/pocket.git"
},
"dependencies": {
"@orca-fe/jss-plugin-auto-prefix": "^0.0.1",
"@orca-fe/simple-jss": "^0.0.3",
"ahooks": "^3.7.8",
"classnames": "^2.3.2",
"json5": "^2.2.3",
"lunar-javascript": "^1.6.7",
"moment": "^2.29.4",
"prefix-classnames": "^0.0.7",
"react-custom-scrollbars-2": "^4.5.0",
"rfdc": "^1.3.0",
"@orca-fe/hooks": "1.12.1",
"@orca-fe/pocket": "3.4.5",
"@orca-fe/tools": "0.10.1"
},
"peerDependencies": {
"@ant-design/icons": ">=4.8.0",
"antd": ">=4.23.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.2.45",
"autod": "^3.1.2",
"dayjs": "^1.11.10",
"jss": "^10.10.0"
},
"scripts": {
"build": "father build",
"autod": "autod",
"clear": "rimraf lib es"
}
}