Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merlinstardust/budget-time


https://github.com/merlinstardust/budget-time

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Meteor Magic Base

This project is a base to quickly start any React / Meteor project with essential packages.

## Included Packages

Meteor - Production

| Package Name | Description |
| --- | --- |
| meteor-base | Packages every Meteor app needs to have |
| mobile-experience | Packages for a great mobile UX |
| mongo | The database Meteor supports right now |
| static-html | Define static page content in .html files |
| reactive-var | Reactive variable for tracker |
| tracker | Meteor's client-side reactive programming library |
| standard-minifier-css | CSS minifier run for production mode |
| standard-minifier-js | JS minifier run for production mode |
| es5-shim | ECMAScript 5 compatibility for older browsers |
| ecmascript | Enable ECMAScript2015+ syntax in app code |
| shell-server | Server-side component of the `meteor shell` command |
| aldeed:collection2-core | |
| aldeed:schema-index | |
| aldeed:schema-deny | |
| force-ssl | |
| kadira:flow-router | |
| [email protected] | |
| [email protected] | |
| alanning:roles | |
| mizzao:user-status | |

NPM - Production

| Package Name | Description |
| --- | --- |
| airbnb-prop-types | |
| aphrodite | |
| babel-runtime | |
| bcrypt | |
| meteor-node-stubs | |
| prop-types | |
| react | |
| react-dom | |
| react-komposer | |
| react-mounter | |
| react-with-styles | |
| react-with-styles-interface-aphrodite | |
| simpl-schema | |

NPM - Development

| Package Name | Description |
| --- | --- |
| babel-eslint | |
| eslint | |
| eslint-config-airbnb | |
| eslint-import-resolver-meteor | |
| eslint-plugin-import | |
| eslint-plugin-jsx-a11y | |
| eslint-plugin-react | |
| eslint-plugin-react-with-styles | |
| stylelint | |
| stylelint-config-standard | |
| stylelint-order | |