{
  "name": "react-scheduler-smartdata",
  "version": "0.7.32",
  "description": "Calendar! with events",
  "author": "Manish Kumar",
  "repository": "https://github.com/manishksmd/react-scheduler.git",
  "main": "lib/index.js",
  "style": "lib/css/react-big-calendar.css",
  "files": [
    "lib/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "scheduler",
    "react-component",
    "react",
    "calendar",
    "events",
    "full calendar"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "clean:examples": "rimraf examples/static",
    "l": "lessc --autoprefix=\"ie >= 10, safari >= 8, last 2 versions\" ",
    "less": "npm run l src/less/styles.less ./lib/css/react-big-calendar.css && npm run less-dnd",
    "less-dnd": "npm run l src/addons/dragAndDrop/styles.less ./lib/addons/dragAndDrop/styles.css",
    "assets": "cpy src/less/* lib/less && cpy src/img/* lib/img && npm run assets-addons",
    "assets-addons": "cpy addons/**/*.less ../lib/ --cwd=src --parents",
    "build": "npm run clean && babel src --out-dir lib && npm run assets && npm run less && npm run less",
    "build:examples": "npm run clean:examples && webpack --config webpack/examples.config.js",
    "build:visual-test": "webpack --config webpack/visual-test.js",
    "examples": "npm run clean:examples && webpack-dev-server --inline --hot --config webpack/examples.config.js",
    "lint": "eslint src --ext .jsx --ext .js",
    "storybook": "start-storybook -p 9002",
    "test": "npm run lint",
    "tdd": "karma start",
    "release": "release"
  },
  "peerDependencies": {
    "react": "^0.14.9 || ^15.3.0",
    "react-dom": "^0.14.9 || ^15.3.0"
  },
  "devDependencies": {
    "@kadira/storybook": "^1.28.1",
    "babel-cli": "^6.7.5",
    "babel-core": "^6.7.6",
    "babel-eslint": "^6.0.2",
    "babel-preset-jason": "^3.0.0",
    "component-metadata-loader": "^3.0.1",
    "cpy": "^3.4.1",
    "eslint": "^3.0.0",
    "eslint-config-jason": "^4.0.0",
    "eslint-import-resolver-webpack": "^0.8.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-react": "^6.8.0",
    "globalize": "^0.1.1",
    "less": "^2.7.2",
    "less-plugin-autoprefix": "^1.5.1",
    "markdown-jsx-loader": "^2.0.1",
    "marked": "^0.3.5",
    "moment": "^2.17.1",
    "mt-changelog": "^0.6.1",
    "react": "^15.6.2",
    "react-bootstrap": "^0.28.0",
    "react-dnd": "^2.1.4",
    "react-dnd-html5-backend": "^2.1.2",
    "react-docgen": "^2.14.1",
    "react-dom": "^15.6.2",
    "release-script": "^1.0.0",
    "rimraf": "^2.4.2",
    "webpack": "^2.4.1",
    "webpack-atoms": "^1.0.2",
    "webpack-dev-server": "^2.4.5"
  },
  "dependencies": {
    "classnames": "^2.1.3",
    "date-arithmetic": "^3.0.0",
    "dom-helpers": "^2.3.0 || ^3.0.0",
    "invariant": "^2.1.0",
    "lodash": "^4.17.4",
    "prop-types": "^15.5.8",
    "react-overlays": "^0.7.0",
    "react-prop-types": "^0.4.0",
    "uncontrollable": "^3.3.1 || ^4.0.0",
    "warning": "^2.0.0"
  }
}
