gancio/package.json
2021-06-07 00:02:56 +02:00

159 lines
4.3 KiB
JSON

{
"name": "gancio",
"version": "1.0.17-dev",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {
"build": "cross-env nuxt build --modern",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"dev": "NODE_ENV=development node server/index.js",
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev --modern",
"doc": "cd docs && bundle exec jekyll b",
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
"migrate": "NODE_ENV=production sequelize db:migrate",
"migrate:dev": "sequelize db:migrate",
"start:debug": "cross-env DEBUG=* NODE_ENV=production node server/cli.js",
"start": "NODE_ENV=production node server/cli.js"
},
"files": [
"server/",
"assets/",
"nuxt.config.js",
"static/",
"views/",
"locales/email/",
"locales/",
"store/",
"config/default.json",
"config/production.js",
".nuxt/",
"yarn.lock"
],
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.5",
"@popperjs/core": "2.9.2",
"accept-language": "^3.0.18",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bufferutil": "^4.0.1",
"config": "^3.3.6",
"consola": "^2.15.3",
"cookie-parser": "^1.4.5",
"core-js": "3.13.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "^2.21.3",
"dayjs": "^1.10.5",
"dompurify": "^2.2.9",
"email-templates": "^8.0.7",
"express": "^4.17.1",
"express-oauth-server": "^2.0.0",
"express-prom-bundle": "^6.3.4",
"fs": "^0.0.1-security",
"global": "^4.4.0",
"http-signature": "^1.3.5",
"ical.js": "^1.4.0",
"ics": "^2.27.0",
"inquirer": "^8.1.0",
"jsdom": "^16.6.0",
"jsonwebtoken": "^8.5.1",
"less": "^4.1.1",
"linkifyjs": "3.0.0-beta.3",
"lodash": "^4.17.21",
"microformat-node": "^2.0.1",
"mkdirp": "^1.0.4",
"multer": "^1.4.2",
"nuxt": "^2.15.5",
"nuxt-express-module": "^0.0.11",
"pg": "^8.6.0",
"pg-native": "3.0.0",
"prom-client": "^13.1.0",
"sequelize": "^6.6.2",
"sequelize-cli": "^6.2.0",
"sequelize-slugify": "^1.5.0",
"sharp": "^0.28.2",
"sqlite3": "^5.0.2",
"to-ico": "^1.1.5",
"url": "^0.11.0",
"utf-8-validate": "^5.0.5",
"v-calendar": "2.3.0",
"vue": "^2.6.13",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.24.4",
"vue-server-renderer": "^2.6.13",
"vue-template-compiler": "^2.6.13",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"yargs": "^17.0.1",
"tiptap": "^1.32.0",
"tiptap-extensions": "^1.35.0"
},
"devDependencies": {
"@mdi/font": "^5.9.55",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/vuetify": "^1.11.3",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": ">=11.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.10.0",
"fibers": "^5.0.0",
"less-loader": "7",
"prettier": "^2.3.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.32.12",
"sass-loader": "10",
"typescript": "^4.3.2",
"vue-cli-plugin-vuetify": "~2.4.0",
"vuetify": "^2.5.2",
"vuetify-loader": "^1.7.1",
"webpack": "4",
"webpack-cli": "^4.7.0"
},
"resolutions": {
"prosemirror-model": "1.14.1",
"source-map-resolve": "0.6.0",
"lodash": "4.17.21",
"minimist": "1.2.5",
"jimp": "0.16.1",
"resize-img": "2.0.0",
"underscore": "1.13.1",
"@nuxtjs/vuetify/**/sass": "1.32.12"
},
"bin": {
"gancio": "server/cli.js"
},
"bugs": {
"email": "lesion@autistici.org",
"url": "https://framagit.org/les/gancio/issues"
},
"homepage": "https://gancio.org",
"keywords": [
"AP",
"gancio",
"events",
"federation",
"activitypub",
"event",
"server",
"self-host",
"app"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://framagit.org/les/gancio"
}
}