swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: 89da28dad15e98cfb4376931bb04c7b1b91c30f9 authored by ThieryMichel on 28 February 2017, 08:15:09 UTC
4.4.7
Tip revision: 89da28d
package.json
{
  "engines": {
    "node": ">= 7.4.0"
  },
  "name": "lodex-v2",
  "version": "4.4.7",
  "description": "",
  "main": "src/api/index.js",
  "scripts": {
    "test": "make test",
    "lint": "./pre-commit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Inist-CNRS/lodex-v2.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Inist-CNRS/lodex-v2/issues"
  },
  "homepage": "https://github.com/Inist-CNRS/lodex-v2#readme",
  "dependencies": {
    "babel-cli": "6.18.0",
    "babel-core": "6.21.0",
    "babel-eslint": "7.1.1",
    "babel-loader": "6.3.2",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-plugin-transform-class-properties": "6.19.0",
    "babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
    "babel-plugin-transform-object-rest-spread": "6.20.2",
    "babel-plugin-transform-runtime": "6.15.0",
    "babel-polyfill": "6.20.0",
    "babel-preset-env": "1.1.8",
    "babel-preset-react": "6.16.0",
    "babel-preset-stage-2": "6.18.0",
    "babel-register": "6.18.0",
    "babel-runtime": "6.20.0",
    "classnames": "2.2.5",
    "config": "1.24.0",
    "copy-webpack-plugin": "4.0.1",
    "csv-parse": "1.1.10",
    "expect": "1.20.2",
    "file-loader": "0.9.0",
    "html-webpack-plugin": "2.26.0",
    "inist-ark": "2.0.0",
    "isomorphic-fetch": "2.2.1",
    "jbj": "7.1.4",
    "json-csv": "1.3.0",
    "json-loader": "0.5.4",
    "jsonwebtoken": "7.2.1",
    "koa": "2.0.0-alpha.7",
    "koa-bodyparser": "3.2.0",
    "koa-connect": "^2.0.0",
    "koa-jwt": "2.1.0",
    "koa-mount": "2.0.0",
    "koa-route": "3.2.0",
    "koa-static": "3.0.0",
    "koa-webpack": "0.2.1",
    "lodash.capitalize": "4.2.1",
    "lodash.chunk": "4.2.0",
    "lodash.debounce": "4.0.8",
    "lodash.memoize": "4.1.2",
    "lodash.omit": "4.5.0",
    "lodash.pick": "4.4.0",
    "lodash.pickby": "4.6.0",
    "material-ui": "0.16.7",
    "moment": "2.17.1",
    "mongodb": "2.2.21",
    "raw-body": "2.2.0",
    "react": "15.4.2",
    "react-dom": "15.4.2",
    "react-fa": "4.1.2",
    "react-redux": "5.0.2",
    "react-router": "3.0.2",
    "react-router-redux": "4.0.7",
    "react-tap-event-plugin": "2.0.1",
    "recompose": "0.21.2",
    "redux": "3.6.0",
    "redux-actions": "1.2.0",
    "redux-form": "6.5.0",
    "redux-localstorage": "0.4.1",
    "redux-polyglot": "0.3.2",
    "redux-saga": "0.14.3",
    "request": "2.79.0",
    "reselect": "2.5.4",
    "stream-buffers": "3.0.1",
    "stream-to-array": "2.3.0",
    "url-api-polyfill": "1.1.0",
    "url-loader": "0.5.7",
    "webpack": "2.2.0",
    "whatwg-fetch": "2.0.2",
    "winston": "2.3.0"
  },
  "devDependencies": {
    "enzyme": "2.7.0",
    "eslint": "3.13.1",
    "eslint-config-airbnb": "14.0.0",
    "eslint-config-airbnb-base": "11.0.1",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-jsx-a11y": "3.0.2",
    "eslint-plugin-mocha": "4.8.0",
    "eslint-plugin-react": "6.9.0",
    "fakerest": "1.2.1",
    "http-server": "0.9.0",
    "koa-connect": "2.0.0",
    "mocha": "3.2.0",
    "react-addons-test-utils": "15.4.2",
    "react-hot-loader": "3.0.0-beta.6",
    "selenium-standalone": "5.11.0",
    "selenium-webdriver": "3.0.1"
  },
  "pre-commit": [
    "lint"
  ]
}
back to top