{
  "name": "@truedat/dl",
  "version": "3.15.1",
  "description": "TrueDat Web Data Lineage",
  "jsnext:main": "src/index.js",
  "module": "src/index.js",
  "files": [
    "src",
    "index.js"
  ],
  "author": "Bluetab Solutions",
  "license": "GPL-3.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf yarn-error.log",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "eslint": "eslint src/**",
    "eslint:fix": "eslint --fix src/**"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.4.4",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "^7.0.0",
    "babel-jest": "^24.8.0",
    "babel-plugin-dynamic-import-node": "^2.2.0",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.13.2",
    "enzyme-to-json": "^3.3.5",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^24.8.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "redux-saga-test-plan": "^4.0.0-beta.3",
    "rimraf": "^2.6.3",
    "semantic-ui-react": "^0.88.2"
  },
  "jest": {
    "moduleDirectories": [
      "<rootDir>/src",
      "<rootDir>/test",
      "../../node_modules"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/test/setup.js"
    ],
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
      "\\.(css|less)$": "identity-obj-proxy",
      "^@truedat/core$": "<rootDir>/../../node_modules/@truedat/core/src/index",
      "^@truedat/core/(.*)$": "<rootDir>/../../node_modules/@truedat/core/src/$1"
    },
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/"
    ],
    "transform": {
      "^.+\\.jsx?$": "<rootDir>/test/babel-jest-wrapper.js"
    },
    "transformIgnorePatterns": [
      "/node_modules/(?!@truedat).*"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.4.5",
    "@fortawesome/fontawesome-free": "^5.9.0",
    "@truedat/core": "3.15.1",
    "immutable": "^4.0.0-rc.12",
    "lodash": "^4.17.11",
    "path-to-regexp": "^3.0.0",
    "prop-types": "^15.7.2",
    "query-string": "^6.5.0",
    "react-intl": "^2.9.0",
    "react-loadable": "^5.5.0",
    "react-redux": "^7.0.3",
    "react-router-dom": "4.3.1",
    "react-svg-pan-zoom": "^3.1.0",
    "redux": "^4.0.1",
    "redux-saga": "^1.0.2",
    "redux-saga-routines": "^3.1.3",
    "reselect": "^4.0.0",
    "svg-pan-zoom": "^3.6.0",
    "zippa": "^0.3.1"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "semantic-ui-react": "^0.88.2"
  },
  "gitHead": "3099b8cb85c31baa8439b0b26fb1193e340277dc"
}
