react-lazy-paginated-tree
Version:
Customizable React Tree-View with Lazy Loading and Pagination
11 lines (10 loc) • 352 B
Plain Text
{
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-transform-runtime"
],
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-flow"]
}