{
  "name": "uip-design-system",
  "version": "0.2.12",
  "description": "Design system for Urban Infrastructure Partner",
  "main": "./lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "files": [
    "dist",
    "lib",
    "src",
    "es",
    "static"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/urbaninfrastructure/uip-design-system.git"
  },
  "author": "Jon Espen Kvisler <jonespen@urbaninfrastructure.no>",
  "scripts": {
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
    "build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
    "build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/uip-design-system.js",
    "build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/uip-design-system.min.js",
    "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min && npm run flow:copy-source",
    "clean": "rimraf lib dist es",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "lint:staged": "lint-staged",
    "test": "jest",
    "test:watch": "yarn test -- --watch",
    "prepublish": "in-publish && npm run clean && npm run build || not-in-publish",
    "styleguide:server": "styleguidist server",
    "styleguide:build": "cross-env NODE_ENV=production styleguidist build && npm run styleguide:copy-static-files",
    "styleguide:copy-static-files": "cp -r static/* styleguide/",
    "dev": "npm run styleguide:server",
    "start": "node server.js",
    "flow": "flow",
    "flow:copy-source": "flow-copy-source -v src es && flow-copy-source -v src lib",
    "icons": "node scripts/icons.js",
    "predev": "npm run icons",
    "prebuild": "npm run icons",
    "precommit": "lint-staged"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^18.0.0",
    "babel-loader": "^6.2.10",
    "babel-plugin-inline-react-svg": "^0.4.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.22.0",
    "babel-preset-stage-2": "^6.22.0",
    "bodymovin": "^4.5.3",
    "cross-env": "^3.1.4",
    "css-loader": "^0.27.3",
    "enzyme": "^2.9.1",
    "eslint": "^3.17.1",
    "eslint-config-prettier": "^2.1.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-react": "^6.10.0",
    "expect": "^1.20.2",
    "express": "^4.14.0",
    "faker": "^4.1.0",
    "flow-bin": "^0.39.0",
    "flow-copy-source": "^1.1.0",
    "glob": "^7.1.1",
    "grid-styled": "^2.0.0-10",
    "husky": "^0.13.4",
    "in-publish": "^2.0.0",
    "jest": "^20.0.4",
    "jest-junit": "^1.5.1",
    "lint-staged": "^3.3.1",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "prettier": "^1.4.4",
    "raw-loader": "^0.5.1",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.4.2",
    "react-dom": "^15.5.4",
    "react-styleguidist": "^6.0.8",
    "react-test-renderer": "^15.6.1",
    "rimraf": "^2.5.4",
    "style-loader": "^0.13.2",
    "styled-components": "^2.1.2",
    "styled-components-breakpoint": "^1.0.1",
    "styled-system": "^1.0.0-12",
    "svgo": "^0.7.2",
    "svgo-loader": "^1.2.1",
    "webpack": "2.2.1",
    "webpack-merge": "^4.0.0"
  },
  "peerDependencies": {
    "grid-styled": "*",
    "lodash": "*",
    "react": "*",
    "styled-components": "*",
    "styled-system": "*"
  },
  "dependencies": {
    "polished": "^1.1.3",
    "tag-hoc": "^1.0.0-0"
  },
  "lint-staged": {
    "*.js": [
      "yarn lint",
      "prettier --write",
      "git add"
    ]
  },
  "now": {
    "alias": [
      "urbansharing.design"
    ],
    "files": [
      "styleguide"
    ]
  },
  "jest": {
    "rootDir": "src",
    "testResultsProcessor": "../node_modules/jest-junit"
  },
  "jest-junit": {
    "output": "/tmp/test-results/junit/uip-design-system.xml"
  }
}
