2019-04-03 00:25:12 +02:00
|
|
|
{
|
|
|
|
"name": "gancio",
|
2023-04-09 23:49:13 +02:00
|
|
|
"version": "1.6.9",
|
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-10-18 20:48:44 +02:00
|
|
|
"build": "nuxt build --modern",
|
2021-10-29 12:55:32 +02:00
|
|
|
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
|
2021-10-18 20:48:44 +02:00
|
|
|
"dev": "nuxt dev",
|
2023-03-28 19:04:49 +02:00
|
|
|
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest --testEnvironment=jest-environment-node --forceExit --runInBand --bail=1",
|
|
|
|
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest --testEnvironment=jest-environment-node --runInBand --bail=1",
|
|
|
|
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest --testEnvironment=jest-environment-node --runInBand --bail=1",
|
2021-10-29 15:24:50 +02:00
|
|
|
"start": "nuxt start --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",
|
2022-05-03 15:27:25 +02:00
|
|
|
"migrate:dev": "sequelize db:migrate",
|
2022-06-06 18:14:24 +02:00
|
|
|
"build:wc": "cd webcomponents; yarn build:lib; cp dist/gancio-events.es.js ../wp-plugin/js/; cp dist/gancio-events.es.js ../assets/; cp dist/gancio-events.es.js ../docs/assets/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/",
|
2023-03-20 21:09:58 +01:00
|
|
|
"modules/",
|
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-06-04 15:35:55 +02:00
|
|
|
".nuxt/",
|
2022-11-25 12:25:59 +01:00
|
|
|
"gancio_plugins",
|
2021-06-04 15:35:55 +02:00
|
|
|
"yarn.lock"
|
2019-06-07 15:13:06 +02:00
|
|
|
],
|
2022-07-01 15:37:21 +02:00
|
|
|
"engines": {
|
2022-07-27 11:23:57 +02:00
|
|
|
"node": ">=14 <=16"
|
2022-07-01 15:37:21 +02:00
|
|
|
},
|
2019-04-03 00:25:12 +02:00
|
|
|
"dependencies": {
|
2022-12-15 09:48:19 +01:00
|
|
|
"@mdi/js": "^7.1.96",
|
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",
|
2022-11-29 14:40:19 +01:00
|
|
|
"@nuxtjs/i18n": "^7.3.0",
|
2022-05-26 11:10:40 +02:00
|
|
|
"@nuxtjs/sitemap": "^2.4.0",
|
2019-07-24 21:26:56 +02:00
|
|
|
"accept-language": "^3.0.18",
|
2022-05-03 15:24:06 +02:00
|
|
|
"axios": "^0.27.2",
|
2019-07-07 23:00:31 +02:00
|
|
|
"bcryptjs": "^2.4.3",
|
2023-03-19 23:26:57 +01:00
|
|
|
"body-parser": "^1.20.2",
|
2021-12-02 12:44:35 +01:00
|
|
|
"cookie-parser": "^1.4.6",
|
2022-11-29 14:40:19 +01:00
|
|
|
"cookie-session": "^2.0.0",
|
2022-11-27 03:38:05 +01:00
|
|
|
"cookie-universal-nuxt": "^2.2.2",
|
2019-04-03 00:25:12 +02:00
|
|
|
"cors": "^2.8.5",
|
2022-12-07 17:15:58 +01:00
|
|
|
"dayjs": "^1.11.7",
|
2023-04-09 23:40:23 +02:00
|
|
|
"dompurify": "^3.0.1",
|
2022-08-26 15:19:09 +02:00
|
|
|
"email-templates": "^10.0.1",
|
2022-05-03 15:24:06 +02:00
|
|
|
"express": "^4.18.1",
|
2023-01-13 22:28:38 +01:00
|
|
|
"express-rate-limit": "^6.7.0",
|
2021-12-02 12:44:35 +01:00
|
|
|
"http-signature": "^1.3.6",
|
2022-07-21 11:45:46 +02:00
|
|
|
"https-proxy-agent": "^5.0.1",
|
2022-01-26 15:39:38 +01:00
|
|
|
"ical.js": "^1.5.0",
|
2023-03-19 23:26:57 +01:00
|
|
|
"ics": "^3.1.0",
|
2023-02-08 09:26:18 +01:00
|
|
|
"jsdom": "^21.1.0",
|
2022-11-18 14:13:40 +01:00
|
|
|
"leaflet": "^1.9.2",
|
2023-03-28 19:04:49 +02:00
|
|
|
"linkify-html": "^4.1.1",
|
|
|
|
"linkifyjs": "4.1.1",
|
2021-03-05 14:17:10 +01:00
|
|
|
"lodash": "^4.17.21",
|
2023-03-19 23:26:57 +01:00
|
|
|
"luxon": "^3.3.0",
|
2023-02-22 08:33:09 +01:00
|
|
|
"mariadb": "^2.5.6",
|
2023-01-19 01:29:24 +01:00
|
|
|
"memory-cache": "^0.2.0",
|
2020-10-10 00:39:45 +02:00
|
|
|
"microformat-node": "^2.0.1",
|
2022-02-09 08:27:11 +01:00
|
|
|
"minify-css-string": "^1.0.0",
|
2023-03-28 19:04:49 +02:00
|
|
|
"mkdirp": "^2.1.6",
|
2022-06-01 17:41:57 +02:00
|
|
|
"multer": "^1.4.5-lts.1",
|
2022-07-29 11:30:35 +02:00
|
|
|
"mysql2": "^2.3.3",
|
2023-04-09 23:40:23 +02:00
|
|
|
"nuxt-edge": "2.17.0-28016658.41d988a",
|
2022-11-04 12:22:21 +01:00
|
|
|
"oauth2orize": "^1.11.1",
|
|
|
|
"passport": "^0.6.0",
|
|
|
|
"passport-anonymous": "^1.0.1",
|
|
|
|
"passport-custom": "^1.1.1",
|
|
|
|
"passport-http": "^0.3.0",
|
|
|
|
"passport-http-bearer": "^1.0.1",
|
|
|
|
"passport-oauth2-client-password": "^0.1.2",
|
|
|
|
"passport-oauth2-client-public": "^0.0.1",
|
2023-03-19 23:26:57 +01:00
|
|
|
"pg": "^8.10.0",
|
2023-03-28 19:04:49 +02:00
|
|
|
"sequelize": "^6.30.0",
|
2022-09-12 17:49:33 +02:00
|
|
|
"sequelize-slugify": "^1.6.2",
|
2021-12-02 10:42:36 +01:00
|
|
|
"sharp": "^0.27.2",
|
2022-12-15 09:48:19 +01:00
|
|
|
"sqlite3": "^5.1.4",
|
2023-03-19 23:26:57 +01:00
|
|
|
"telegraf": "^4.12.2",
|
2021-06-19 22:52:09 +02:00
|
|
|
"tiptap": "^1.32.0",
|
|
|
|
"tiptap-extensions": "^1.35.0",
|
2021-07-27 23:22:01 +02:00
|
|
|
"umzug": "^2.3.0",
|
2022-05-05 16:01:39 +02:00
|
|
|
"v-calendar": "^2.4.1",
|
2022-09-18 23:15:22 +02:00
|
|
|
"vue2-leaflet": "^2.7.1",
|
2023-02-08 09:26:18 +01:00
|
|
|
"vuetify": "2.6.14",
|
2022-09-12 17:49:33 +02:00
|
|
|
"winston": "^3.8.2",
|
2022-06-01 17:41:57 +02:00
|
|
|
"winston-daily-rotate-file": "^4.7.1",
|
2023-03-19 23:26:57 +01:00
|
|
|
"yargs": "^17.7.1"
|
2019-04-03 00:25:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-09 00:52:05 +01:00
|
|
|
"@nuxtjs/vuetify": "^1.12.3",
|
2023-03-19 23:26:57 +01:00
|
|
|
"jest": "^29.5.0",
|
|
|
|
"jest-environment-node": "^29.5.0",
|
2023-03-28 19:04:49 +02:00
|
|
|
"prettier": "^2.8.7",
|
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",
|
2023-04-09 23:40:23 +02:00
|
|
|
"sass": "^1.61.0",
|
2021-11-09 12:40:57 +01:00
|
|
|
"sequelize-cli": "^6.3.0",
|
2022-12-15 09:48:19 +01:00
|
|
|
"supertest": "^6.3.3",
|
2021-03-16 19:58:25 +01:00
|
|
|
"webpack": "4",
|
2022-06-28 13:34:42 +02:00
|
|
|
"webpack-cli": "^4.10.0"
|
|
|
|
},
|
2022-11-11 06:01:50 +01:00
|
|
|
"jest": {
|
|
|
|
"testEnvironment": "jsdom"
|
|
|
|
},
|
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"
|
2022-06-06 16:58:14 +02:00
|
|
|
},
|
|
|
|
"snyk": true
|
2019-04-03 00:25:12 +02:00
|
|
|
}
|