Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlinstardust/budget-time
https://github.com/merlinstardust/budget-time
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/merlinstardust/budget-time
- Owner: merlinstardust
- Created: 2020-08-26T04:16:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T04:23:07.000Z (over 4 years ago)
- Last Synced: 2024-11-12T18:48:37.313Z (2 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | |