uniforms-react-semantic
Version:
Semantic React UI components for uniforms.
38 lines (37 loc) • 831 B
JSON
{
"name": "uniforms-react-semantic",
"version": "0.0.3",
"license": "MIT",
"main": "index.js",
"module": "index.js",
"jsnext:main": "src/index.js",
"description": "Semantic React UI components for uniforms.",
"repository": "https://github.com/cesarve/uniforms/tree/master/packages/uniforms-react-semantic",
"bugs": "https://github.com/cesarve/uniforms/",
"keywords": [
"form",
"forms",
"meteor",
"react",
"semantic",
"uniforms",
"semanic-ui",
"react-component",
"schema",
"validation"
],
"files": [
"*.js",
"src/"
],
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.20.1"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"semantic-ui-react": "^0.71.4",
"classnames": "^2.2.5",
"prop-types": "^15.5.7"
}
}