ukelli-ui
Version:
ukelli-ui 是基于 React 的 UI 库,提供简约和功能齐全的组件,可高度定制的组件接口,灵活的配置,提供给开发者另一种开发思路,也致力于尝试不同的组件使用和开发方向。
33 lines • 626 B
JSON
{
"name": "ukelli-ui",
"main": "./core/index.js",
"files": [
"*"
],
"repository": {
"type": "git",
"url": "https://github.com/ukelli/ukelli-ui.git"
},
"keywords": [
"UI"
],
"author": "Alex",
"license": "MIT",
"peerDependencies": {
"basic-helper": "^1.4.11",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.5.0",
"unistore": "^3.1.0"
},
"dependencies": {
"classnames": "^2.2.5",
"flatpickr": "^4.5.7"
},
"engines": {
"node": ">=10.0.0 <11.0.0"
},
"version": "2.15.51",
"private": false
}