forked from quri/react-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
47
48
49
{
"name": "@prometheusresearch/react-datetimepicker",
"version": "0.4.0",
"description": "DateTime Picker component for React",
"homepage": "http://github.com/prometheusresearch/react-datetimepicker",
"repository": {
"type": "git",
"url": "http://github.com/prometheusresearch/react-datetimepicker"
},
"rex": {},
"main": "./lib/index.js",
"keywords": [
"datetime",
"datetimepicker",
"datepicker",
"timepicker",
"date",
"react",
"react-component"
],
"author": "Prometheus Research, LLC",
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"babel": "^5.8.23",
"bootstrap": "^3.3.5",
"eslint": "^3.0.1",
"eslint-config-prometheusresearch": "^0.2.0",
"normalize.css": "^3.0.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-heatpack": "github:andreypopp/react-heatpack"
},
"dependencies": {
"@prometheusresearch/react-ui": "^0.18.0",
"autobind-decorator": "^1.3.2",
"empty": "^0.10.1",
"keymirror": "^0.1.1",
"lodash": "^4.0.0",
"moment": "^2.8.2",
"react-dom-stylesheet": "^0.6.0",
"react-icons": "^2.2.1",
"react-stylesheet": "^1.0.0-beta.3",
"tether": "^1.1.0"
}
}