UNPKG

react-event-calendar

Version:

React JS component that will display supplied event data within a calendar view of a given month.

108 lines (107 loc) 3.35 kB
{ "name": "react-event-calendar", "version": "0.3.0", "description": "React JS component that will display supplied event data within a calendar view of a given month.", "author": "James Lewis", "scripts": { "start": "webpack-dev-server", "test": "jest", "test:tdd": "", "test:lint": "eslint . --ext .js --ext .jsx --ignore-path .gitignore --ignore-pattern dist --cache", "gh-pages": "webpack", "gh-pages:deploy": "gh-pages -d gh-pages", "gh-pages:stats": "webpack --profile --json > stats.json", "dist": "webpack --display-error-details", "dist:min": "webpack --display-error-details", "dist:modules": "babel ./src --out-dir ./dist-modules", "pretest": "npm run test:lint", "preversion": "npm run test && npm run dist && npm run dist:min && git commit --allow-empty -am \"Update dist\"", "prepublish": "npm run dist:modules", "postpublish": "npm run gh-pages && npm run gh-pages:deploy", "postinstall": "node lib/post_install.js" }, "main": "dist-modules", "devDependencies": { "autoprefixer": "^6.3.6", "babel-cli": "^6.7.5", "babel-core": "^6.7.5", "babel-eslint": "^6.0.2", "babel-jest": "^12.0.2", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-react-hmre": "^1.1.1", "babel-register": "^6.7.2", "bootstrap-loader": "^1.0.10", "bootstrap-sass": "^3.3.6", "clean-webpack-plugin": "^0.1.8", "css-loader": "^0.23.1", "eslint": "2.7.x", "eslint-loader": "^1.3.0", "eslint-plugin-react": "^4.3.0", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "gh-pages": "^0.11.0", "git-prepush-hook": "^1.0.1", "highlight.js": "^9.3.0", "html-webpack-plugin": "^2.15.0", "isparta-instrumenter-loader": "^1.0.0", "jest-cli": "^12.0.2", "json-loader": "^0.5.4", "moment": "^2.13.0", "node-sass": "^3.6.0", "postcss-loader": "^0.8.2", "purecss": "^0.6.0", "react": "^15.0.0", "react-addons-test-utils": "^15.0.1", "react-bootstrap": "^0.29.3", "react-dom": "^15.0.0", "react-ghfork": "^0.3.3", "react-modal": "^1.2.1", "react-tooltip": "^2.0.0", "remark": "^4.2.0", "remark-react": "^2.0.0", "remark-react-lowlight": "^0.1.0", "resolve-url-loader": "^1.4.3", "sass-loader": "^3.2.0", "style-loader": "^0.13.1", "sync-exec": "^0.6.2", "system-bell-webpack-plugin": "^1.0.0", "url-loader": "^0.5.7", "webpack": "^1.12.14", "webpack-dev-server": "^1.14.1", "webpack-merge": "^0.8.4" }, "peerDependencies": { "react": ">= 0.11.2 < 16.0.0" }, "jest": { "unmockedModulePathPatterns": [ "<rootDir>/node_modules/react", "<rootDir>/node_modules/react-dom", "<rootDir>/node_modules/react-addons-test-utils" ] }, "homepage": "https://github.com/dptoot/react-event-calendar", "repository": { "type": "git", "url": "https://github.com/dptoot/react-event-calendar.git" }, "bugs": { "url": "https://github.com/dptoot/react-event-calendar/issues" }, "keywords": [ "react", "reactjs", "react-component" ], "license": "MIT", "pre-push": [ "test", "test:lint" ], "dependencies": { "calendar-base": "^0.2.1", "classnames": "^2.2.4" } }