{
  "name": "@citydna/common",
  "version": "2.5.1",
  "description": "React component library for Melbourne City DNA.",
  "main": "./lib/index.js",
  "module": "./lib-esm/index.js",
  "types": "./types/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib",
    "lib-esm",
    "types"
  ],
  "author": "Harley Alexander",
  "license": "MIT",
  "scripts": {
    "build:components": "tsc && tsc --build tsconfig.esm.json && yarn copy",
    "build:icons": "svgr -d src/icons ./src/icons/",
    "copy": "copyfiles -u 1 src/**/*.woff src/**/*.woff2 src/**/*.css lib && copyfiles -u 1 src/**/*.woff src/**/*.woff2 src/**/*.css lib-esm && copyfiles -u 1 src/**/*.d.ts types",
    "clean:components": "rm -rf {lib,lib-esm,types}"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.9.3",
    "@material-ui/icons": "^4.11.2",
    "react": "^16.11.0",
    "react-dom": "^16.11.0"
  },
  "devDependencies": {
    "@svgr/cli": "^5.5.0",
    "copyfiles": "^2.4.1",
    "jest": "^26.6.3",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@material-ui/lab": "^4.0.0-alpha.57",
    "deepmerge": "^4.2.2",
    "html-to-react": "^1.4.2",
    "lodash.chunk": "^4.2.0",
    "lodash.merge": "^4.6.2",
    "notistack": "^1.0.3",
    "react-markdown": "^8.0.3"
  },
  "gitHead": "90bd3062927f1ee88782c200e49784d3d402f4ab"
}
