forked from aleksandarbusjovic/react-dates-presets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.79 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.79 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
{
"name": "react-dates-presets",
"version": "1.1.0",
"description": "Preset picker based on `react-dates` - allows you to define preset ranges like `today`, `last week`, etc.",
"main": "lib/index.js",
"author": "Damian Duda <damian@watchingthat.com>",
"homepage": "https://github.com/streamfoundations/react-dates-presets",
"repository": "https://github.com/streamfoundations/react-dates-presets.git",
"bugs": {
"url": "https://github.com/streamfoundations/react-dates-presets/issues"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"classnames": "^2.2.3",
"css-loader": "^0.28.1",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"extract-text-webpack-plugin": "^1.0.1",
"moment": "^2.18.1",
"postcss-discard-comments": "^2.0.4",
"postcss-flexbugs-fixes": "^2.0.0",
"postcss-loader": "^1.1.0",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^3.0.0",
"postcss-responsive-type": "^0.5.0",
"prop-types": "^15.5.10",
"react": "^15.0.0",
"react-addons-shallow-compare": "^15.0.0",
"react-dates": "^12.1.0",
"react-dom": "^15.0.0",
"style-loader": "^0.18.2",
"webpack": "^1.13.1"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "^15.0.0",
"react-dates": "^12.1.0",
"react-dom": "^15.0.0"
},
"scripts": {
"test": "echo \"no tests yet\" && exit 0",
"build": "webpack --progress --colors --config webpack.config.js",
"prepublish": "npm run build"
},
"keywords": [
"react",
"react dates presets",
"date range picker",
"date",
"dater,ange",
"datepicker"
],
"license": "MIT"
}