Anna Kurylo
2018-10-17 ccc40e94e2da9fe9aa1cb560b97e3e618cefb1da
commit | author | age
47e834 1 {
9fb8e8 2   "name": "react-datetime",
87a4ca 3   "version": "2.15.0",
12add8 4   "description": "A lightweight but complete datetime picker React.js component",
f75765 5   "homepage": "https://github.com/YouCanBookMe/react-datetime",
7d71cd 6   "repository": {
LC 7     "type": "git",
f75765 8     "url": "https://github.com/YouCanBookMe/react-datetime"
aa410b 9   },
e44b2b 10   "main": "./DateTime.js",
752fa8 11   "typings": "./DateTime.d.ts",
75c558 12   "files": [
eefc2d 13     "DateTime.js",
752fa8 14     "DateTime.d.ts",
eefc2d 15     "src",
SE 16     "css",
17     "dist"
75c558 18   ],
47e834 19   "scripts": {
43957d 20     "build:mac": "./node_modules/.bin/gulp",
6f922e 21     "build:win": "./node_modules/.bin/gulp.cmd",
SE 22     "dev": "./node_modules/.bin/webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example",
298a00 23     "lint": "./node_modules/.bin/eslint src/ DateTime.js test/ && echo 'Linting OK! ðŸ’ª'",
SE 24     "notify-pre-commit-hook": "echo '### Starting pre-commit hook ðŸ¦„'",
290be5 25     "test": "./node_modules/.bin/jest",
6f922e 26     "test:typings": "./node_modules/.bin/tsc -p ./typings",
1ea05f 27     "test:snapshot": "./node_modules/.bin/jest snapshot",
SE 28     "test:snapshot:update": "./node_modules/.bin/jest snapshot --updateSnapshot",
298a00 29     "test:all": "echo 'Running tests...' && npm run test:typings && npm run test && echo 'All tests passed! ðŸ¤˜'",
290be5 30     "test:watch": "./node_modules/.bin/jest --watch"
47e834 31   },
LC 32   "keywords": [
33     "react",
b92001 34     "react-component",
d76f7b 35     "datepicker",
M 36     "timepicker",
47e834 37     "datetimepicker",
LC 38     "datetime"
39   ],
18dc17 40   "author": "Javier Marquez",
47e834 41   "license": "MIT",
LC 42   "peerDependencies": {
6f922e 43     "moment": ">=2.16.0",
0f5008 44     "react": "~16.2.0",
AK 45     "react-dom": "~16.2.0"
47e834 46   },
LC 47   "devDependencies": {
0f5008 48     "@types/react": ">=16",
f75765 49     "babel-core": "^6.22.1",
290be5 50     "babel-jest": "^18.0.0",
f75765 51     "babel-loader": "^6.2.1",
290be5 52     "babel-preset-es2015": "^6.22.0",
SE 53     "babel-preset-react": "^6.22.0",
7dc26d 54     "enzyme": "^3.0.0",
SE 55     "enzyme-adapter-react-15": "^1.0.5",
0d14b5 56     "eslint": "^3.1.0",
99929e 57     "gulp": "^3.9.1",
f75765 58     "gulp-babel": "^6.1",
d76f7b 59     "gulp-insert": "^0.4.0",
f75765 60     "gulp-plumber": "^1.1.0",
SE 61     "gulp-rename": "^1.2.2",
62     "gulp-sourcemaps": "^2.4.0",
d76f7b 63     "gulp-uglify": "^1.2.0",
290be5 64     "jest": "^18.1.0",
SE 65     "jest-cli": "^18.1.0",
2d8253 66     "jsdom": "^7.0.2",
99ccfd 67     "mocha": "^3.2.0",
b46c6e 68     "moment": ">=2.16.0",
45ce05 69     "pre-commit": "^1.1.3",
0f5008 70     "react": "~16.2.0",
4c7584 71     "react-addons-test-utils": ">=0.13",
0f5008 72     "react-test-renderer": "~16.2.0",
f75765 73     "through2": "^2.0.3",
a20f58 74     "typescript": "^2.0.10",
f75765 75     "webpack": "^2.2.1",
SE 76     "webpack-dev-server": "^1.7.0",
77     "webpack-stream": "^3.2.0"
8362cf 78   },
LC 79   "dependencies": {
b7c12f 80     "create-react-class": "^15.5.2",
1f5ec1 81     "object-assign": "^3.0.0",
0f5008 82     "prop-types": "~15.6.1",
39b827 83     "react-onclickoutside": "^6.5.0"
45ce05 84   },
SE 85   "pre-commit": [
298a00 86     "notify-pre-commit-hook",
45ce05 87     "lint",
6f922e 88     "test:all"
45ce05 89   ]
8362cf 90 }