UNPKG

react-agenda

Version:

An advanced agenda / organizer built with react

56 lines (55 loc) 1.51 kB
{ "name": "react-agenda", "version": "0.0.8", "description": "An advanced agenda / organizer built with react", "main": "build/index.js", "peerDependencies": { "moment": "^2.0.1", "prop-types": "^15.5.0", "react": "^15.5.0", "react-dom": "^15.5.0" }, "dependencies": { "classnames": "^2.2.6", "drag-drop-touch-polyfill": "https://github.com/Revln9/drag-drop-touch-polyfill-ES5-compiled.git", "react-datetime": "^2.16.3", "prop-types": "^15.6.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/revln9/react-agenda" }, "keywords": [ "Agenda", "Scheduler", "Events", "react", "npm" ], "author": "sami.chetbi@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/revln9/react-agenda/issues" }, "homepage": "https://github.com/revln9/react-agenda", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "css-loader": "^2.1.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "style-loader": "^0.23.1", "webpack": "^4.29.0", "webpack-cli": "^3.2.1", "webpack-node-externals": "^1.7.2" } }