Anna Kurylo
2018-10-17 0f5008609863f61d98f7cbda262125a9ab976322
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",
SE 52     "babel-plugin-transform-remove-strict-mode": "0.0.2",
290be5 53     "babel-preset-es2015": "^6.22.0",
SE 54     "babel-preset-react": "^6.22.0",
7dc26d 55     "enzyme": "^3.0.0",
SE 56     "enzyme-adapter-react-15": "^1.0.5",
0d14b5 57     "eslint": "^3.1.0",
99929e 58     "gulp": "^3.9.1",
f75765 59     "gulp-babel": "^6.1",
d76f7b 60     "gulp-insert": "^0.4.0",
f75765 61     "gulp-plumber": "^1.1.0",
SE 62     "gulp-rename": "^1.2.2",
63     "gulp-sourcemaps": "^2.4.0",
d76f7b 64     "gulp-uglify": "^1.2.0",
290be5 65     "jest": "^18.1.0",
SE 66     "jest-cli": "^18.1.0",
2d8253 67     "jsdom": "^7.0.2",
99ccfd 68     "mocha": "^3.2.0",
b46c6e 69     "moment": ">=2.16.0",
45ce05 70     "pre-commit": "^1.1.3",
0f5008 71     "react": "~16.2.0",
4c7584 72     "react-addons-test-utils": ">=0.13",
0f5008 73     "react-test-renderer": "~16.2.0",
f75765 74     "through2": "^2.0.3",
a20f58 75     "typescript": "^2.0.10",
f75765 76     "webpack": "^2.2.1",
SE 77     "webpack-dev-server": "^1.7.0",
78     "webpack-stream": "^3.2.0"
8362cf 79   },
LC 80   "dependencies": {
b7c12f 81     "create-react-class": "^15.5.2",
1f5ec1 82     "object-assign": "^3.0.0",
0f5008 83     "prop-types": "~15.6.1",
39b827 84     "react-onclickoutside": "^6.5.0"
45ce05 85   },
SE 86   "pre-commit": [
298a00 87     "notify-pre-commit-hook",
45ce05 88     "lint",
6f922e 89     "test:all"
45ce05 90   ]
8362cf 91 }