gancio/package.json

123 lines
3 KiB
JSON
Raw Normal View History

2019-04-03 00:25:12 +02:00
{
"name": "gancio",
2022-02-09 00:52:05 +01:00
"version": "1.3.4",
"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",
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",
2021-10-18 20:48:44 +02:00
"migrate:dev": "sequelize db:migrate"
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-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",
"axios": "^0.25.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",
2021-12-02 12:44:35 +01:00
"cookie-parser": "^1.4.6",
2019-04-03 00:25:12 +02:00
"cors": "^2.8.5",
"dayjs": "^1.10.7",
2022-02-01 23:34:49 +01:00
"dompurify": "^2.3.5",
2021-09-01 11:28:22 +02:00
"email-templates": "^8.0.8",
2019-06-06 23:54:32 +02:00
"express": "^4.17.1",
2021-07-27 23:22:01 +02:00
"express-oauth-server": "lesion/express-oauth-server#master",
2021-12-02 12:44:35 +01:00
"http-signature": "^1.3.6",
"ical.js": "^1.5.0",
"ics": "^2.35.0",
"jsdom": "^19.0.0",
2019-04-03 00:25:12 +02:00
"jsonwebtoken": "^8.5.1",
2021-12-02 12:44:35 +01:00
"linkify-html": "^3.0.4",
"linkifyjs": "3.0.5",
2021-03-05 14:17:10 +01:00
"lodash": "^4.17.21",
2022-01-26 09:51:42 +01:00
"mariadb": "^2.5.5",
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",
2021-09-01 11:28:22 +02:00
"multer": "^1.4.3",
2021-12-02 12:44:35 +01:00
"nuxt-edge": "^2.16.0-27305297.ab1c6cb4",
2021-04-27 11:10:31 +02:00
"pg": "^8.6.0",
2022-02-09 00:52:05 +01:00
"sequelize": "^6.16.0",
"sequelize-slugify": "^1.6.0",
2021-12-02 10:42:36 +01:00
"sharp": "^0.27.2",
2021-10-18 20:48:44 +02:00
"sqlite3": "mapbox/node-sqlite3#918052b",
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-02-07 12:33:05 +01:00
"v-calendar": "2.4.1",
2021-06-19 22:52:09 +02:00
"vue": "^2.6.14",
2021-11-09 12:40:57 +01:00
"vue-i18n": "^8.26.7",
2021-06-19 22:52:09 +02:00
"vue-template-compiler": "^2.6.14",
2022-02-01 23:34:49 +01:00
"vuetify": "npm:@vuetify/nightly@dev",
"winston": "^3.5.1",
"winston-daily-rotate-file": "^4.6.0",
"yargs": "^17.2.0"
2019-04-03 00:25:12 +02:00
},
"devDependencies": {
2022-02-09 00:52:05 +01:00
"@mdi/js": "^6.5.95",
"@nuxtjs/vuetify": "^1.12.3",
2021-07-27 23:22:01 +02:00
"less": "^4.1.1",
2021-10-18 20:48:44 +02:00
"less-loader": "^7",
2022-02-09 00:52:58 +01:00
"minify-css-string": "^1.0.0",
2021-07-19 12:06:30 +02:00
"prettier": "^2.3.0",
"pug": "^3.0.2",
2021-01-11 00:17:56 +01:00
"pug-plain-loader": "^1.1.0",
2022-02-01 23:34:49 +01:00
"sass": "^1.49.4",
2021-11-09 12:40:57 +01:00
"sequelize-cli": "^6.3.0",
"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-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
"postcss": "7.0.36",
"glob-parent": "5.1.2",
2021-10-28 15:07:40 +02:00
"chokidar": "3.5.2",
2021-10-29 15:24:50 +02:00
"core-js": "3.19.0"
},
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
}
}