2019-04-03 00:25:12 +02:00
|
|
|
{
|
|
|
|
"name": "gancio",
|
2021-07-26 12:29:49 +02:00
|
|
|
"version": "1.0.4-alpha",
|
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": {
|
2021-05-04 13:59:49 +02:00
|
|
|
"build": "cross-env nuxt build --modern",
|
2019-04-03 00:25:12 +02:00
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
2021-02-09 12:17:39 +01:00
|
|
|
"dev": "NODE_ENV=development node server/index.js",
|
|
|
|
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev --modern",
|
2019-07-17 11:04:08 +02:00
|
|
|
"doc": "cd docs && bundle exec jekyll b",
|
2019-08-07 19:15:15 +02:00
|
|
|
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
|
2020-07-25 21:41:22 +02:00
|
|
|
"migrate": "NODE_ENV=production sequelize db:migrate",
|
2019-06-08 13:18:47 +02:00
|
|
|
"migrate:dev": "sequelize db:migrate",
|
2021-02-09 12:17:39 +01:00
|
|
|
"start:debug": "cross-env DEBUG=* NODE_ENV=production node server/cli.js",
|
|
|
|
"start": "NODE_ENV=production node server/cli.js"
|
2019-06-07 15:13:06 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2019-06-22 19:05:52 +02:00
|
|
|
"server/",
|
2019-09-19 23:28:06 +02:00
|
|
|
"assets/",
|
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/",
|
2020-03-14 20:13:00 +01:00
|
|
|
"locales/",
|
2019-06-22 19:26:20 +02:00
|
|
|
"store/",
|
2021-05-20 11:06:38 +02:00
|
|
|
"config/default.json",
|
|
|
|
"config/production.js",
|
2021-06-04 15:35:55 +02:00
|
|
|
".nuxt/",
|
|
|
|
"yarn.lock"
|
2019-06-07 15:13:06 +02:00
|
|
|
],
|
2019-04-03 00:25:12 +02:00
|
|
|
"dependencies": {
|
2020-05-22 00:32:13 +02:00
|
|
|
"@nuxtjs/auth": "^4.9.1",
|
2021-06-04 15:35:55 +02:00
|
|
|
"@nuxtjs/axios": "^5.13.5",
|
2019-07-24 21:26:56 +02:00
|
|
|
"accept-language": "^3.0.18",
|
2021-01-11 00:17:56 +01:00
|
|
|
"axios": "^0.21.1",
|
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",
|
2021-03-15 22:26:08 +01:00
|
|
|
"config": "^3.3.6",
|
2021-05-04 16:20:13 +02:00
|
|
|
"consola": "^2.15.3",
|
2020-03-18 10:11:47 +01:00
|
|
|
"cookie-parser": "^1.4.5",
|
2021-06-19 22:52:09 +02:00
|
|
|
"core-js": "3.14.0",
|
2019-04-03 00:25:12 +02:00
|
|
|
"cors": "^2.8.5",
|
2020-12-04 17:29:43 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2021-06-04 15:35:55 +02:00
|
|
|
"dayjs": "^1.10.5",
|
|
|
|
"dompurify": "^2.2.9",
|
|
|
|
"email-templates": "^8.0.7",
|
2019-06-06 23:54:32 +02:00
|
|
|
"express": "^4.17.1",
|
2019-12-26 11:46:21 +01:00
|
|
|
"express-oauth-server": "^2.0.0",
|
2021-03-05 14:17:10 +01:00
|
|
|
"express-prom-bundle": "^6.3.4",
|
2020-10-14 21:13:20 +02:00
|
|
|
"fs": "^0.0.1-security",
|
2021-03-05 14:17:10 +01:00
|
|
|
"global": "^4.4.0",
|
2020-10-07 10:04:26 +02:00
|
|
|
"http-signature": "^1.3.5",
|
2020-10-14 21:13:20 +02:00
|
|
|
"ical.js": "^1.4.0",
|
2021-07-01 12:33:33 +02:00
|
|
|
"ics": "^2.29.0",
|
2021-06-19 22:52:09 +02:00
|
|
|
"inquirer": "^8.1.1",
|
2021-06-04 15:35:55 +02:00
|
|
|
"jsdom": "^16.6.0",
|
2019-04-03 00:25:12 +02:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2021-02-09 12:17:39 +01:00
|
|
|
"less": "^4.1.1",
|
2021-05-04 16:20:13 +02:00
|
|
|
"linkifyjs": "3.0.0-beta.3",
|
2021-03-05 14:17:10 +01:00
|
|
|
"lodash": "^4.17.21",
|
2020-10-10 00:39:45 +02:00
|
|
|
"microformat-node": "^2.0.1",
|
2020-05-22 00:32:13 +02:00
|
|
|
"mkdirp": "^1.0.4",
|
2019-07-19 00:34:47 +02:00
|
|
|
"multer": "^1.4.2",
|
2021-06-19 22:52:09 +02:00
|
|
|
"nuxt": "^2.15.7",
|
2019-08-09 01:58:11 +02:00
|
|
|
"nuxt-express-module": "^0.0.11",
|
2021-04-27 11:10:31 +02:00
|
|
|
"pg": "^8.6.0",
|
2021-05-27 00:00:46 +02:00
|
|
|
"pg-native": "3.0.0",
|
2021-02-09 12:17:39 +01:00
|
|
|
"prom-client": "^13.1.0",
|
2021-07-01 22:27:57 +02:00
|
|
|
"sequelize": "^6.6.4",
|
2020-07-05 23:58:19 +02:00
|
|
|
"sequelize-cli": "^6.2.0",
|
2021-04-13 18:04:53 +02:00
|
|
|
"sequelize-slugify": "^1.5.0",
|
2021-05-27 00:00:46 +02:00
|
|
|
"sharp": "^0.28.2",
|
2021-03-05 14:17:10 +01:00
|
|
|
"sqlite3": "^5.0.2",
|
2021-06-19 22:52:09 +02:00
|
|
|
"tiptap": "^1.32.0",
|
|
|
|
"tiptap-extensions": "^1.35.0",
|
2020-06-24 14:20:29 +02:00
|
|
|
"to-ico": "^1.1.5",
|
2019-09-11 11:58:42 +02:00
|
|
|
"url": "^0.11.0",
|
2021-05-04 16:20:13 +02:00
|
|
|
"utf-8-validate": "^5.0.5",
|
2021-07-19 12:06:30 +02:00
|
|
|
"v-calendar": "2.3.1",
|
2021-06-19 22:52:09 +02:00
|
|
|
"vue": "^2.6.14",
|
2019-09-06 11:55:38 +02:00
|
|
|
"vue-clipboard2": "^0.3.1",
|
2021-07-01 22:27:57 +02:00
|
|
|
"vue-i18n": "^8.24.5",
|
2021-06-19 22:52:09 +02:00
|
|
|
"vue-server-renderer": "^2.6.14",
|
|
|
|
"vue-template-compiler": "^2.6.14",
|
2021-03-05 14:17:10 +01:00
|
|
|
"winston": "^3.3.3",
|
2021-06-04 15:35:55 +02:00
|
|
|
"winston-daily-rotate-file": "^4.5.5",
|
2021-06-19 22:52:09 +02:00
|
|
|
"yargs": "^17.0.1"
|
2019-04-03 00:25:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-22 21:16:22 +01:00
|
|
|
"@mdi/font": "^5.9.55",
|
2021-06-04 15:35:55 +02:00
|
|
|
"@nuxtjs/eslint-config": "^6.0.1",
|
2021-06-19 22:52:09 +02:00
|
|
|
"@nuxtjs/vuetify": "^1.12.1",
|
2021-06-04 15:35:55 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
|
|
"@typescript-eslint/parser": "^4.26.0",
|
2020-03-14 19:43:34 +01:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-06-04 15:35:55 +02:00
|
|
|
"eslint": "^7.27.0",
|
2021-04-27 11:10:31 +02:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-06-04 15:35:55 +02:00
|
|
|
"eslint-config-standard": "^16.0.3",
|
2020-06-01 18:04:02 +02:00
|
|
|
"eslint-loader": "^4.0.2",
|
2021-06-04 15:35:55 +02:00
|
|
|
"eslint-plugin-import": "^2.23.4",
|
2020-03-31 16:44:20 +02:00
|
|
|
"eslint-plugin-node": ">=11.1.0",
|
2020-11-17 00:33:34 +01:00
|
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
2021-04-27 11:10:31 +02:00
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2021-05-27 00:00:46 +02:00
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
2020-12-04 17:29:43 +01:00
|
|
|
"eslint-plugin-standard": "^5.0.0",
|
2021-06-04 15:35:55 +02:00
|
|
|
"eslint-plugin-vue": "^7.10.0",
|
2021-03-05 14:17:10 +01:00
|
|
|
"less-loader": "7",
|
2021-07-19 12:06:30 +02:00
|
|
|
"prettier": "^2.3.0",
|
2021-03-16 19:58:25 +01:00
|
|
|
"pug": "^3.0.2",
|
2021-01-11 00:17:56 +01:00
|
|
|
"pug-plain-loader": "^1.1.0",
|
2021-06-07 00:02:56 +02:00
|
|
|
"sass": "^1.32.12",
|
2021-03-05 14:17:10 +01:00
|
|
|
"sass-loader": "10",
|
2021-07-01 22:27:57 +02:00
|
|
|
"typescript": "^4.3.5",
|
2021-05-04 13:59:49 +02:00
|
|
|
"vue-cli-plugin-vuetify": "~2.4.0",
|
2021-07-01 22:27:57 +02:00
|
|
|
"vuetify": "^2.5.6",
|
2021-02-09 12:17:39 +01:00
|
|
|
"vuetify-loader": "^1.7.1",
|
2021-03-16 19:58:25 +01:00
|
|
|
"webpack": "4",
|
2021-06-19 22:52:09 +02:00
|
|
|
"webpack-cli": "^4.7.2"
|
2020-07-25 21:41:22 +02:00
|
|
|
},
|
2020-08-05 17:29:03 +02:00
|
|
|
"resolutions": {
|
2021-05-27 00:00:46 +02:00
|
|
|
"prosemirror-model": "1.14.1",
|
2021-06-04 15:35:55 +02:00
|
|
|
"source-map-resolve": "0.6.0",
|
2021-05-27 00:00:46 +02:00
|
|
|
"lodash": "4.17.21",
|
2021-06-04 15:35:55 +02:00
|
|
|
"minimist": "1.2.5",
|
|
|
|
"jimp": "0.16.1",
|
|
|
|
"resize-img": "2.0.0",
|
2021-06-07 00:02:56 +02:00
|
|
|
"underscore": "1.13.1",
|
2021-07-01 22:27:57 +02:00
|
|
|
"@nuxtjs/vuetify/**/sass": "1.32.12",
|
|
|
|
"postcss": "7.0.36",
|
|
|
|
"glob-parent": "5.1.2",
|
|
|
|
"core-js": "3.14.0"
|
2020-08-29 22:55:59 +02:00
|
|
|
},
|
2020-07-25 21:41:22 +02:00
|
|
|
"bin": {
|
|
|
|
"gancio": "server/cli.js"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"email": "lesion@autistici.org",
|
|
|
|
"url": "https://framagit.org/les/gancio/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gancio.org",
|
2021-01-22 21:16:22 +01:00
|
|
|
"keywords": [
|
2020-07-25 21:41:22 +02:00
|
|
|
"AP",
|
|
|
|
"gancio",
|
|
|
|
"events",
|
|
|
|
"federation",
|
|
|
|
"activitypub",
|
|
|
|
"event",
|
|
|
|
"server",
|
|
|
|
"self-host",
|
|
|
|
"app"
|
|
|
|
],
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://framagit.org/les/gancio"
|
2019-04-03 00:25:12 +02:00
|
|
|
}
|
|
|
|
}
|