forked from remiremi/react-bootstrap-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "react-bootstrap-daterangepicker",
"version": "3.1.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",
"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.21",
"object-assign": "^4.1.0"
},
"peerDependencies": {
"jquery": ">=2.0.0",
"react": ">=15.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"bootstrap": "^3.3.6",
"cheerio": "^0.20.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^4.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-download": "0.0.1",
"gulp-less": "^3.1.0",
"gulp-nodemon": "^2.0.7",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jsxhint": "^0.15.1",
"moment": "^2.13.0",
"react": "^15.1.0",
"react-bootstrap": "^0.29.4",
"react-dom": "^15.1.0",
"request": "^2.72.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"
}
}