{
  "name": "odin-component-library",
  "version": "1.1.2",
  "description": "In the beginning there was darkness",
  "main": "dist/odin.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --mode=production",
    "storybook": "start-storybook -p 9001",
    "build-storybook": "build-storybook",
    "serve": "serve storybook-static",
    "predeploy": "yarn build",
    "deploy": "yarn publish"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mrboen94/odin.git"
  },
  "keywords": [
    "odin",
    "component",
    "library",
    "react"
  ],
  "author": "Mathias Bøe",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mrboen94/odin/issues"
  },
  "homepage": "https://github.com/mrboen94/odin#readme",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@emotion/cache": "^10.0.0",
    "@emotion/core": "^10.0.5",
    "@emotion/styled": "^10.0.5",
    "@emotion/utils": "^0.11.1",
    "@storybook/addon-actions": "^4.1.4",
    "@storybook/react": "^4.1.4",
    "babel-loader": "^8.0.5",
    "css-loader": "^1.0.1",
    "node-sass": "^4.11.0",
    "sass-loader": "^7.1.0",
    "serve": "^11.0.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.32.2",
    "webpack-cli": "^3.2.0"
  },
  "dependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "styled-components": "^4.1.3"
  }
}
