Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion METexpress
Submodule METexpress updated 1 files
+1 −1 MATScommon
1 change: 0 additions & 1 deletion apps/aircraft/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.12.0 # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
reactive-var@1.0.11 # Reactive variable for tracker
jquery@1.11.10 # Helpful client-side library
tracker@1.2.0 # Meteor's client-side reactive programming library
standard-minifier-js@2.6.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
Expand Down
1 change: 0 additions & 1 deletion apps/aircraft/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ caching-compiler@1.2.2
caching-html-compiler@1.2.0
callback-hook@1.3.1
check@1.3.1
dangrossman:bootstrap-daterangepicker@2.1.13
ddp@1.4.0
ddp-client@2.5.0
ddp-common@1.4.0
Expand Down
109 changes: 59 additions & 50 deletions apps/aircraft/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions apps/aircraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"bootstrap": "^4.5.2",
"chai": "^4.2.0",
"@babel/runtime": "^7.15.3",
"chai": "^4.3.4",
"downsample-lttb": "git+https://github.com/pingec/downsample-lttb.git",
"fibers": "^5.0.0",
"fs-extra": "^7.0.0",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^2.2.4",
"html2canvas": "^1.3.2",
"jspdf": "^1.4.1",
"modules": "^0.4.0",
"object-hash": "^1.3.0",
"object-sizeof": "^1.2.0",
"popper.js": "^1.16.1",
"object-sizeof": "^1.6.1",
"xmlbuilder": "^10.1.1"
}
}