Update pup, meteor 1.6 and added mailer
This commit is contained in:
parent
f1786541cd
commit
ecb0d7961b
5 changed files with 8000 additions and 2191 deletions
|
|
@ -4,33 +4,33 @@
|
||||||
# 'meteor add' and 'meteor remove' will edit this file for you,
|
# 'meteor add' and 'meteor remove' will edit this file for you,
|
||||||
# but you can also edit it by hand.
|
# but you can also edit it by hand.
|
||||||
|
|
||||||
meteor-base@1.1.0 # Packages every Meteor app needs to have
|
meteor-base@1.2.0 # Packages every Meteor app needs to have
|
||||||
mobile-experience@1.0.4 # Packages for a great mobile UX
|
mobile-experience@1.0.5 # Packages for a great mobile UX
|
||||||
mongo@1.2.0 # The database Meteor supports right now
|
mongo@1.3.0 # The database Meteor supports right now
|
||||||
reactive-var@1.0.11 # Reactive variable for tracker
|
reactive-var@1.0.11 # Reactive variable for tracker
|
||||||
tracker@1.1.3 # Meteor's client-side reactive programming library
|
tracker@1.1.3 # Meteor's client-side reactive programming library
|
||||||
|
|
||||||
standard-minifier-css@1.3.4 # CSS minifier run for production mode
|
standard-minifier-css@1.3.5 # CSS minifier run for production mode
|
||||||
standard-minifier-js@2.1.1 # JS minifier run for production mode
|
standard-minifier-js@2.2.0 # JS minifier run for production mode
|
||||||
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
|
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
|
||||||
ecmascript@0.8.2 # Enable ECMAScript2015+ syntax in app code
|
ecmascript@0.9.0 # Enable ECMAScript2015+ syntax in app code
|
||||||
shell-server@0.2.4 # Server-side component of the `meteor shell` command
|
shell-server@0.3.0 # Server-side component of the `meteor shell` command
|
||||||
|
|
||||||
react-meteor-data
|
react-meteor-data
|
||||||
alanning:roles
|
alanning:roles
|
||||||
fourseven:scss
|
fourseven:scss
|
||||||
accounts-base@1.3.2
|
accounts-base@1.4.0
|
||||||
accounts-password@1.4.0
|
accounts-password@1.5.0
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
accounts-facebook@1.2.1
|
accounts-facebook@1.3.0
|
||||||
accounts-github@1.3.0
|
accounts-github@1.4.0
|
||||||
accounts-google@1.2.0
|
accounts-google@1.3.0
|
||||||
themeteorchef:bert
|
themeteorchef:bert
|
||||||
fortawesome:fontawesome
|
fortawesome:fontawesome
|
||||||
aldeed:collection2-core@2.0.1
|
aldeed:collection2-core@2.0.1
|
||||||
audit-argument-checks@1.0.7
|
audit-argument-checks@1.0.7
|
||||||
ddp-rate-limiter@1.0.7
|
ddp-rate-limiter@1.0.7
|
||||||
dynamic-import@0.1.1
|
dynamic-import@0.2.0
|
||||||
static-html
|
static-html
|
||||||
alexwine:bootstrap-4
|
alexwine:bootstrap-4
|
||||||
|
|
||||||
|
|
@ -43,4 +43,5 @@ vjrj:piwik # Stats
|
||||||
mdg:geolocation
|
mdg:geolocation
|
||||||
natestrauser:publish-performant-counts
|
natestrauser:publish-performant-counts
|
||||||
maximum:server-transform
|
maximum:server-transform
|
||||||
mys:fonts
|
mys:fonts # fonst in npm
|
||||||
|
ostrio:mailer # mailer
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
METEOR@1.5.2
|
METEOR@1.6
|
||||||
|
|
|
||||||
|
|
@ -1,46 +1,45 @@
|
||||||
255kb:meteor-status@1.5.0
|
255kb:meteor-status@1.5.0
|
||||||
accounts-base@1.3.3
|
accounts-base@1.4.0
|
||||||
accounts-facebook@1.2.1
|
accounts-facebook@1.3.0
|
||||||
accounts-github@1.3.0
|
accounts-github@1.4.0
|
||||||
accounts-google@1.2.0
|
accounts-google@1.3.0
|
||||||
accounts-oauth@1.1.15
|
accounts-oauth@1.1.15
|
||||||
accounts-password@1.4.0
|
accounts-password@1.5.0
|
||||||
alanning:roles@1.2.16
|
alanning:roles@1.2.16
|
||||||
aldeed:collection2-core@2.0.1
|
aldeed:collection2-core@2.0.1
|
||||||
alexwine:bootstrap-4@4.0.0-beta.2
|
alexwine:bootstrap-4@4.0.0-beta.2
|
||||||
allow-deny@1.0.9
|
allow-deny@1.1.0
|
||||||
audit-argument-checks@1.0.7
|
audit-argument-checks@1.0.7
|
||||||
autoupdate@1.3.12
|
autoupdate@1.3.12
|
||||||
babel-compiler@6.20.0
|
babel-compiler@6.24.7
|
||||||
babel-runtime@1.0.1
|
babel-runtime@1.1.1
|
||||||
base64@1.0.10
|
base64@1.0.10
|
||||||
binary-heap@1.0.10
|
binary-heap@1.0.10
|
||||||
blaze@2.3.2
|
blaze@2.3.2
|
||||||
blaze-tools@1.0.10
|
blaze-tools@1.0.10
|
||||||
boilerplate-generator@1.2.0
|
boilerplate-generator@1.3.0
|
||||||
caching-compiler@1.1.9
|
caching-compiler@1.1.9
|
||||||
caching-html-compiler@1.1.2
|
caching-html-compiler@1.1.2
|
||||||
callback-hook@1.0.10
|
callback-hook@1.0.10
|
||||||
check@1.2.5
|
check@1.2.5
|
||||||
coffeescript@1.0.17
|
coffeescript@1.0.17
|
||||||
dburles:mongo-collection-instances@0.3.5
|
dburles:mongo-collection-instances@0.3.5
|
||||||
ddp@1.3.1
|
ddp@1.4.0
|
||||||
ddp-client@2.1.3
|
ddp-client@2.2.0
|
||||||
ddp-common@1.2.9
|
ddp-common@1.3.0
|
||||||
ddp-rate-limiter@1.0.7
|
ddp-rate-limiter@1.0.7
|
||||||
ddp-server@2.0.2
|
ddp-server@2.1.0
|
||||||
deps@1.0.12
|
deps@1.0.12
|
||||||
diff-sequence@1.0.7
|
diff-sequence@1.0.7
|
||||||
dynamic-import@0.1.3
|
dynamic-import@0.2.0
|
||||||
ecmascript@0.8.2
|
ecmascript@0.9.0
|
||||||
ecmascript-runtime@0.4.1
|
ecmascript-runtime@0.5.0
|
||||||
ecmascript-runtime-client@0.4.3
|
ecmascript-runtime-client@0.5.0
|
||||||
ecmascript-runtime-server@0.4.1
|
ecmascript-runtime-server@0.5.0
|
||||||
ejson@1.0.14
|
ejson@1.1.0
|
||||||
email@1.2.3
|
email@1.2.3
|
||||||
es5-shim@4.6.15
|
es5-shim@4.6.15
|
||||||
facebook-oauth@1.3.2
|
facebook-oauth@1.4.0
|
||||||
fastclick@1.0.13
|
|
||||||
flowkey:raven@1.0.0
|
flowkey:raven@1.0.0
|
||||||
fortawesome:fontawesome@4.7.0
|
fortawesome:fontawesome@4.7.0
|
||||||
fourseven:scss@4.5.4
|
fourseven:scss@4.5.4
|
||||||
|
|
@ -51,49 +50,50 @@ google-oauth@1.2.4
|
||||||
hot-code-push@1.0.4
|
hot-code-push@1.0.4
|
||||||
html-tools@1.0.11
|
html-tools@1.0.11
|
||||||
htmljs@1.0.11
|
htmljs@1.0.11
|
||||||
http@1.2.12
|
http@1.3.0
|
||||||
id-map@1.0.9
|
id-map@1.0.9
|
||||||
jquery@1.11.10
|
jquery@1.11.10
|
||||||
lai:collection-extensions@0.2.1_1
|
lai:collection-extensions@0.2.1_1
|
||||||
launch-screen@1.1.1
|
launch-screen@1.1.1
|
||||||
livedata@1.0.18
|
livedata@1.0.18
|
||||||
localstorage@1.1.1
|
localstorage@1.2.0
|
||||||
logging@1.1.17
|
logging@1.1.19
|
||||||
maximum:package-base@1.1.2
|
maximum:package-base@1.1.2
|
||||||
maximum:server-transform@0.5.0
|
maximum:server-transform@0.5.0
|
||||||
mdg:geolocation@1.3.0
|
mdg:geolocation@1.3.0
|
||||||
meteor@1.7.2
|
meteor@1.8.0
|
||||||
meteor-base@1.1.0
|
meteor-base@1.2.0
|
||||||
minifier-css@1.2.16
|
minifier-css@1.2.16
|
||||||
minifier-js@2.1.3
|
minifier-js@2.2.1
|
||||||
minimongo@1.3.1
|
minimongo@1.4.0
|
||||||
mixmax:smart-disconnect@0.0.4
|
mixmax:smart-disconnect@0.0.4
|
||||||
mobile-experience@1.0.4
|
mobile-experience@1.0.5
|
||||||
mobile-status-bar@1.0.14
|
mobile-status-bar@1.0.14
|
||||||
modules@0.10.0
|
modules@0.11.0
|
||||||
modules-runtime@0.8.0
|
modules-runtime@0.9.0
|
||||||
mongo@1.2.2
|
mongo@1.3.0
|
||||||
mongo-dev-server@1.0.1
|
mongo-dev-server@1.1.0
|
||||||
mongo-id@1.0.6
|
mongo-id@1.0.6
|
||||||
mys:fonts@0.0.2
|
mys:fonts@0.0.2
|
||||||
natestrauser:publish-performant-counts@0.1.2
|
natestrauser:publish-performant-counts@0.1.2
|
||||||
npm-bcrypt@0.9.3
|
npm-bcrypt@0.9.3
|
||||||
npm-mongo@2.2.30
|
npm-mongo@2.2.33
|
||||||
oauth@1.1.13
|
oauth@1.2.0
|
||||||
oauth2@1.1.11
|
oauth2@1.2.0
|
||||||
observe-sequence@1.0.16
|
observe-sequence@1.0.16
|
||||||
ordered-dict@1.0.9
|
ordered-dict@1.0.9
|
||||||
ostrio:cookies@2.1.3
|
ostrio:cookies@2.1.3
|
||||||
|
ostrio:mailer@2.0.6
|
||||||
peerlibrary:assert@0.2.5
|
peerlibrary:assert@0.2.5
|
||||||
peerlibrary:fiber-utils@0.6.0
|
peerlibrary:fiber-utils@0.6.0
|
||||||
peerlibrary:reactive-mongo@0.1.1
|
peerlibrary:reactive-mongo@0.1.1
|
||||||
peerlibrary:server-autorun@0.5.2
|
peerlibrary:server-autorun@0.5.2
|
||||||
promise@0.9.0
|
promise@0.10.0
|
||||||
raix:eventemitter@0.1.3
|
raix:eventemitter@0.1.3
|
||||||
random@1.0.10
|
random@1.0.10
|
||||||
rate-limit@1.0.8
|
rate-limit@1.0.8
|
||||||
react-meteor-data@0.2.13
|
react-meteor-data@0.2.15
|
||||||
reactive-dict@1.1.9
|
reactive-dict@1.2.0
|
||||||
reactive-var@1.0.11
|
reactive-var@1.0.11
|
||||||
reload@1.1.11
|
reload@1.1.11
|
||||||
retry@1.0.9
|
retry@1.0.9
|
||||||
|
|
@ -102,12 +102,12 @@ selaias:cookie-consent@0.4.0
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
session@1.1.7
|
session@1.1.7
|
||||||
sha@1.0.9
|
sha@1.0.9
|
||||||
shell-server@0.2.4
|
shell-server@0.3.0
|
||||||
spacebars@1.0.15
|
spacebars@1.0.15
|
||||||
spacebars-compiler@1.1.3
|
spacebars-compiler@1.1.3
|
||||||
srp@1.0.10
|
srp@1.0.10
|
||||||
standard-minifier-css@1.3.5
|
standard-minifier-css@1.3.5
|
||||||
standard-minifier-js@2.1.1
|
standard-minifier-js@2.2.1
|
||||||
static-html@1.2.2
|
static-html@1.2.2
|
||||||
templating@1.3.2
|
templating@1.3.2
|
||||||
templating-compiler@1.3.3
|
templating-compiler@1.3.3
|
||||||
|
|
@ -119,5 +119,5 @@ tracker@1.1.3
|
||||||
underscore@1.0.10
|
underscore@1.0.10
|
||||||
url@1.1.0
|
url@1.1.0
|
||||||
vjrj:piwik@0.3.1
|
vjrj:piwik@0.3.1
|
||||||
webapp@1.3.19
|
webapp@1.4.0
|
||||||
webapp-hashing@1.0.9
|
webapp-hashing@1.0.9
|
||||||
|
|
|
||||||
10250
package-lock.json
generated
10250
package-lock.json
generated
File diff suppressed because it is too large
Load diff
78
package.json
78
package.json
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "pup",
|
"name": "tcef",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "MONGO_URL=mongodb://localhost:27017/fuegos meteor --settings settings-development.json",
|
"start": "MONGO_URL=mongodb://localhost:27017/fuegos meteor --settings settings-development.json",
|
||||||
|
|
@ -7,15 +7,15 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cleverbeagle/dates": "^0.5.1",
|
"@cleverbeagle/dates": "^0.5.1",
|
||||||
"@cleverbeagle/seeder": "^1.2.0",
|
"@cleverbeagle/seeder": "^1.3.1",
|
||||||
|
"@turf/union": "^5.1.0",
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"bcrypt": "^1.0.3",
|
"bcrypt": "^1.0.3",
|
||||||
"bootstrap": "^4.0.0-beta.2",
|
|
||||||
"bootstrap-material-design": "^4.0.0-beta.4",
|
|
||||||
"commonmark": "^0.28.1",
|
"commonmark": "^0.28.1",
|
||||||
"core-js": "^2.5.1",
|
"core-js": "^2.5.1",
|
||||||
"fs": "0.0.1-security",
|
"fs": "0.0.1-security",
|
||||||
"handlebars": "^4.0.10",
|
"handlebars": "^4.0.11",
|
||||||
|
"history": "^4.7.2",
|
||||||
"i18next": "^10.0.7",
|
"i18next": "^10.0.7",
|
||||||
"i18next-browser-languagedetector": "^2.1.0",
|
"i18next-browser-languagedetector": "^2.1.0",
|
||||||
"i18next-localstorage-cache": "^1.1.1",
|
"i18next-localstorage-cache": "^1.1.1",
|
||||||
|
|
@ -24,47 +24,51 @@
|
||||||
"indexof": "0.0.1",
|
"indexof": "0.0.1",
|
||||||
"jquery": "^2.2.4",
|
"jquery": "^2.2.4",
|
||||||
"jquery-validation": "^1.17.0",
|
"jquery-validation": "^1.17.0",
|
||||||
"juice": "^4.1.1",
|
"juice": "^4.2.2",
|
||||||
|
"leaflet": "^1.2.0",
|
||||||
"leaflet-geodesy": "^0.2.1",
|
"leaflet-geodesy": "^0.2.1",
|
||||||
"leaflet-graphicscale": "0.0.2",
|
"leaflet-graphicscale": "0.0.2",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"loms.perlin": "^1.0.1",
|
"loms.perlin": "^1.0.1",
|
||||||
"maxmind": "^2.3.0",
|
"maxmind": "^2.3.0",
|
||||||
"meteor-accounts-t9n": "^2.0.3",
|
"meteor-accounts-t9n": "^2.0.3",
|
||||||
"meteor-node-stubs": "^0.2.11",
|
"meteor-node-stubs": "^0.3.2",
|
||||||
"moment": "^2.19.2",
|
"moment": "^2.19.1",
|
||||||
|
"moment-timezone": "^0.5.14",
|
||||||
|
"nodemailer": "^4.4.1",
|
||||||
"popper.js": "^1.12.7",
|
"popper.js": "^1.12.7",
|
||||||
"prop-types": "^15.5.10",
|
"prop-types": "^15.6.0",
|
||||||
"rc-slider": "^8.5.0",
|
"rc-slider": "^8.5.0",
|
||||||
"rc-tooltip": "^3.7.0",
|
"rc-tooltip": "^3.7.0",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-addons-pure-render-mixin": "^15.6.0",
|
"react-addons-pure-render-mixin": "^15.6.2",
|
||||||
"react-bootstrap": "^0.31.2",
|
"react-bootstrap": "^0.31.5",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"react-i18next": "^6.1.0",
|
"react-i18next": "^6.1.0",
|
||||||
"react-leaflet": "^1.7.7",
|
"react-leaflet": "^1.7.7",
|
||||||
"react-leaflet-control": "^1.4.0",
|
"react-leaflet-control": "^1.4.0",
|
||||||
"react-places-autocomplete": "^5.4.3",
|
"react-places-autocomplete": "^5.4.3",
|
||||||
"react-resize-detector": "^1.1.0",
|
"react-resize-detector": "^1.1.0",
|
||||||
"react-router-bootstrap": "^0.24.3",
|
"react-router-bootstrap": "^0.24.4",
|
||||||
"react-router-dom": "^4.2.2",
|
"react-router-dom": "^4.2.2",
|
||||||
"reactstrap": "^5.0.0-alpha.3",
|
"reactstrap": "^5.0.0-alpha.3",
|
||||||
"simpl-schema": "^0.3.2",
|
"simpl-schema": "^0.3.2",
|
||||||
"simple-line-icons": "^2.4.1",
|
"simple-line-icons": "^2.4.1"
|
||||||
"turf-union": "^3.0.12"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-jest": "^20.0.3",
|
"babel-jest": "^21.2.0",
|
||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-plugin-lodash": "^3.2.11",
|
||||||
|
"babel-preset-env": "^1.6.1",
|
||||||
"babel-preset-react": "^6.24.1",
|
"babel-preset-react": "^6.24.1",
|
||||||
"enzyme": "^2.9.1",
|
"enzyme": "^3.1.0",
|
||||||
"eslint": "^4.6.0",
|
"eslint": "^4.10.0",
|
||||||
"eslint-config-airbnb": "^15.1.0",
|
"eslint-config-airbnb": "^16.1.0",
|
||||||
"eslint-plugin-import": "^2.7.0",
|
"eslint-import-resolver-meteor": "^0.4.0",
|
||||||
"eslint-plugin-jsx-a11y": "^5.1.1",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"eslint-plugin-meteor": "^4.1.4",
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||||
"eslint-plugin-react": "^7.3.0",
|
"eslint-plugin-meteor": "^4.1.6",
|
||||||
"jest": "^20.0.4"
|
"eslint-plugin-react": "^7.4.0",
|
||||||
|
"jest": "^21.2.1"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
|
|
@ -91,6 +95,25 @@
|
||||||
"import/no-unresolved": 0,
|
"import/no-unresolved": 0,
|
||||||
"import/no-extraneous-dependencies": 0,
|
"import/no-extraneous-dependencies": 0,
|
||||||
"import/extensions": 0,
|
"import/extensions": 0,
|
||||||
|
"jsx-a11y/anchor-is-valid": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"components": [
|
||||||
|
"Link"
|
||||||
|
],
|
||||||
|
"specialLink": [
|
||||||
|
"to"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"max-len": 0,
|
||||||
|
"no-alert": 0,
|
||||||
|
"no-console": 0,
|
||||||
|
"no-restricted-globals": 0,
|
||||||
|
"no-return-assign": [
|
||||||
|
"error",
|
||||||
|
"except-parens"
|
||||||
|
],
|
||||||
"no-underscore-dangle": [
|
"no-underscore-dangle": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
|
@ -106,6 +129,9 @@
|
||||||
"class-methods-use-this": 0,
|
"class-methods-use-this": 0,
|
||||||
"react/jsx-filename-extension": 0,
|
"react/jsx-filename-extension": 0,
|
||||||
"react/forbid-prop-types": 0
|
"react/forbid-prop-types": 0
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"import/resolver": "meteor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue