react-dates
Version:
A responsive and accessible date range picker component built with React
41 lines (40 loc) • 911 B
Plain Text
{
"env": {
"test": {
"presets": ["airbnb"],
"plugins": [
"inline-react-svg",
["transform-replace-object-assign", "object.assign"],
"istanbul"
]
},
"development": {
"presets": ["airbnb"],
"plugins": [
"inline-react-svg",
["transform-replace-object-assign", "object.assign"],
],
},
"production": {
"presets": ["airbnb"],
"plugins": [
"inline-react-svg",
["transform-replace-object-assign", "object.assign"],
],
},
"cjs": {
"presets": ["airbnb"],
"plugins": [
"inline-react-svg",
["transform-replace-object-assign", "object.assign"],
],
},
"esm": {
"presets": [["airbnb", { modules: false }]],
"plugins": [
"inline-react-svg",
["transform-replace-object-assign", "object.assign"],
],
},
},
}