user locale, favicon

This commit is contained in:
lesion
2019-07-24 21:26:56 +02:00
parent 96e0a0b57c
commit 4b1aff3862
9 changed files with 51 additions and 28 deletions

View File

@@ -4,9 +4,11 @@
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev",
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/cli.js",
"start:nuxt": "cross-env NODE_ENV=development nuxt start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"doc": "cd docs && bundle exec jekyll b",
"precommit": "npm run lint",
@@ -38,6 +40,7 @@
"dependencies": {
"@nuxtjs/auth": "^4.6.5",
"@nuxtjs/axios": "^5.5.3",
"accept-language": "^3.0.18",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",