2 Star 0 Fork 0

mirrors_skv-headless/react-select

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Jed Watson 提交于 2015-06-21 19:55 +08:00 . v0.5.1
{
"name": "react-select",
"version": "0.5.1",
"description": "A Select control built with and for ReactJS",
"main": "lib/Select.js",
"author": "Jed Watson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/react-select.git"
},
"dependencies": {
"classnames": "^2.1.2",
"react-input-autosize": "^0.4.4"
},
"devDependencies": {
"babel": "^5.5.8",
"babel-eslint": "^3.1.15",
"chai": "^3.0.0",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"gulp": "^3.9.0",
"istanbul": "^0.3.15",
"jsdom": "^3.1.2",
"mocha": "^2.2.5",
"mocha-jsdom": "^0.4.0",
"react": ">=0.13.3",
"react-component-gulp-tasks": "^0.7.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"react": ">=0.13.3"
},
"browserify-shim": {
"classnames": "global:classNames",
"react": "global:React",
"react-input-autosize": "global:AutosizeInput"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"bump": "gulp bump",
"bump:major": "gulp bump:major",
"bump:minor": "gulp bump:minor",
"start": "gulp dev",
"examples": "gulp dev:server",
"lint": "eslint .",
"release": "gulp release",
"test": "mocha --compilers js:babel/register",
"cover": "istanbul cover node_modules/.bin/_mocha -- -u exports --compilers js:babel/register -R spec",
"watch": "gulp watch:lib"
},
"keywords": [
"react",
"react-component",
"select",
"multiselect",
"combobox",
"input",
"form",
"ui"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_skv-headless/react-select.git
git@gitee.com:mirrors_skv-headless/react-select.git
mirrors_skv-headless
react-select
react-select
master

搜索帮助