@jacquelinett/react-agenda
Version:
An advanced agenda / organizer built with react
55 lines (54 loc) • 1.47 kB
JSON
{
"name": "@jacquelinett/react-agenda",
"version": "0.0.11-15",
"description": "An advanced agenda / organizer built with react",
"main": "build/index.js",
"dependencies": {
"classnames": "^2.2.6",
"drag-drop-touch-polyfill": "^1.0.0",
"moment": "^2.29.4",
"prop-types": "^15.5.0",
"react": "^17.0.2",
"react-datetime": "^3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jacquelinett/react-agenda.git"
},
"keywords": [
"Agenda",
"Scheduler",
"Events",
"react",
"npm"
],
"author": "sami.chetbi@gmail.com, jacqueline@ordrstudio.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/revln9/react-agenda/issues"
},
"homepage": "https://github.com/Jacquelinett/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"
},
"directories": {
"example": "example"
}
}