145 packages
babel-plugin-react-error-catcher
Automatically adds a decorator to React components. Accepts a single argument, a path to some module for error reporting, and if there's an error, it will catch it and pass it to the reporter.
babel-plugin-react-hot
Babel plugin using `react-hot-api` to add hot reloading to `React.createClass` and all classes with a `render` method.
baucis-decorator-auth
Allows you to specify authentication parameters for properties within any `baucis` resource's `mongoose` schema and adds authentication routes.
baucis-decorator-clone
Adds a clone method to `baucis` resources.
baucis-decorator-deep-select
Adds automatic deep populate + select functionality.
baucis-decorator-env
Allows properties for some resource to have an alternative `development` key when accessed via `/dev/api/etc`.
baucis-decorator-file
Allows properties to be exposed as files.
baucis-decorator-guests
Automatically creates unauthenticated users as guests and reserves guest names.
baucis-decorator-init
Initializes certain properties upon creation of a resource. Different from `default` in that it is able to use the `req` object.
baucis-decorator-insensitive
Allows an `insensitive` query parameter.