|
4 | 4 | # 'meteor add' and 'meteor remove' will edit this file for you, |
5 | 5 | # but you can also edit it by hand. |
6 | 6 |
|
7 | | -meteor-base@1.5.1 # Packages every Meteor app needs to have |
8 | | -mobile-experience@1.1.0 # Packages for a great mobile UX |
9 | | -mongo@1.16.6 # The database Meteor supports right now |
10 | | -blaze-html-templates # Compile .html files into Meteor Blaze views |
11 | | -jquery # Wrapper package for npm-installed jquery |
12 | | -reactive-var@1.0.12 # Reactive variable for tracker |
13 | | -tracker@1.3.2 # Meteor's client-side reactive programming library |
| 7 | +meteor-base@1.5.1 # Packages every Meteor app needs to have |
| 8 | +mobile-experience@1.1.1 # Packages for a great mobile UX |
| 9 | +mongo@1.16.8 # The database Meteor supports right now |
| 10 | +blaze-html-templates # Compile .html files into Meteor Blaze views |
| 11 | +jquery # Wrapper package for npm-installed jquery |
| 12 | +reactive-var@1.0.12 # Reactive variable for tracker |
| 13 | +tracker@1.3.3 # Meteor's client-side reactive programming library |
14 | 14 |
|
15 | | -standard-minifier-css@1.9.2 # CSS minifier run for production mode |
16 | | -standard-minifier-js@2.8.1 # JS minifier run for production mode |
17 | | -es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers |
18 | | -ecmascript@0.16.7 # Enable ECMAScript2015+ syntax in app code |
19 | | -typescript@4.9.4 # Enable TypeScript syntax in .ts and .tsx modules |
20 | | -shell-server@0.5.0 # Server-side component of the `meteor shell` command |
| 15 | +standard-minifier-css@1.9.2 # CSS minifier run for production mode |
| 16 | +standard-minifier-js@2.8.1 # JS minifier run for production mode |
| 17 | +es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers |
| 18 | +ecmascript@0.16.8 # Enable ECMAScript2015+ syntax in app code |
| 19 | +typescript@4.9.5 # Enable TypeScript syntax in .ts and .tsx modules |
| 20 | +shell-server@0.5.0 # Server-side component of the `meteor shell` command |
21 | 21 |
|
22 | | -autopublish@1.0.7 # Publish all data to the clients (for prototyping) |
23 | | -insecure@1.0.7 # Allow all DB writes from clients (for prototyping) |
| 22 | +autopublish@1.0.7 # Publish all data to the clients (for prototyping) |
| 23 | +insecure@1.0.7 # Allow all DB writes from clients (for prototyping) |
24 | 24 |
|
25 | | -hot-module-replacement@0.5.3 # Update code in development without reloading the page |
26 | | -blaze-hot # Update files using Blaze's API with HMR |
| 25 | +hot-module-replacement@0.5.3 # Update code in development without reloading the page |
| 26 | +blaze-hot # Update files using Blaze's API with HMR |
27 | 27 | acemtp:x3dom |
0 commit comments