-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
17,450 additions
and
761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"presets": ["meteor"], | ||
"plugins": [ | ||
[ | ||
"styled-components", | ||
{ "ssr": true, "displayName": true, "preprocess": false } | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,6 @@ [email protected] | |
[email protected] | ||
matb33:[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
com.telerik.plugins.healthkit@https://github.com/rossmartin/HealthKit.git | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
[email protected] | ||
[email protected] | ||
|
||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,20 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
[email protected] | ||
[email protected] # Packages every Meteor app needs to have | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
# hot-code-push # Doesnt belong on every deployment. | ||
|
||
|
||
# SECURITY | ||
alanning:roles | ||
|
||
# DATA INFRASTRUCTURE | ||
[email protected].0 # The database Meteor supports right now | ||
[email protected].1 # The database Meteor supports right now | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # React higher-order component for reactively tracking Meteor data | ||
[email protected] | ||
|
@@ -20,12 +26,11 @@ [email protected] | |
simple:[email protected] | ||
|
||
# RENDERING | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
static-html # Define static page content in .html files | ||
standard-minifier-css@1.6.1 # CSS minifier run for production mode | ||
standard-minifier-css@1.7.2 # CSS minifier run for production mode | ||
[email protected] # JS minifier run for production mode | ||
[email protected] # Packages for a great mobile UX | ||
ecmascript@0.14.3 # Enable ECMAScript2015+ syntax in app code | ||
ecmascript@0.15.0 # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Server-side component of the `meteor shell` command | ||
[email protected] | ||
npdev:react-loadable | ||
|
@@ -35,7 +40,7 @@ fourseven:scss | |
clinical:[email protected] | ||
clinical:[email protected] | ||
clinical:[email protected] | ||
clinical:hl7-fhir-data-infrastructure | ||
clinical:hl7-fhir-data-infrastructure | ||
|
||
# TESTING | ||
# meteortesting:mocha | ||
|
@@ -62,4 +67,7 @@ clinical:hl7-fhir-data-infrastructure | |
# symptomatic:data-management | ||
|
||
# datarobot:waters | ||
# symptomatic:data-management | ||
# symptomatic:healthkit-importer | ||
# symptomatic:immunization-card | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
browser | ||
ios | ||
server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@1.11.1 | ||
METEOR@2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.