react-inline-date
Version:
> React Date Input Component.
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "react-inline-date",
"version": "0.0.2",
"description": "",
"main": "lib/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack",
"build-example": "cd examples; ../node_modules/.bin/webpack",
"run-example": "cd examples; ../node_modules/.bin/webpack-dev-server --content-base ../docs --inline --hot --config webpack.config.js",
"release": "npm run build; npm publish"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/cheekujha/react-inline-date.git"
},
"author": "cheekujha@gmail.com",
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.1"
},
"keywords": [
"react",
"reactjs",
"react-date",
"react-inline-date",
"inlinedate",
"react-component",
"react-date-input",
"react-input-date"
]
}