{
  "name": "@nauto/uikit",
  "version": "2.26.3-rc.1",
  "description": "React component library for Nauto applications",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && yarn build:js && yarn build:assets",
    "build:assets": "cp -r src/assets dist",
    "build:js": "NODE_ENV=prod babel --out-dir=dist --extensions \".ts,.tsx\" --source-maps true ./src",
    "cypress:open": "cypress run",
    "lint": "echo 'Removed linting temporarily'",
    "prepare": "yarn build",
    "test": "jest",
    "test:debug": "node --inspect ../../node_modules/.bin/jest --runInBand",
    "type-check": "tsc --noEmit",
    "watch:build": "chokidar src -c 'yarn build'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nauto/web-apps.git"
  },
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/nauto/web-apps/issues"
  },
  "homepage": "https://github.com/nauto/web-apps#readme",
  "dependencies": {
    "@sambego/storybook-state": "^1.3.1",
    "@vx/axis": "^0.0.181",
    "@vx/group": "^0.0.143",
    "@vx/shape": "^0.0.140",
    "compression": "^1.7.4",
    "d3-array": "^1.2.1",
    "d3-scale": "^1.0.6",
    "event-propagation-path": "DieterHolvoet/event-propagation-path",
    "express": "^4.16.4",
    "formik": "^0.11.11",
    "lodash.chunk": "^4.2.0",
    "lodash.some": "^4.6.0",
    "lodash.topairs": "^4.3.0",
    "moment": "^2.19.1",
    "moment-timezone": "^0.5.14",
    "react-addons-shallow-compare": "^15.6.2",
    "react-dates": "^15.0.0",
    "react-lazyload": "^2.3.0",
    "react-portal": "^3.2.0",
    "reselect": "^4.0.0",
    "ringside": "^0.2.0",
    "scrollbar-width": "^3.1.1",
    "styled-components": "^4.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-decorators": "^7.4.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-typescript": "^7.3.3",
    "@babel/plugin-transform-modules-commonjs": "^7.9.0",
    "@babel/plugin-transform-regenerator": "^7.4.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/register": "^7.4.0",
    "@types/d3": "^4.11.0",
    "@types/enzyme": "^3.1.8",
    "@types/jest": "^24.0.11",
    "babel-core": "^7.0.0-bridge.0",
    "chokidar-cli": "^1.2.0",
    "core-js": "^3.1.3",
    "faker": "^4.1.0",
    "jest-dom": "^3.1.3",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "react-testing-library": "^6.1.2",
    "rimraf": "^3.0.2",
    "typescript": "2.8.3"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "16.8.6"
  },
  "gitHead": "8b1c43d4315799076a95ec94b69d84589e255348",
  "resolutions": {
    "minimist": "^1.2.6",
    "url-parse": "^1.5.9",
    "eventsource": "^1.1.1",
    "shell-quote": "^1.7.3",
    "merge-deep": "^3.0.3",
    "lodash": "^4.17.21",
    "ejs": "^3.1.10"
  }
}
