UNPKG

@kiwicom/orbit-components

Version:

<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"

98 lines (97 loc) 3.31 kB
{ "name": "@kiwicom/orbit-components", "version": "0.13.0", "scripts": { "storybook": "start-storybook -p 6007 -c .storybook", "build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:module", "build:lib": "babel --out-dir lib --ignore *.stories.js,*.test.js,*.storyshot src --copy-files", "build:module": "babel --presets react --plugins babel-plugin-styled-components,transform-class-properties,transform-object-rest-spread --no-babelrc --out-dir es --ignore *.stories.js,*.test.js,*.storyshot src --copy-files", "build:icons": "node config/build.js", "clean": "rimraf lib es src/icons/*.js src/icons/*.js.flow", "prepare": "npm run build", "watch": "concurrently \"npm run build:lib -- --watch\" \"npm run build:module -- --watch\"", "eslint": "eslint .", "flow:check": "flow check", "test": "jest --config=jest.json", "test-ci": "yarn flow:check && yarn eslint && yarn test --ci", "deploy-storybook": "storybook-to-ghpages" }, "storybook-deployer": { "gitUsername": "GH Pages Bot", "gitEmail": "hello@ghbot.com", "commitMessage": "Deploy Storybook to GitHub Pages [skip ci]" }, "repository": { "type": "git", "url": "https://github.com/kiwicom/orbit-components.git" }, "keywords": [ "orbit", "components", "ui", "library", "component" ], "main": "lib/index.js", "module": "es/index.js", "author": "kiwi.com", "license": "MIT", "peerDependencies": { "react": "^16.3.2", "react-dom": "^16.3.2", "styled-components": "^3.2.6" }, "dependencies": { "@kiwicom/orbit-design-tokens": "^0.2.1", "react-icon-base": "^2.1.2" }, "devDependencies": { "@sambego/storybook-styles": "^1.0.0", "@storybook/addon-actions": "^3.4.3", "@storybook/addon-knobs": "^3.4.3", "@storybook/addon-storyshots": "^3.4.3", "@storybook/react": "^3.4.3", "@storybook/storybook-deployer": "^2.3.0", "@svgr/core": "^2.0.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-jest": "^23.2.0", "babel-plugin-styled-components": "^1.5.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-runtime": "^6.26.0", "camelcase": "^5.0.0", "capitalize": "^1.0.0", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.3", "eslint": "^5.0.0", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^3.0.0", "eslint-plugin-flowtype": "^2.46.3", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jest": "^21.15.1", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", "flow-bin": "^0.74.0", "glob": "^7.1.2", "jest": "^23.3.0", "jest-styled-components": "^6.2.1", "jsdom": "^12.0.0", "mkdirp": "^0.5.1", "prettier": "^1.12.1", "react": "^16.3.2", "react-dom": "^16.3.2", "react-storybook-addon-chapters": "2.1.3", "react-test-renderer": "^16.3.2", "rimraf": "^2.6.2", "styled-components": "^3.2.6" }, "resolutions": { "@storybook/addons": "3.4.3" } }