CyberLight/react-typeahead2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-typeahead2",
  "version": "1.0.10",
  "description": "React Typeahead2",
  "repository": {
    "type": "git",
    "url": "https://github.com/CyberLight/react-typeahead2.git"
  },
  "license": "MIT",
  "jest": {
    "bail": true,
    "verbose": true,
    "moduleNameMapper": {
      "\\.(css|less)$": "identity-obj-proxy",
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/fileTransformer.js"
    },
    "automock": false,
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react/",
      "<rootDir>/node_modules/react-dom/",
      "<rootDir>/node_modules/enzyme/",
      "<rootDir>/node_modules/sinon/",
      "<rootDir>/node_modules/react-addons-test-utils/"
    ]
  },
  "scripts": {
    "prepublish": "node ./.scripts/prepublish.js",
    "lint": "eslint --ext .jsx --ext .js src/**; exit 0",
    "lintfix": "eslint --ext .jsx --ext .js src/** --fix; exit 0",
    "testonly": "jest --coverage; exit 0;",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js",
    "storybook": "start-storybook -p 9010",
    "publish-storybook": "node ./.scripts/publish_storybook.js",
    "test-storybook": "storyshots",
    "coveralls": "cat coverage/lcov.info | coveralls; exit 0;",
    "codeclimate-cover": "cat coverage/lcov.info | codeclimate-test-reporter; exit 0;"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.35.1",
    "@kadira/storyshots": "^2.1.0",
    "babel-cli": "^6.18.0",
    "babel-core": "^6.14.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.5",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-polyfill": "^6.13.0",
    "babel-preset-react-app": "^2.0.1",
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.4.0",
    "coveralls": "^2.11.15",
    "enzyme": "^2.7.0",
    "eslint": "^3.12.2",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.8.0",
    "expect": "^1.20.2",
    "git-url-parse": "^6.0.1",
    "jest": "^18.1.0",
    "jsdom": "^9.5.0",
    "mocha": "^3.0.2",
    "promise": "^7.1.1",
    "raw-loader": "^0.5.1",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.3.2",
    "react-dom": "^15.3.2",
    "shelljs": "^0.7.5",
    "sinon": "^2.0.0-pre.4",
    "storybook-addon-specifications": "^1.0.15",
    "whatwg-fetch": "^2.0.1"
  },
  "peerDependencies": {
    "react": "^0.14.7 || ^15.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "immutable": "^3.8.1",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "styled-components": "^1.1.3"
  },
  "main": "dist/index.js",
  "engines": {
    "npm": "^3.0.0"
  }
}