mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Bower build process was sometimes unpredictable and had unspecified dependencies (git) that caused bugs (eg #164, #172). Meteor packages have better integration with the meteor build system and ensure deterministic build, the downside being that we have to maintain wrapper of JS package just for the purpose of publishing in atmosphere. Others are also struggling with this, see for instance: https://github.com/MeteorCommunity/discussions/issues/14 Hopefully we'll have a better solution one day (official browserify integration? Who knows.) As a side effect the new release of perfect-scrollbar breaks the style, this will be fixed in a later commit. Fixes #172
71 lines
1.3 KiB
Text
71 lines
1.3 KiB
Text
# 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.
|
|
#
|
|
# XXX Should we replace tmeasday:presence by 3stack:presence? Or maybe the
|
|
# packages will merge in the future?
|
|
|
|
meteor-base
|
|
|
|
# Build system
|
|
es5-shim
|
|
ecmascript
|
|
standard-minifiers
|
|
mquandalle:jade
|
|
mquandalle:stylus
|
|
|
|
# Collections
|
|
mongo
|
|
aldeed:collection2
|
|
cfs:gridfs
|
|
cfs:standard-packages
|
|
dburles:collection-helpers
|
|
idmontie:migrations
|
|
matb33:collection-hooks
|
|
matteodem:easy-search
|
|
reywood:publish-composite
|
|
|
|
# Account system
|
|
accounts-password
|
|
kenton:accounts-sandstorm
|
|
service-configuration
|
|
useraccounts:core
|
|
useraccounts:unstyled
|
|
useraccounts:flow-routing
|
|
|
|
# Utilities
|
|
check
|
|
jquery
|
|
random
|
|
reactive-dict
|
|
session
|
|
tracker
|
|
underscore
|
|
alethes:pages
|
|
arillo:flow-router-helpers
|
|
audit-argument-checks
|
|
kadira:blaze-layout
|
|
kadira:flow-router
|
|
meteorhacks:picker
|
|
meteorhacks:subs-manager
|
|
mquandalle:autofocus
|
|
mquandalle:moment
|
|
ongoworks:speakingurl
|
|
raix:handlebar-helpers
|
|
tap:i18n
|
|
tmeasday:presence
|
|
|
|
# UI components
|
|
blaze
|
|
reactive-var
|
|
fortawesome:fontawesome
|
|
mousetrap:mousetrap
|
|
mquandalle:jquery-textcomplete
|
|
mquandalle:jquery-ui-drag-drop-sort
|
|
mquandalle:perfect-scrollbar
|
|
peerlibrary:blaze-components
|
|
perak:markdown
|
|
seriousm:emoji-continued
|
|
templates:tabs
|
|
verron:autosize
|