@rc-component/cascader
Version:
cascade select ui component for react
103 lines (102 loc) • 2.77 kB
JSON
{
"name": "@rc-component/cascader",
"version": "1.21.0",
"description": "cascade select ui component for react",
"keywords": [
"react",
"react-component",
"react-cascader",
"react-select",
"select",
"cascade",
"cascader"
],
"homepage": "https://react-component.github.io/cascader",
"bugs": {
"url": "https://github.com/react-component/cascader/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/react-component/cascader.git"
},
"license": "MIT",
"author": "afc163@gmail.com",
"main": "./lib/index",
"module": "./es/index",
"files": [
"lib",
"es",
"assets/*.css",
"assets/*.less"
],
"scripts": {
"build": "dumi build",
"compile": "father build",
"coverage": "father test --coverage",
"tsc": "tsc --noEmit",
"deploy": "UMI_ENV=gh npm run build && gh-pages -d docs-dist",
"lint": "eslint src/ examples/ tests/ --ext .tsx,.ts,.jsx,.js",
"prepublishOnly": "npm run compile && rc-np",
"prettier": "prettier --write --ignore-unknown .",
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"start": "dumi dev",
"test": "rc-test",
"prepare": "husky"
},
"dependencies": {
"@rc-component/select": "~1.10.0",
"@rc-component/tree": "~1.3.2",
"@rc-component/util": "^1.11.1",
"clsx": "^2.1.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/compat": "^2.1.0",
"@rc-component/father-plugin": "^2.2.0",
"@rc-component/form": "^1.4.0",
"@rc-component/np": "^1.0.4",
"@rc-component/trigger": "^3.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/warning": "^3.0.4",
"array-tree-filter": "^3.0.2",
"cheerio": "1.2.0",
"core-js": "^3.40.0",
"cross-env": "^10.1.0",
"dumi": "^2.4.38",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"father": "^4.6.24",
"gh-pages": "^6.3.0",
"glob": "^13.0.6",
"globals": "^17.7.0",
"husky": "^9.1.7",
"less": "^4.6.7",
"lint-staged": "^17.0.8",
"prettier": "^3.9.4",
"rc-test": "^7.1.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"types": "./es/index.d.ts"
}