{
  "name": "react-event-agenda",
  "version": "0.0.2",
  "description": "",
  "author": "David Schach",
  "license": "MIT",
  "repository": "https://github.com/schachdavid/react-event-agenda",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "test": "cross-env CI=1 react-scripts-ts test --env=jsdom --colors",
    "test:coverage": "cross-env CI=1 react-scripts-ts test --env=jsdom --colors --coverage --collectCoverageFrom=src/AgendaViewModel.ts --collectCoverageFrom=src/models/**",
    "test:watch": "react-scripts-ts test --env=jsdom",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "prepare": "npm run build",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build"
  },
  "dependencies": {
    "@types/classnames": "^2.2.9",
    "@types/color": "^3.0.0",
    "@types/lodash": "^4.14.142",
    "@types/uuid": "^3.4.5",
    "classnames": "^2.2.6",
    "color": "^3.1.2",
    "css-vars-ponyfill": "^2.1.2",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "mobx": "^4.3.1",
    "mobx-react": "^6.1.3",
    "moment": "^2.24.0",
    "office-ui-fabric-react": "^7.64.1",
    "react-dnd": "^9.4.0",
    "react-dnd-html5-backend": "^9.4.0",
    "react-icons": "^3.8.0",
    "uuid": "^3.3.3"
  },
  "peerDependencies": {
    "react": "^16.9.0",
    "react-dom": "^16.9.0"
  },
  "devDependencies": {
    "@svgr/rollup": "^2.4.1",
    "@types/jest": "^23.1.5",
    "@types/lodash.debounce": "^4.0.6",
    "@types/lodash.throttle": "^4.1.6",
    "@types/react": "16.9.2",
    "@types/react-dom": "16.9.0",
    "autoprefixer": "^9.7.3",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "cross-env": "^5.1.4",
    "gh-pages": "^1.2.0",
    "node-sass": "^4.12.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-scripts-ts": "^2.16.0",
    "rollup": "^0.62.0",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^1.6.2",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.17.0",
    "rollup-plugin-url": "^1.4.0",
    "typescript": "^3.7.4"
  },
  "files": [
    "dist"
  ]
}
