{
  "name": "@datank/nidavellir",
  "version": "0.2.464",
  "description": "Library for platfom's componets",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "repository": "git@github.com:datankai/nidavellir.git",
  "peerDependencies": {
    "nidavellir": "https://github.com/datankai/nidavellir"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
    "storybook": "start-storybook -p 9009 -s public",
    "build-storybook": "build-storybook -c .storybook"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^3.4.10",
    "@storybook/addon-links": "^3.4.10",
    "@storybook/addons": "^3.4.10",
    "@storybook/react": "^3.4.10",
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-runtime": "^6.26.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.13.0",
    "hex-rgba": "^1.0.2",
    "husky": "^1.3.1",
    "prettier": "1.16.4",
    "pretty-quick": "^1.10.0",
    "react": "^16.6.0",
    "react-dom": "^16.6.0",
    "react-router-dom": "^4.3.1",
    "react-scripts": "1.1.5",
    "styled-components": "^4.0.3",
    "typography": "^0.16.17"
  },
  "dependencies": {
    "@material-ui/core": "^4.4.3",
    "@material-ui/icons": "^4.4.3",
    "date-fns": "^1.29.0",
    "hex-rgba": "^1.0.2",
    "react-date-picker": "^7.2.0",
    "react-dropzone-uploader": "^2.7.0",
    "react-outside-click-handler": "^1.2.2",
    "react-transition-group": "^4.1.1",
    "styled-components": "^4.0.3",
    "typography": "^0.16.17"
  },
  "keywords": [
    "nidavellir",
    "components",
    "library"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/datankai/nidavellir/issues"
  },
  "homepage": "https://github.com/datankai/nidavellir#readme"
}
