127 lines
3.5 KiB
JSON
127 lines
3.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-datetime@2.16.3",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-datetime@2.16.3",
|
|
"_id": "react-datetime@2.16.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-amWfb5iGEiyqjLmqCLlPpu2oN415jK8wX1qoTq7qn6EYiU7qQgbNHglww014PT4O/3G5eo/3kbJu/M/IxxTyGw==",
|
|
"_location": "/react-datetime",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-datetime@2.16.3",
|
|
"name": "react-datetime",
|
|
"escapedName": "react-datetime",
|
|
"rawSpec": "2.16.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.16.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-datetime/-/react-datetime-2.16.3.tgz",
|
|
"_spec": "2.16.3",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Javier Marquez"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/YouCanBookMe/react-datetime/issues"
|
|
},
|
|
"dependencies": {
|
|
"create-react-class": "^15.5.2",
|
|
"object-assign": "^3.0.0",
|
|
"prop-types": "^15.5.7",
|
|
"react-onclickoutside": "^6.5.0"
|
|
},
|
|
"description": "A lightweight but complete datetime picker React.js component",
|
|
"devDependencies": {
|
|
"@types/react": ">=15",
|
|
"babel-core": "^6.22.1",
|
|
"babel-jest": "^18.0.0",
|
|
"babel-loader": "^6.2.1",
|
|
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
|
"babel-preset-es2015": "^6.22.0",
|
|
"babel-preset-react": "^6.22.0",
|
|
"enzyme": "^3.0.0",
|
|
"enzyme-adapter-react-15": "^1.0.5",
|
|
"eslint": "^3.1.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^6.1",
|
|
"gulp-insert": "^0.4.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "^2.4.0",
|
|
"gulp-uglify": "^1.2.0",
|
|
"jest": "^18.1.0",
|
|
"jest-cli": "^18.1.0",
|
|
"jsdom": "^7.0.2",
|
|
"mocha": "^3.2.0",
|
|
"moment": ">=2.16.0",
|
|
"moment-timezone": "^0.5.13",
|
|
"pre-commit": "^1.1.3",
|
|
"react": "^15.5.0",
|
|
"react-addons-test-utils": ">=0.13",
|
|
"react-dom": "^15.5.0",
|
|
"react-test-renderer": "^15.5.0",
|
|
"through2": "^2.0.3",
|
|
"typescript": "^2.0.10",
|
|
"webpack": "^2.2.1",
|
|
"webpack-dev-server": "^1.7.0",
|
|
"webpack-stream": "^3.2.0"
|
|
},
|
|
"files": [
|
|
"DateTime.js",
|
|
"DateTime.d.ts",
|
|
"src",
|
|
"css",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/YouCanBookMe/react-datetime",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"datepicker",
|
|
"timepicker",
|
|
"datetimepicker",
|
|
"datetime"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./DateTime.js",
|
|
"name": "react-datetime",
|
|
"peerDependencies": {
|
|
"moment": ">=2.16.0",
|
|
"react": ">=0.13",
|
|
"react-dom": ">=0.13"
|
|
},
|
|
"pre-commit": [
|
|
"notify-pre-commit-hook",
|
|
"lint",
|
|
"test:all"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/YouCanBookMe/react-datetime.git"
|
|
},
|
|
"scripts": {
|
|
"build:mac": "gulp",
|
|
"build:win": "gulp.cmd",
|
|
"dev": "webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example",
|
|
"lint": "eslint src/ DateTime.js test/ && echo 'Linting OK! 💪'",
|
|
"notify-pre-commit-hook": "echo '### Starting pre-commit hook 🦄'",
|
|
"test": "jest",
|
|
"test:all": "echo 'Running tests...' && npm run test:typings && npm run test && echo 'All tests passed! 🤘'",
|
|
"test:snapshot": "jest snapshot",
|
|
"test:snapshot:update": "jest snapshot --updateSnapshot",
|
|
"test:typings": "tsc -p ./typings",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"typings": "./DateTime.d.ts",
|
|
"version": "2.16.3"
|
|
}
|