Skip to content

Latest commit

 

History

History
48 lines (47 loc) · 3.86 KB

DEPENDENCIES.md

File metadata and controls

48 lines (47 loc) · 3.86 KB

Dependency Information

devDependencies

Dependency Version React Version Description
babel-cli ^6.24.1 -- Babel command line.
babel-core ^6.24.1 -- Babel compiler core.
babel-jest ^21.0.0 -- Jest plugin to use babel for transformation.
babel-plugin-transform-object-assign ^6.22.0 -- Replace Object.assign with an inline helper
babel-plugin-transform-object-rest-spread ^6.23.0 -- Compile object rest and spread to ES5
babel-preset-es2015 ^6.24.1 -- Babel preset for all es2015 plugins.
babel-preset-react ^6.24.1 -- Babel preset for all React plugins.
check-installed-dependencies ^1.0.0 -- Check if the currently installed packages match package.json
danger ^1.0.0 -- Unit tests for Team Culture
enzyme ^3.1.1 -- JavaScript Testing utilities for React
enzyme-adapter-react-15 ^1.0.5 ^15.5.0 JavaScript Testing utilities for React
enzyme-to-json ^3.2.2 -- convert enzyme wrapper to a format compatible with Jest snapshot
eslint ^3.19.0 -- An AST-based pattern checker for JavaScript.
eslint-config-airbnb ^14.1.0 -- Airbnb's ESLint config, following our styleguide
eslint-plugin-import ^2.2.0 -- Import with sanity.
eslint-plugin-jsx-a11y ^4.0.0 -- Static AST checker for accessibility rules on JSX elements.
eslint-plugin-react ^6.9.0 -- React specific linting rules for ESLint
express ^4.15.2 -- Fast, unopinionated, minimalist web framework
glob ^7.1.1 -- a little globber
identity-obj-proxy ^3.0.0 -- an identity object using ES6 proxies
ip ^1.1.5 --
jest ^21.0.2 -- Delightful JavaScript Testing.
lerna ^2.1.2 -- Tool for managing JavaScript projects with multiple packages
link-parent-bin ^0.1.3 -- Build Status
load-json-file ^2.0.0 -- Read and parse a JSON file
nightwatch ^0.9.12 -- Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API.
react ^15.5.4 -- React is a JavaScript library for building user interfaces.
react-dom ^15.5.4 ^15.6.2 React package for working with the DOM.
react-router ^3.0.5 ^0.14.0 || ^15.0.0 || ^16.0.0-rc A complete routing library for React
react-test-renderer ^15.5.4 ^15.6.2 React package for snapshot testing.
rimraf ^2.6.1 -- A deep deletion module for node (like rm -rf)
shelljs ^0.7.7 -- Portable Unix shell commands for Node.js
stylelint ^8.0.0 -- A mighty, modern CSS linter.
stylelint-config-sass-guidelines ^4.0.1 -- Sharable stylelint config based on https://sass-guidelin.es/
stylelint-order ^0.7.0 -- A collection of order related linting rules for stylelint.
stylelint-scss ^2.0.0 -- A collection of SCSS specific rules for stylelint
stylelint-suitcss ^1.0.0 -- A collection of stylelint plugins for SUIT CSS
terra-toolkit ^2.4.0 ^15.4.2 Utilities to help when developing terra modules.
wdio-mocha-framework ^0.5.11 -- A WebdriverIO plugin. Adapter for Mocha testing framework.
wdio-visual-regression-service ^0.8.0 -- Visual regression testing for WebdriverIO
webdriverio 4.9.9 -- A Node.js bindings implementation for the W3C WebDriver protocol
webpack ^3.6.0 -- Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
webpack-dev-server 2.7.1 -- Serves a webpack app. Updates the browser on changes.