better config / install from cli / allow_registration

This commit is contained in:
lesion
2019-06-21 23:52:18 +02:00
parent 4c3c7ee324
commit cf81a73f2f
38 changed files with 530 additions and 272 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "gancio",
"version": "0.9.4",
"description": "My well-made Nuxt.js project",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"start": "cross-env NODE_ENV=production node server/cli.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"migrate:dev": "sequelize db:migrate",
@@ -22,7 +22,7 @@
"url": "https://git.lattuga.net/cisti/gancio.git"
},
"bin": {
"gancio": "server/index.js"
"gancio": "server/cli.js"
},
"files": [
"server/*",
@@ -32,10 +32,12 @@
"dependencies": {
"@nuxtjs/auth": "^4.6.5",
"@nuxtjs/axios": "^5.5.3",
"arg": "^4.1.0",
"axios": "^0.19.0",
"bcrypt": "^3.0.5",
"body-parser": "^1.18.3",
"bootstrap": "4.3.1",
"config": "^3.1.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
@@ -45,12 +47,15 @@
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"ics": "^2.13.2",
"inquirer": "^6.3.1",
"jsonwebtoken": "^8.5.1",
"less": "^3.9.0",
"mastodon-api": "^1.3.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nuxt": "^2.8.1",
"nuxt-env": "^0.1.0",
"nuxt-i18n": "^5.12.4",
"pg": "^7.11.0",
"sequelize": "^5.8.7",
"sequelize-cli": "^5.4.0",
@@ -58,7 +63,6 @@
"sqlite3": "^4.0.8",
"v-calendar": "^1.0.0-beta.14",
"vue-awesome": "^3.5.3",
"vue-i18n": "^8.10.0",
"yargs": "^13.2.4"
},
"devDependencies": {