Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ui-component-library / dist / package.json
Size: Mime:
{
  "name": "ui-component-library",
  "version": "0.9.6",
  "private": true,
  "typings": "typings",
  "main": "index.js",
  "dependencies": {
    "react-animate-height": "^1.0.2"
  },
  "peerDependencies": {
    "chain-able-boost": "^6.0.0-beta.8",
    "react": "canary",
    "react-dom": "canary",
    "@skava/modules": "^1.2.16",
    "xmobx": "next"
  },
  "_moduleAliases": {
    "bootstrapper": "./bootstrapper",
    "client": "./client",
    "components": "./components",
    "forms": "./forms",
    "state": "./state",
    "inputs": "./inputs",
    "words": "./words",
    "typings": "./typings",
    "atoms": "./components/atoms",
    "molecules": "./components/molecules",
    "organisms": "./components/organisms",
    "templates": "./components/templates",
    "presets": "./components/presets",
    "features": "./components/features",
    "abstractions": "./components/abstractions",
    "icons": "./components/atoms/Icons",
    "input": "./forms/input",
    "form": "./forms/form"
  }
}