UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

41 lines (40 loc) 1.03 kB
{ "env": { "test": { "presets": ["airbnb"], "plugins": [ "inline-react-svg", ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], "istanbul" ] }, "development": { "presets": ["airbnb"], "plugins": [ "inline-react-svg", ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, "production": { "presets": ["airbnb"], "plugins": [ "inline-react-svg", ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, "cjs": { "presets": ["airbnb"], "plugins": [ "inline-react-svg", ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, "esm": { "presets": [["airbnb", { modules: false }]], "plugins": [ "inline-react-svg", ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, }, }