Initial commit - cloned the Svelte todo's app with google login enabled as a starting point. This system will initially be used to let the chrome extension for students report which computers are used by which students and when.
This commit is contained in:
29
.meteor/packages
Normal file
29
.meteor/packages
Normal file
@@ -0,0 +1,29 @@
|
||||
# Meteor packages used by this project, one per line.
|
||||
# Check this file (and the other files in this directory) into your repository.
|
||||
#
|
||||
# 'meteor add' and 'meteor remove' will edit this file for you,
|
||||
# but you can also edit it by hand.
|
||||
|
||||
meteor-base@1.4.0 # Packages every Meteor app needs to have
|
||||
mobile-experience@1.1.0 # Packages for a great mobile UX
|
||||
mongo@1.10.1 # The database Meteor supports right now
|
||||
jquery # Wrapper package for npm-installed jquery
|
||||
reactive-var@1.0.11 # Reactive variable for tracker
|
||||
tracker@1.2.0 # Meteor's client-side reactive programming library
|
||||
|
||||
standard-minifier-css@1.7.1 # CSS minifier run for production mode
|
||||
standard-minifier-js@2.6.0 # JS minifier run for production mode
|
||||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
|
||||
ecmascript@0.14.4 # Enable ECMAScript2015+ syntax in app code
|
||||
typescript@4.1.2 # Enable TypeScript syntax in .ts and .tsx modules
|
||||
shell-server@0.5.0 # Server-side component of the `meteor shell` command
|
||||
|
||||
svelte:compiler
|
||||
rdb:svelte-meteor-data
|
||||
static-html
|
||||
accounts-ui
|
||||
accounts-password@1.6.3
|
||||
svelte:blaze-integration
|
||||
meteortesting:mocha
|
||||
accounts-google
|
||||
service-configuration
|
||||
Reference in New Issue
Block a user