forked from skratchdot/react-bootstrap-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.93 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.93 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-bootstrap-daterangepicker",
"version": "3.4.0",
"description": "A date/time picker for react (using bootstrap). This is a react port of: https://github.com/dangrossman/bootstrap-daterangepicker",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "github_changelog_generator -u skratchdot -p react-bootstrap-daterangepicker",
"build": "gulp build"
},
"author": "skratchdot",
"repository": {
"type": "git",
"url": "git://github.com/skratchdot/react-bootstrap-daterangepicker.git"
},
"bugs": {
"url": "https://github.com/skratchdot/react-bootstrap-daterangepicker/issues"
},
"license": "Apache-2.0",
"dependencies": {
"bootstrap-daterangepicker": "^2.1.25",
"object-assign": "^4.1.1"
},
"peerDependencies": {
"create-react-class": ">=15.5.0",
"jquery": ">=2.0.0",
"prop-types": ">=15.5.0",
"react": ">=15.5.0",
"react-dom": ">=15.5.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"cheerio": "^0.22.0",
"create-react-class": "^15.5.3",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^5.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-download": "0.0.1",
"gulp-less": "^3.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2",
"gulp": "^3.9.1",
"jsxhint": "^0.15.1",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react": "^15.5.4",
"request": "^2.81.0",
"wordwrap": "^1.0.0"
},
"keywords": [
"react",
"react-component",
"bootstrap",
"date",
"range",
"picker",
"selector",
"datetime",
"ui"
],
"engines": {
"npm": ">=2.13.0",
"node": ">=0.12.0"
}
}