2019-04-03 00:25:12 +02:00
|
|
|
{
|
|
|
|
"name": "gancio",
|
2019-08-06 01:28:47 +02:00
|
|
|
"version": "0.12.4",
|
2019-06-21 23:52:18 +02:00
|
|
|
"description": "A shared agenda for local communities",
|
2019-04-03 00:25:12 +02:00
|
|
|
"author": "lesion",
|
|
|
|
"scripts": {
|
2019-07-24 21:26:56 +02:00
|
|
|
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev",
|
2019-04-03 00:25:12 +02:00
|
|
|
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
|
|
|
|
"build": "nuxt build",
|
2019-08-03 15:32:39 +02:00
|
|
|
"start": "cross-env sequelize db:migrate && NODE_ENV=production node server/cli.js",
|
2019-04-03 00:25:12 +02:00
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
2019-07-17 11:04:08 +02:00
|
|
|
"doc": "cd docs && bundle exec jekyll b",
|
2019-06-08 13:18:47 +02:00
|
|
|
"migrate:dev": "sequelize db:migrate",
|
2019-08-03 15:32:39 +02:00
|
|
|
"migrate": "NODE_ENV=production sequelize db:migrate"
|
2019-04-03 00:25:12 +02:00
|
|
|
},
|
2019-06-18 14:45:04 +02:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"email": "lesion@autistici.org",
|
|
|
|
"url": "https://git.lattuga.net/cisti/gancio/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.lattuga.net/cisti/gancio.git"
|
|
|
|
},
|
2019-06-07 15:13:06 +02:00
|
|
|
"bin": {
|
2019-06-21 23:52:18 +02:00
|
|
|
"gancio": "server/cli.js"
|
2019-06-07 15:13:06 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2019-06-22 19:05:52 +02:00
|
|
|
"server/",
|
2019-06-07 15:13:06 +02:00
|
|
|
"nuxt.config.js",
|
2019-07-24 22:42:42 +02:00
|
|
|
"static/",
|
2019-07-03 16:58:24 +02:00
|
|
|
"views/",
|
2019-07-24 22:42:42 +02:00
|
|
|
"locales/email/",
|
2019-06-22 19:26:20 +02:00
|
|
|
"store/",
|
2019-06-22 19:30:12 +02:00
|
|
|
"config/",
|
2019-07-11 22:57:24 +02:00
|
|
|
".nuxt/"
|
2019-06-07 15:13:06 +02:00
|
|
|
],
|
2019-04-03 00:25:12 +02:00
|
|
|
"dependencies": {
|
2019-06-06 23:54:32 +02:00
|
|
|
"@nuxtjs/auth": "^4.6.5",
|
|
|
|
"@nuxtjs/axios": "^5.5.3",
|
2019-07-24 21:26:56 +02:00
|
|
|
"accept-language": "^3.0.18",
|
2019-06-06 23:54:32 +02:00
|
|
|
"axios": "^0.19.0",
|
2019-07-07 23:00:31 +02:00
|
|
|
"bcryptjs": "^2.4.3",
|
2019-04-05 00:10:19 +02:00
|
|
|
"body-parser": "^1.18.3",
|
2019-07-11 22:29:18 +02:00
|
|
|
"bootstrap": "^4.3.1",
|
2019-07-19 00:34:47 +02:00
|
|
|
"config": "^3.2.0",
|
2019-08-06 01:12:05 +02:00
|
|
|
"consola": "^2.10.1",
|
2019-04-26 23:14:43 +02:00
|
|
|
"cookie-parser": "^1.4.4",
|
2019-04-03 00:25:12 +02:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"cross-env": "^5.2.0",
|
2019-07-11 22:29:18 +02:00
|
|
|
"dayjs": "^1.8.15",
|
2019-06-06 23:54:32 +02:00
|
|
|
"element-ui": "^2.9.1",
|
2019-06-25 01:05:38 +02:00
|
|
|
"email-templates": "^6.0.0",
|
2019-06-06 23:54:32 +02:00
|
|
|
"express": "^4.17.1",
|
2019-04-26 23:14:43 +02:00
|
|
|
"express-jwt": "^5.3.1",
|
2019-08-02 17:29:55 +02:00
|
|
|
"http-signature": "^1.2.0",
|
2019-08-06 01:12:05 +02:00
|
|
|
"ics": "^2.16.0",
|
2019-07-19 00:34:47 +02:00
|
|
|
"inquirer": "^6.5.0",
|
2019-04-03 00:25:12 +02:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2019-05-30 12:04:14 +02:00
|
|
|
"less": "^3.9.0",
|
2019-07-19 00:34:47 +02:00
|
|
|
"lodash": "^4.17.14",
|
2019-08-05 01:23:02 +02:00
|
|
|
"mkdirp": "^0.5.1",
|
2019-04-23 15:45:52 +02:00
|
|
|
"morgan": "^1.9.1",
|
2019-07-19 00:34:47 +02:00
|
|
|
"multer": "^1.4.2",
|
2019-08-02 17:29:55 +02:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-06-06 23:54:32 +02:00
|
|
|
"nuxt": "^2.8.1",
|
|
|
|
"pg": "^7.11.0",
|
2019-07-11 22:51:11 +02:00
|
|
|
"sass-loader": "^7.1.0",
|
2019-08-06 01:12:05 +02:00
|
|
|
"sequelize": "^5.12.3",
|
2019-05-30 12:04:14 +02:00
|
|
|
"sequelize-cli": "^5.4.0",
|
2019-08-06 01:12:05 +02:00
|
|
|
"sharp": "^0.23.0",
|
2019-06-06 23:54:32 +02:00
|
|
|
"sqlite3": "^4.0.8",
|
|
|
|
"v-calendar": "^1.0.0-beta.14",
|
|
|
|
"vue-awesome": "^3.5.3",
|
2019-07-05 01:38:31 +02:00
|
|
|
"vue-clipboard2": "^0.3.0",
|
2019-07-23 01:31:43 +02:00
|
|
|
"vue-i18n": "^8.12.0",
|
2019-07-19 00:34:47 +02:00
|
|
|
"yargs": "^13.3.0"
|
2019-04-03 00:25:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-07-11 22:29:18 +02:00
|
|
|
"@nuxtjs/eslint-config": "^1.0.1",
|
2019-04-03 00:25:12 +02:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-07-11 22:29:18 +02:00
|
|
|
"eslint": "^6.0.1",
|
|
|
|
"eslint-config-prettier": "^6.0.0",
|
2019-07-19 00:34:47 +02:00
|
|
|
"eslint-config-standard": ">=13.0.1",
|
2019-07-11 22:29:18 +02:00
|
|
|
"eslint-loader": "^2.2.1",
|
2019-06-06 23:54:32 +02:00
|
|
|
"eslint-plugin-import": ">=2.17.3",
|
2019-08-06 01:12:05 +02:00
|
|
|
"eslint-plugin-jest": ">=22.14.1",
|
2019-06-06 23:54:32 +02:00
|
|
|
"eslint-plugin-node": ">=9.1.0",
|
2019-04-03 00:25:12 +02:00
|
|
|
"eslint-plugin-nuxt": ">=0.4.2",
|
2019-06-06 23:54:32 +02:00
|
|
|
"eslint-plugin-prettier": "^3.1.0",
|
2019-04-03 00:25:12 +02:00
|
|
|
"eslint-plugin-promise": ">=4.0.1",
|
|
|
|
"eslint-plugin-standard": ">=4.0.0",
|
|
|
|
"eslint-plugin-vue": "^5.2.2",
|
2019-06-07 15:13:06 +02:00
|
|
|
"less-loader": "^5.0.0",
|
2019-06-06 23:54:32 +02:00
|
|
|
"nodemon": "^1.19.1",
|
|
|
|
"prettier": "^1.17.1",
|
2019-04-29 00:27:29 +02:00
|
|
|
"pug-plain-loader": "^1.0.0",
|
2019-07-19 00:34:47 +02:00
|
|
|
"webpack-cli": "^3.3.6"
|
2019-04-03 00:25:12 +02:00
|
|
|
}
|
|
|
|
}
|