2 Star 0 Fork 1

react-component/select

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "rc-select",
"version": "14.16.4",
"description": "React Select",
"engines": {
"node": ">=8.x"
},
"keywords": [
"react",
"react-component",
"react-select",
"select"
],
"main": "./lib/index",
"module": "./es/index",
"types": "./lib/index.d.ts",
"files": [
"assets/*.css",
"assets/*.less",
"es",
"lib"
],
"homepage": "http://github.com/react-component/select",
"repository": {
"type": "git",
"url": "[email protected]:react-component/select.git"
},
"bugs": {
"url": "http://github.com/react-component/select/issues"
},
"license": "MIT",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"prepare": "husky && dumi setup",
"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prettier": "prettier --write --ignore-unknown .",
"lint": "eslint src/ docs/ tests/ --ext .tsx,.ts,.jsx,.js",
"test": "rc-test",
"tsc": "tsc --noEmit",
"now-build": "npm run build"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"@rc-component/trigger": "^2.1.1",
"classnames": "2.x",
"rc-motion": "^2.0.1",
"rc-overflow": "^1.4.0",
"rc-util": "^5.16.1",
"rc-virtual-list": "^3.5.2"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.45",
"@types/react-dom": "^19.0.1",
"babel-jest": "^29.6.1",
"cross-env": "^7.0.0",
"dumi": "^2.2.13",
"eslint": "^8.55.0",
"eslint-plugin-jest": "^28.8.1",
"eslint-plugin-unicorn": "^56.0.0",
"father": "^4.0.0",
"husky": "^9.1.5",
"jsonp": "^0.2.1",
"less": "^4.2.0",
"lint-staged": "^15.2.9",
"np": "^10.0.7",
"prettier": "^3.1.1",
"querystring": "^0.2.1",
"rc-dialog": "^9.0.0",
"rc-test": "^7.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_react-component/select.git
[email protected]:mirrors_react-component/select.git
mirrors_react-component
select
select
master

搜索帮助