forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages
72 lines (66 loc) · 1.95 KB
/
packages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Meteor packages used by this project, one per line.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
###
# Core Meteor Packages
###
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # ensure meteor method argument validation
[email protected] # security-related policies enforced by newer browsers
juliancwirko:[email protected] # CSS post-processing plugin (replaces standard-minifier-css)
[email protected] # ReactiveDict whose contents are preserved across Hot Code Push
[email protected] # Meteor transparent reactive programming library
mdg:validated-method
# Meteor Auth Packages
# Community Packages
alanning:roles
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected]
aldeed:template-extension
bozhao:accounts-instagram
dispatch:run-as-user
matb33:collection-hooks
meteorhacks:ssr
meteorhacks:subs-manager
ongoworks:security
tmeasday:publish-counts
percolate:migrations
gadicc:blaze-react-component
# Testing packages
dburles:factory
meteortesting:mocha
practicalmeteor:chai
practicalmeteor:sinon
johanbrook:publication-collector
# Custom Packages