{
  "name": "@simspace/monorail",
  "version": "0.0.27",
  "description": "SimSpace Design System",
  "resolutions": {
    "date-fns": "2.14.0",
    "@devexperts/remote-data-ts": "2.0.3",
    "@types/history": "3.2.1",
    "@types/lodash": "4.14.137",
    "@types/react": "16.9.10",
    "@types/react-dom": "16.9.2",
    "fp-ts": "2.8.1",
    "fp-ts-contrib": "0.1.17",
    "io-ts": "2.2.9",
    "io-ts-types": "0.5.8",
    "lodash": "4.17.15",
    "monocle-ts": "2.3.3",
    "newtype-ts": "0.3.4",
    "styled-components": "4.4.1",
    "typelevel-ts": "0.4.0"
  },
  "engines": {
    "node": "8.16.0 || 10.15.1 || 12.10.0 || 12.16.1"
  },
  "scripts": {
    "prebuild": "yarn clean && yarn",
    "build": "yarn compile && yarn generate-type-declarations && yarn type-check",
    "postbuild": "yarn copy-package-json",
    "clean": "rm -rf dist",
    "compile": "babel src -d dist --extensions \".js,.jsx,.ts,.tsx\"",
    "copy-package-json": "cp package.json dist/package.json",
    "generate-type-declarations": "yarn type-check --allowJs false --declaration --declarationDir dist --emitDeclarationOnly",
    "type-check": "tsc --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Simspace/monorail.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Simspace/monorail/issues"
  },
  "homepage": "https://github.com/Simspace/monorail#readme",
  "dependencies": {
    "@reach/tooltip": "0.8.5",
    "deepmerge": "4.2.2",
    "react-truncate": "2.4.0",
    "react-virtualized": "9.20.0",
    "react-virtualized-auto-sizer": "1.0.2",
    "react-window": "1.8.5",
    "react-window-infinite-loader": "1.0.5"
  },
  "peerDependencies": {
    "@devexperts/remote-data-ts": "^2.0.3",
    "@react-aria/utils": "3.2.1",
    "@reach/portal": "0.6.1",
    "date-fns": "2.14.0",
    "downshift": "3.2.12",
    "expect-type": "0.7.9",
    "fp-ts": "2.9.0",
    "fp-ts-contrib": "0.1.17",
    "history": "3.2.1",
    "io-ts": "2.2.9",
    "io-ts-types": "0.5.8",
    "lodash": "^4.17.11",
    "moment": "2.24.0",
    "monocle-ts": "^2.1.0",
    "newtype-ts": "0.3.4",
    "react": "^16.8.0",
    "react-datetime": "^2.14.0",
    "react-dom": "^16.8.0",
    "react-lottie": "1.2.3",
    "react-pose": "^4.0.0",
    "react-router": "^3.2.0",
    "react-table": "6.10.0",
    "styled-components": "^5.0.0",
    "typelevel-ts": "0.4.0",
    "use-debounce": "2.2.0"
  },
  "devDependencies": {
    "@babel/cli": "7.11.6",
    "@babel/core": "7.11.6",
    "@babel/plugin-proposal-class-properties": "7.10.4",
    "@babel/plugin-proposal-decorators": "7.10.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
    "@babel/plugin-proposal-numeric-separator": "7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "7.11.0",
    "@babel/plugin-proposal-optional-chaining": "7.11.0",
    "@babel/plugin-transform-react-constant-elements": "7.10.4",
    "@babel/plugin-transform-react-inline-elements": "7.10.4",
    "@babel/preset-env": "7.11.5",
    "@babel/preset-react": "7.10.4",
    "@babel/preset-typescript": "7.10.4",
    "@babel/register": "7.11.5",
    "@material-ui/core": "4.10.0",
    "@material-ui/icons": "4.9.1",
    "@reach/portal": "0.6.1",
    "@storybook/react": "6.1.10",
    "@storybook/addons": "6.1.10",
    "@storybook/addon-actions": "6.1.10",
    "@testing-library/jest-dom": "5.11.6",
    "@testing-library/react": "11.2.2",
    "@testing-library/user-event": "12.4.0",
    "@types/history": "3.2.1",
    "@types/jest": "26.0.15",
    "@types/jest-axe": "3.5.1",
    "@types/lodash": "4.14.137",
    "@types/prop-types": "15.7.1",
    "@types/react": "16.9.10",
    "@types/react-datepicker": "^2.9.5",
    "@types/react-dom": "16.9.2",
    "@types/react-helmet": "6.1.0",
    "@types/react-lottie": "^1.2.3",
    "@types/react-router": "3.0.20",
    "@types/react-table": "6.8.3",
    "@types/react-virtualized": "9.21.2",
    "@types/react-virtualized-auto-sizer": "1.0.0",
    "@types/react-window": "1.8.1",
    "@types/react-window-infinite-loader": "1.0.2",
    "@types/styled-components": "5.1.2",
    "@typescript-eslint/eslint-plugin": "3.9.1",
    "@typescript-eslint/parser": "3.9.1",
    "babel-plugin-macros": "2.8.0",
    "babel-plugin-module-resolver": "3.2.0",
    "babel-plugin-styled-components": "1.12.0",
    "downshift": "3.2.12",
    "expect-type": "0.7.9",
    "fast-check": "2.3.0",
    "history": "3.2.1",
    "io-ts-types": "0.5.8",
    "jest-axe": "4.1.0",
    "jest-canvas-mock": "2.2.0",
    "lodash": "4.17.15",
    "moment": "2.24.0",
    "newtype-ts": "0.3.4",
    "prop-types": "15.7.2",
    "react": "16.11.0",
    "react-datepicker": "2.10.1",
    "react-datetime": "2.14.0",
    "react-dom": "16.11.0",
    "react-helmet": "6.1.0",
    "react-lottie": "1.2.3",
    "react-pose": "4.0.5",
    "react-router": "3.2.3",
    "react-table": "6.10.0",
    "styled-components": "5.1.1",
    "typelevel-ts": "0.4.0",
    "typescript": "4.1.2",
    "use-debounce": "2.2.0"
  }
}
