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
78
package.json
78
package.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "pup",
|
||||
"name": "tcef",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "MONGO_URL=mongodb://localhost:27017/fuegos meteor --settings settings-development.json",
|
||||
|
|
@ -7,15 +7,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@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",
|
||||
"bcrypt": "^1.0.3",
|
||||
"bootstrap": "^4.0.0-beta.2",
|
||||
"bootstrap-material-design": "^4.0.0-beta.4",
|
||||
"commonmark": "^0.28.1",
|
||||
"core-js": "^2.5.1",
|
||||
"fs": "0.0.1-security",
|
||||
"handlebars": "^4.0.10",
|
||||
"handlebars": "^4.0.11",
|
||||
"history": "^4.7.2",
|
||||
"i18next": "^10.0.7",
|
||||
"i18next-browser-languagedetector": "^2.1.0",
|
||||
"i18next-localstorage-cache": "^1.1.1",
|
||||
|
|
@ -24,47 +24,51 @@
|
|||
"indexof": "0.0.1",
|
||||
"jquery": "^2.2.4",
|
||||
"jquery-validation": "^1.17.0",
|
||||
"juice": "^4.1.1",
|
||||
"juice": "^4.2.2",
|
||||
"leaflet": "^1.2.0",
|
||||
"leaflet-geodesy": "^0.2.1",
|
||||
"leaflet-graphicscale": "0.0.2",
|
||||
"lodash": "^4.17.4",
|
||||
"loms.perlin": "^1.0.1",
|
||||
"maxmind": "^2.3.0",
|
||||
"meteor-accounts-t9n": "^2.0.3",
|
||||
"meteor-node-stubs": "^0.2.11",
|
||||
"moment": "^2.19.2",
|
||||
"meteor-node-stubs": "^0.3.2",
|
||||
"moment": "^2.19.1",
|
||||
"moment-timezone": "^0.5.14",
|
||||
"nodemailer": "^4.4.1",
|
||||
"popper.js": "^1.12.7",
|
||||
"prop-types": "^15.5.10",
|
||||
"prop-types": "^15.6.0",
|
||||
"rc-slider": "^8.5.0",
|
||||
"rc-tooltip": "^3.7.0",
|
||||
"react": "^15.6.1",
|
||||
"react-addons-pure-render-mixin": "^15.6.0",
|
||||
"react-bootstrap": "^0.31.2",
|
||||
"react-dom": "^15.6.1",
|
||||
"react": "^16.0.0",
|
||||
"react-addons-pure-render-mixin": "^15.6.2",
|
||||
"react-bootstrap": "^0.31.5",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-i18next": "^6.1.0",
|
||||
"react-leaflet": "^1.7.7",
|
||||
"react-leaflet-control": "^1.4.0",
|
||||
"react-places-autocomplete": "^5.4.3",
|
||||
"react-resize-detector": "^1.1.0",
|
||||
"react-router-bootstrap": "^0.24.3",
|
||||
"react-router-bootstrap": "^0.24.4",
|
||||
"react-router-dom": "^4.2.2",
|
||||
"reactstrap": "^5.0.0-alpha.3",
|
||||
"simpl-schema": "^0.3.2",
|
||||
"simple-line-icons": "^2.4.1",
|
||||
"turf-union": "^3.0.12"
|
||||
"simple-line-icons": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "^20.0.3",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-jest": "^21.2.0",
|
||||
"babel-plugin-lodash": "^3.2.11",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"enzyme": "^2.9.1",
|
||||
"eslint": "^4.6.0",
|
||||
"eslint-config-airbnb": "^15.1.0",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "^5.1.1",
|
||||
"eslint-plugin-meteor": "^4.1.4",
|
||||
"eslint-plugin-react": "^7.3.0",
|
||||
"jest": "^20.0.4"
|
||||
"enzyme": "^3.1.0",
|
||||
"eslint": "^4.10.0",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-import-resolver-meteor": "^0.4.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-meteor": "^4.1.6",
|
||||
"eslint-plugin-react": "^7.4.0",
|
||||
"jest": "^21.2.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"parserOptions": {
|
||||
|
|
@ -91,6 +95,25 @@
|
|||
"import/no-unresolved": 0,
|
||||
"import/no-extraneous-dependencies": 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": [
|
||||
"error",
|
||||
{
|
||||
|
|
@ -106,6 +129,9 @@
|
|||
"class-methods-use-this": 0,
|
||||
"react/jsx-filename-extension": 0,
|
||||
"react/forbid-prop-types": 0
|
||||
},
|
||||
"settings": {
|
||||
"import/resolver": "meteor"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue