Anna Kurylo
2018-10-16 99929e8c706aa7f6196ac4e02df1c04449feee7a
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",
4c7584 44     "react": ">=0.13",
6f922e 45     "react-dom": ">=0.13"
47e834 46   },
LC 47   "devDependencies": {
088e51 48     "@types/react": ">=15",
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",
7dc26d 71     "react": "^15.5.0",
4c7584 72     "react-addons-test-utils": ">=0.13",
7dc26d 73     "react-dom": "^15.5.0",
SE 74     "react-test-renderer": "^15.5.0",
f75765 75     "through2": "^2.0.3",
a20f58 76     "typescript": "^2.0.10",
f75765 77     "webpack": "^2.2.1",
SE 78     "webpack-dev-server": "^1.7.0",
79     "webpack-stream": "^3.2.0"
8362cf 80   },
LC 81   "dependencies": {
b7c12f 82     "create-react-class": "^15.5.2",
1f5ec1 83     "object-assign": "^3.0.0",
0cae6c 84     "prop-types": "^15.5.7",
39b827 85     "react-onclickoutside": "^6.5.0"
45ce05 86   },
SE 87   "pre-commit": [
298a00 88     "notify-pre-commit-hook",
45ce05 89     "lint",
6f922e 90     "test:all"
45ce05 91   ]
8362cf 92 }