{
  "name": "rosemary-ui",
  "version": "1.1.36",
  "description": "C.T.Co React component library",
  "main": "lib/index.js",
  "homepage": "https://github.com/ctco/rosemary-ui",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ctco/rosemary-ui.git"
  },
  "scripts": {
    "start": "yarn build && node server.js",
    "format": "prettier --write --list-different --single-quote --tab-width=4 --print-width=120 webpack.config.js \"src/**/*.{js,jsx,ts,tsx}\"",
    "build:v2": "yarn clean && babel ./src --out-dir ./lib && node ./scripts/copy-files.js",
    "build:v2style": "node-sass --output-style compressed --include-path scss ./src/assets/scss/_all.scss -o css lib/css/bundle.css",
    "build": "yarn build:v2 && yarn build:v2style",
    "test": "mocha  --timeout 10000 --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
    "test:watch": "npm run test -- --watch",
    "test:coverage": "nyc npm test",
    "nyc:report": "nyc report",
    "buildGh-Pages": "yarn demo:build",
    "clean": "./node_modules/.bin/rimraf lib",
    "deploy": "gh-pages-deploy",
    "storybook": "start-storybook -p 9001 -c config/storybook",
    "demo:dev": "webpack-dev-server --config webpack/webpack.config.local.js --hot",
    "demo:build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.production.no-chunks.js"
  },
  "peerDependencies": {
    "moment": "^2.15.1",
    "react": ">=15 <17",
    "react-dom": ">=15 <17"
  },
  "author": "C.T.Co Team TaskODS",
  "devDependencies": {
    "@storybook/addon-actions": "^3.4.1",
    "@storybook/addon-knobs": "^3.4.1",
    "@storybook/addon-options": "^3.4.1",
    "@storybook/react": "^3.4.1",
    "@types/react": "*",
    "autoprefixer": "^6.3.6",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "babel-root-import": "^4.1.8",
    "chai": "^3.5.0",
    "chai-jquery": "^2.0.0",
    "clean-webpack-plugin": "^0.1.19",
    "copy-webpack-plugin": "^4.5.1",
    "cross-env": "^5.1.4",
    "css-loader": "^0.28.11",
    "eslint": "3.19.0",
    "eslint-config-prettier": "^2.6.0",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-react": "^4.3.0",
    "expect": "^1.20.1",
    "expect-jsx": "^2.5.1",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "^1.1.11",
    "fs-extra": "^4.0.2",
    "gh-pages-deploy": "^0.4.2",
    "glob": "^7.1.2",
    "grunt": "^1.0.1",
    "grunt-bump": "^0.8.0",
    "grunt-cli": "^1.2.0",
    "html-webpack-plugin": "^3.2.0",
    "ignore-styles": "^1.2.0",
    "jquery": "^2.2.3",
    "jsdom": "8.4.0",
    "jshint": "^2.9.1",
    "jshint-loader": "^0.8.4",
    "mocha": "^2.4.5",
    "node-sass": "^4.5.3",
    "nyc": "^6.4.0",
    "postcss-loader": "^2.1.4",
    "prettier": "^1.7.4",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-addons-test-utils": "^15.1.0",
    "react-router-dom": "^4.2.2",
    "resolve-url-loader": "^2.3.0",
    "sass-loader": "^7.0.1",
    "sinon": "^1.17.4",
    "style-loader": "^0.20.3",
    "url-loader": "^1.0.1",
    "webpack": "^4.26.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.10",
    "highlight.js": "^8.4.x",
    "history": "^4.7.2",
    "hjs-webpack": "^8.1.0",
    "jsx-to-string": "^0.2.10",
    "react-click-outside": "^2.1.0",
    "react-redux": "^4.4.1",
    "react-router": "3.0.5",
    "redux": "^3.3.1",
    "redux-form": "^5.3.1",
    "release-script": "^1.0.2"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "date-arithmetic": "^3.1.0",
    "dom-helpers": "^3.3.1",
    "element-closest": "^2.0.2",
    "fuse.js": "^3.1.0",
    "immutable": "^3.7.6",
    "invariant": "^2.2.1",
    "lodash": "^4.17.11",
    "prop-types": "^15.6.0",
    "react-transition-group": "^1.2.0",
    "react-list": "^0.8.10",
    "react-overlays": "^0.8.3",
    "react-prop-types": "^0.4.0",
    "tether": "^1.4.0",
    "uncontrollable": "^4.1.0",
    "warning": "^3.0.0"
  },
  "gh-pages-deploy": {
    "staticpath": "dist",
    "prep": [
      "buildGh-Pages"
    ],
    "noprompt": true
  }
}
