react-dates
Version:
A responsive and accessible date range picker component built with React
60 lines (55 loc) • 1.55 kB
Plain Text
{
"env": {
"test": {
"presets": ["airbnb"],
"plugins": [
["inline-react-svg", {
"svgo": false
}],
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
"./scripts/pure-component-fallback.js",
"istanbul",
]
},
"development": {
"presets": ["airbnb"],
"plugins": [
["inline-react-svg", {
"svgo": false
}],
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
"./scripts/pure-component-fallback.js",
],
},
"production": {
"presets": [["airbnb", { removePropTypes: true }]],
"plugins": [
["inline-react-svg", {
"svgo": false
}],
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
"./scripts/pure-component-fallback.js",
],
},
"cjs": {
"presets": [["airbnb", { removePropTypes: true }]],
"plugins": [
["inline-react-svg", {
"svgo": false
}],
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
"./scripts/pure-component-fallback.js",
],
},
"esm": {
"presets": [["airbnb", { modules: false, removePropTypes: true }]],
"plugins": [
["inline-react-svg", {
"svgo": false
}],
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
"./scripts/pure-component-fallback.js",
],
},
},
}