forked from onefinestay/react-daterange-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
{
"name": "react-daterange-picker",
"version": "0.8.0",
"description": "A React based date range picker",
"author": "Jonathan Kim <jonathan.kim@onefinestay.com>",
"contributors": [
{
"name": "Andrew Ingram",
"email": "andrew.ingram@onefinestay.com"
}
],
"license": "Apache 2.0",
"main": "dist/DateRangePicker.js",
"keywords": [
"react",
"datepicker",
"calendar",
"date",
"range",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/onefinestay/react-daterange-picker"
},
"peerDependencies": {
"react": ">=0.12.0"
},
"dependencies": {
"calendar": "^0.1.0",
"classnames": "^2.1.1",
"immutable": "^3.7.2",
"moment": "^2.8.3",
"moment-range": "^1.0.5"
},
"devDependencies": {
"babel": "^5.2.16",
"babel-core": "^5.2.6",
"babel-loader": "^5.0.0",
"babel-plugin-object-assign": "^1.0.1",
"brfs": "^1.2.0",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^5.1.0",
"gulp-connect": "^2.2.0",
"gulp-ext-replace": "^0.1.0",
"gulp-gh-pages": "^0.4.0",
"gulp-sass": "^1.2.0",
"gulp-sourcemaps": "^1.2.4",
"gulp-util": "^3.0.4",
"gulp-watch": "^1.1.0",
"gulp-webpack": "^1.4.0",
"object.assign": "^1.1.1",
"timekeeper": "0.0.5",
"transform-loader": "^0.2.1",
"webpack": "^1.5.3"
}
}