2 Star 0 Fork 0

react-component/time-picker

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "rc-time-picker",
"version": "4.0.0-alpha.3",
"description": "React TimePicker",
"keywords": [
"react",
"react-time-picker",
"react-component",
"timepicker",
"time-picker",
"ui component",
"ui",
"component"
],
"files": [
"lib",
"es",
"assets/*.css",
"assets/*.less",
"index.d.ts"
],
"main": "lib/index",
"module": "es/index",
"homepage": "http://github.com/react-component/time-picker",
"author": "wuzhao.mail@gmail.com",
"repository": {
"type": "git",
"url": "git@github.com:react-component/time-picker.git"
},
"bugs": {
"url": "http://github.com/react-component/time-picker/issues"
},
"license": "MIT",
"dependencies": {
"classnames": "2.x",
"moment": "2.x",
"raf": "^3.4.1",
"rc-trigger": "^4.0.0-alpha.8"
},
"devDependencies": {
"cross-env": "^7.0.0",
"enzyme": "^3.8.0",
"enzyme-to-json": "^3.4.0",
"father": "^2.24.1",
"np": "^6.0.0",
"rc-util": "^5.1.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"gh-pages": "npm run build && father doc deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"test": "father test",
"coverage": "father test --coverage",
"now-build": "npm run build"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_react-component/time-picker.git
git@gitee.com:mirrors_react-component/time-picker.git
mirrors_react-component
time-picker
time-picker
master

搜索帮助