forked from yurikrupnik/react-datetime
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-datetime-demisto",
"version": "3.0.15",
"description": "A lightweight but complete datetime picker React.js component.",
"homepage": "https://github.com/demisto/react-datetime",
"repository": {
"type": "git",
"url": "https://github.com/demisto/react-datetime"
},
"main": "./DateTime.js",
"scripts": {
"build": "./node_modules/.bin/gulp",
"test": "node node_modules/mocha/bin/mocha tests"
},
"keywords": [
"react",
"react-component",
"datepicker",
"timepicker",
"datetimepicker",
"datetime"
],
"author": "Demisto",
"license": "MIT",
"peerDependencies": {
"moment": ">=2.8.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-insert": "^0.4.0",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.5.0",
"jsdom": "^7.0.2",
"mocha": "^2.2.5",
"react": ">=16.1.1",
"webpack": "^1.5.1",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"create-react-class": "^15.6.2",
"object-assign": "^3.0.0",
"prop-types": "^15.6.0",
"react-dom": "^16.1.1",
"react-onclickoutside": "^6.7.0"
}
}