gancio-upstream/package.json

146 lines
4.4 KiB
JSON
Raw Permalink Normal View History

2019-04-03 00:25:12 +02:00
{
"name": "gancio",
2024-09-26 00:33:22 +02:00
"version": "1.19.3",
"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",
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
2021-10-18 20:48:44 +02:00
"dev": "nuxt dev",
"dev:inspect": "node --inspect node_modules/.bin/nuxt dev",
2024-01-03 22:17:47 +01:00
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest --forceExit --runInBand --bail=1 --testTimeout=10000",
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest --runInBand --bail=1",
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest --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",
2023-04-14 10:47:54 +02:00
"analyze": "nuxt build --analyze",
2023-04-13 22:17:56 +02:00
"build:wc": "cd webcomponents; yarn build:lib; cp dist/gancio-events.js ../wp-plugin/js/gancio-events.es.js; cp dist/gancio-events.js ../assets/gancio-events.es.js; cp dist/gancio-events.js ../docs/assets/js/gancio-events.es.js; cp dist/gancio-events.js ../static/gancio-events.es.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
],
"engines": {
2024-06-26 15:34:33 +02:00
"node": ">=14 <=22"
},
2019-04-03 00:25:12 +02:00
"dependencies": {
2024-06-26 15:34:33 +02:00
"@mdi/js": "^7.4.47",
2020-05-22 00:32:13 +02:00
"@nuxtjs/auth": "^4.9.1",
2024-06-26 15:34:33 +02:00
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.3.1",
2022-05-26 11:10:40 +02:00
"@nuxtjs/sitemap": "^2.4.0",
"@peertube/http-signature": "^1.7.0",
2019-07-24 21:26:56 +02:00
"accept-language": "^3.0.18",
2019-07-07 23:00:31 +02:00
"bcryptjs": "^2.4.3",
2024-01-03 22:17:47 +01:00
"body-parser": "^2.0.0-beta.2",
2021-12-02 12:44:35 +01:00
"cookie-parser": "^1.4.6",
2024-04-01 10:45:22 +02:00
"cookie-session": "^2.1.0",
"cookie-universal-nuxt": "^2.2.2",
2019-04-03 00:25:12 +02:00
"cors": "^2.8.5",
2024-05-20 12:38:20 +02:00
"dayjs": "^1.11.11",
2024-06-26 15:34:33 +02:00
"dompurify": "^3.1.5",
2023-08-08 23:10:14 +02:00
"email-templates": "^11.1.1",
2024-04-01 10:45:22 +02:00
"express": "^4.19.2",
2024-06-26 15:34:33 +02:00
"express-async-errors": "^3.1.1",
"express-rate-limit": "^7.3.1",
2024-04-01 10:45:22 +02:00
"https-proxy-agent": "^7.0.4",
2024-05-20 12:38:20 +02:00
"ical.js": "^2.0.1",
2024-06-26 15:34:33 +02:00
"ics": "^3.7.6",
"jsdom": "^24.1.0",
2023-06-05 14:29:14 +02:00
"leaflet": "^1.9.4",
"linkify-html": "^4.1.3",
"linkifyjs": "4.1.3",
2021-03-05 14:17:10 +01:00
"lodash": "^4.17.21",
"luxon": "^3.4.4",
2024-06-26 15:34:33 +02:00
"mariadb": "^2.5.6",
"memory-cache": "^0.2.0",
2024-05-20 12:38:20 +02:00
"microformat-node": "^2.0.4",
2022-02-09 08:27:11 +01:00
"minify-css-string": "^1.0.0",
2023-08-08 23:10:14 +02:00
"mkdirp": "^3.0.1",
2022-06-01 17:41:57 +02:00
"multer": "^1.4.5-lts.1",
2023-09-25 22:37:31 +02:00
"nuxt-edge": "2.17.2-28258581.6132947",
2023-10-24 21:02:57 +02:00
"oauth2orize": "^1.12.0",
2024-04-01 10:45:22 +02:00
"passport": "^0.7.0",
2022-11-04 12:22:21 +01:00
"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",
2024-06-26 15:34:33 +02:00
"pg": "^8.12.0",
2024-05-20 12:38:20 +02:00
"semver": "^7.6.2",
"sequelize": "^6.37.3",
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",
2024-04-01 10:45:22 +02:00
"sqlite3": "^5.1.7",
"telegraf": "^4.16.3",
2024-06-26 15:34:33 +02:00
"tiptap": "^1.32.2",
"tiptap-extensions": "^1.35.2",
2021-07-27 23:22:01 +02:00
"umzug": "^2.3.0",
2023-10-24 21:02:57 +02:00
"v-calendar": "^2.4.2",
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",
2024-04-01 10:45:22 +02:00
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0",
2023-11-10 23:20:59 +01:00
"yargs": "^17.7.2"
2019-04-03 00:25:12 +02:00
},
"devDependencies": {
2022-02-09 00:52:05 +01:00
"@nuxtjs/vuetify": "^1.12.3",
2023-12-27 16:07:40 +01:00
"@vue/language-plugin-pug": "^1.8.27",
2023-09-25 22:37:31 +02:00
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
2023-05-12 10:32:04 +02:00
"prettier": "^2.8.8",
2024-06-26 15:34:33 +02:00
"pug": "^3.0.3",
2021-01-11 00:17:56 +01:00
"pug-plain-loader": "^1.1.0",
2024-06-26 15:34:33 +02:00
"sass": "^1.77.6",
"sequelize-cli": "^6.6.2",
2024-04-01 10:45:22 +02:00
"supertest": "^6.3.4",
2024-06-26 15:34:33 +02:00
"webpack": "^4.47.0",
2022-06-28 13:34:42 +02:00
"webpack-cli": "^4.10.0"
},
2023-11-10 23:20:59 +01:00
"resolutions": {
2024-08-19 12:17:21 +02:00
"vue": "2.7.16",
"vue-template-compiler": "2.7.16",
"vue-server-renderer": "2.7.16"
2023-11-10 23:20:59 +01: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"
},
"snyk": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2019-04-03 00:25:12 +02:00
}