{
  "name": "@martingale/ui",
  "version": "0.1.4",
  "private": false,
  "disableHostCheck": true,
  "dependencies": {
    "@martingale/charts": "0.0.1",
    "@martingale/page-schema": "^0.0.3",
    "@martingale/provider": "^0.0.3",
    "@martingale/ui-components": "^0.0.4",
    "@martingale/utils": "^0.0.1",
    "js-yaml": "^3.10.0",
    "less": "^2.7.3",
    "less-plugin-clean-css": "^1.5.1",
    "nodemon": "^1.14.12",
    "npm-run-all": "^4.1.2",
    "pluralize": "^5.1.0",
    "react": "^15.6.2",
    "react-bootstrap": "^0.31.5",
    "react-dom": "^15.6.2",
    "react-router-dom": "^4.2.2"
  },
  "devDependencies": {
    "react-scripts": "^1.1.0"
  },
  "scripts": {
    "build-css": "./compile-less",
    "watch-css": "nodemon --delay 1 -e '.less' -x './compile-less'",
    "start-js": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts start",
    "start": "npm-run-all -p watch-css start-js",
    "build": "yarn doc && yarn build-css && react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "docker": "rouster -v ./:/app -w /app -p 3000 -i node:8.4 -e npm start",
    "doc": "node compile-docs.js",
    "eject": "react-scripts eject"
  },
  "description": "Welcome to Martingale, this guide will walk you through installing and configuring a local standalone version of Martingale that later will be extended with Packs and proxied through Kong to support Google OAuth as a singin option.",
  "main": "start",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pearsontechnology/martingale-ui.git"
  },
  "keywords": [
    "Martingale"
  ],
  "author": "Jeremy Darling <jeremy.darling@pearson.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/pearsontechnology/martingale-ui/issues"
  },
  "homepage": "https://github.com/pearsontechnology/martingale-ui#readme"
}
