UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

55 lines (50 loc) 1.31 kB
{ "env": { "test": { "presets": ["airbnb"], "plugins": [ ["inline-react-svg", { "svgo": false }], ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], "istanbul" ] }, "development": { "presets": ["airbnb"], "plugins": [ ["inline-react-svg", { "svgo": false }], ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, "production": { "presets": [["airbnb", { removePropTypes: true }]], "plugins": [ ["inline-react-svg", { "svgo": false }], ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, "cjs": { "presets": [["airbnb", { removePropTypes: true }]], "plugins": [ ["inline-react-svg", { "svgo": false }], ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, "esm": { "presets": [["airbnb", { modules: false, removePropTypes: true }]], "plugins": [ ["inline-react-svg", { "svgo": false }], ["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }], ], }, }, }