Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@keboola/indigo-ui

Package Overview
Dependencies
Maintainers
5
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keboola/indigo-ui - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

52

package.json
{
"name": "@keboola/indigo-ui",
"description": "Keboola UI library",
"version": "2.0.0",
"version": "2.1.0",
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0"
"classnames": "^2.1.0",
"font-awesome": "^4.7.0",
"immutable": "^3.7.3",
"react-bootstrap": "^0.31.5"
},
"devDependencies": {
"@storybook/addon-info": "^3.1.4",
"@storybook/react": "^3.1.3",
"@storybook/addon-actions": "^3.2.17",
"@storybook/addon-info": "^3.2.17",
"@storybook/addon-knobs": "^3.2.17",
"@storybook/addon-links": "^3.2.17",
"@storybook/react": "^3.2.17",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"fixed-data-table": "^0.6.4",

@@ -20,2 +30,3 @@ "grunt": "^1.0.1",

"grunt-exec": "^3.0.0",
"kbc-react-components": "^0.0.9",
"moment": "^2.18.0",

@@ -26,11 +37,16 @@ "moment-timezone": "~0.3.1",

"react": "^15.6.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-scripts": "1.0.7"
"react-scripts": "^1.0.17"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.0.0",
"react-dom": "^0.14.9 || ^15.0.0"
},
"devEngines": {
"node": "8.x",
"npm": "5.x"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-lib": "babel src/indigo --out-dir lib --copy-files",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"run-storybook": "start-storybook -p 9009 -s public",

@@ -44,6 +60,6 @@ "storybook": "npm-run-all -p watch-dev-css run-storybook",

},
"main": "src/components/index.js",
"main": "lib/components/index.js",
"repository": {
"type": "git",
"url": "ssh://github.com/keboola/indigo-ui.git"
"url": "git+ssh://git@github.com/keboola/indigo-ui.git"
},

@@ -55,7 +71,17 @@ "keywords": [

"author": "Keboola",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/keboola/indigo-ui/issues"
},
"homepage": "https://github.com/keboola/indigo-ui"
"homepage": "https://github.com/keboola/indigo-ui",
"files": [
"lib"
],
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
]
}
}
# Indigo UI
[![Build Status](https://travis-ci.org/keboola/indigo-ui.svg?branch=master)](https://travis-ci.org/keboola/indigo-ui)
[![npm](https://img.shields.io/npm/v/@keboola/indigo-ui.svg)](https://yarnpkg.com/en/package/@keboola/indigo-ui)
[![license](https://img.shields.io/github/license/keboola/indigo-ui.svg)](https://github.com/keboola/indigo-ui/blob/master/LICENSE)

@@ -9,6 +11,7 @@ Indigo UI library, its CSS and React components. Also Styleguide app showing usages of this library.

1. Install grunt: `npm install -g grunt`
2. Install dependencies: `yarn`
3. Run storybook `yarn storybook`
4. Open browser at [http://localhost:9009/](http://localhost:9009/)
1. Make sure you have Node 8 installed `node -v`
2. Install grunt: `npm install -g grunt`
3. Install dependencies: `yarn`
4. Run storybook `yarn storybook`
5. Open browser at [http://localhost:9009/](http://localhost:9009/)

@@ -19,3 +22,3 @@ ### Docker

2. Run container: `docker-compose run --rm --service-ports node`
3. Continue from step 2. (including) in section above (`yarn`, `yarn storybook`, ...)
3. Continue from step 3. (including) in section above (`yarn`, `yarn storybook`, ...)

@@ -22,0 +25,0 @@ ## Deployment

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc