reacttypingcalendar
Version:
Light Weight React Typing Calendar
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "reacttypingcalendar",
"version": "0.1.2",
"description": "Light Weight React Typing Calendar",
"main": "dist/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": ""
},
"author": "chandraa",
"license": "ISC",
"dependencies": {
"react": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"style-loader": "^1.1.2",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"react": "^16.12.0"
},
"keywords": [
"react-typing-calendar",
"react-typing-input-calendar",
"mobile-react-typing-calendar",
"react-format-typing-calendar",
"react","datepickercalendar","input-datepicker","input-calendar","react-input-calendar",
"react-calendar",
"react-datepicker",
"react-component"
]
}