{
  "name": "newdavellir",
  "version": "17.1.1",
  "description": "",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "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 9001",
    "docz:dev": "docz dev --port=3001",
    "docz:build": "docz build",
    "dev": " yarn docz:dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datankai/newdavellir.git"
  },
  "keywords": [
    "julieta",
    "react",
    "shared",
    "datank",
    "components"
  ],
  "author": "Connor Wilson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/datankai/newdavellir/issues"
  },
  "homepage": "https://github.com/datankai/newdavellir/#readme",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@storybook/addon-actions": "^4.0.0-alpha.20",
    "@storybook/react": "^4.0.0-alpha.20",
    "@tulipjs/eslint-config": "^1.1.1",
    "babel-loader": "^8.0.1",
    "css-loader": "^1.0.0",
    "docz": "^1.2.0",
    "docz-theme-default": "^1.2.0",
    "dom-helpers": "^5.1.3",
    "node-sass": "^4.9.3",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.41.0",
    "webpack-cli": "^3.2.0"
  },
  "dependencies": {
    "@babel/cli": "^7.6.4",
    "@material-ui/core": "^4.5.0",
    "@material-ui/icons": "^4.4.3",
    "@mdx-js/loader": "^1.5.0",
    "docz-theme-ztopia": "^0.1.1",
    "hex-rgba": "^1.0.2",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "prop-types": "^15.7.2",
    "react-date-picker": "^7.8.2",
    "react-highlight-selection": "^1.0.2",
    "react-highlighter": "^0.4.3",
    "react-outside-click-handler": "^1.3.0",
    "react-swipeable-views": "0.13.3",
    "styled-components": "^4.4.0",
    "typography": "^0.16.19"
  }
}
