127 lines
3.2 KiB
JSON
127 lines
3.2 KiB
JSON
{
|
|
"name": "gancio",
|
|
"version": "1.0.6-alpha",
|
|
"description": "A shared agenda for local communities",
|
|
"author": "lesion",
|
|
"scripts": {
|
|
"build": "nuxt build --modern",
|
|
"dev:inspect": "NODE_ENV=development node --inspect server/cli.js",
|
|
"dev": "nuxt dev",
|
|
"start": "nuxt start",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"server/",
|
|
"assets/",
|
|
"nuxt.config.js",
|
|
"static/",
|
|
"views/",
|
|
"locales/email/",
|
|
"locales/",
|
|
"store/",
|
|
".nuxt/",
|
|
"yarn.lock"
|
|
],
|
|
"dependencies": {
|
|
"@nuxtjs/auth": "^4.9.1",
|
|
"@nuxtjs/axios": "^5.13.5",
|
|
"accept-language": "^3.0.18",
|
|
"axios": "^0.23.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.18.3",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"dayjs": "^1.10.7",
|
|
"dompurify": "^2.3.3",
|
|
"email-templates": "^8.0.8",
|
|
"express": "^4.17.1",
|
|
"express-oauth-server": "lesion/express-oauth-server#master",
|
|
"http-signature": "^1.3.5",
|
|
"ical.js": "^1.4.0",
|
|
"ics": "^2.31.0",
|
|
"jsdom": "^18.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"linkify-html": "^3.0.3",
|
|
"linkifyjs": "3.0.3",
|
|
"lodash": "^4.17.21",
|
|
"microformat-node": "^2.0.1",
|
|
"mkdirp": "^1.0.4",
|
|
"multer": "^1.4.3",
|
|
"nuxt-build-optimisations": "^1.0.7",
|
|
"nuxt-edge": "^2.16.0-27226092.034b9901",
|
|
"nuxt-express-module": "^0.0.11",
|
|
"pg": "^8.6.0",
|
|
"sequelize": "^6.7.0",
|
|
"sequelize-slugify": "^1.6.0",
|
|
"sharp": "^0.29.1",
|
|
"sqlite3": "mapbox/node-sqlite3#918052b",
|
|
"tiptap": "^1.32.0",
|
|
"tiptap-extensions": "^1.35.0",
|
|
"umzug": "^2.3.0",
|
|
"v-calendar": "2.3.4",
|
|
"vue": "^2.6.14",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-i18n": "^8.26.5",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"winston": "^3.3.3",
|
|
"winston-daily-rotate-file": "^4.5.5",
|
|
"yargs": "^17.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime-corejs3": "^7.14.8",
|
|
"@mdi/font": "^6.3.95",
|
|
"@nuxtjs/vuetify": "^1.12.1",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^7",
|
|
"prettier": "^2.3.0",
|
|
"pug": "^3.0.2",
|
|
"pug-plain-loader": "^1.1.0",
|
|
"sass": "^1.43.2",
|
|
"sass-loader": "^10",
|
|
"sequelize-cli": "^6.2.0",
|
|
"vue-cli-plugin-vuetify": "~2.4.2",
|
|
"vuetify": "^2.5.10",
|
|
"vuetify-loader": "^1.7.1",
|
|
"webpack": "4",
|
|
"webpack-cli": "^4.7.2"
|
|
},
|
|
"resolutions": {
|
|
"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",
|
|
"postcss": "7.0.36",
|
|
"glob-parent": "5.1.2",
|
|
"chokidar": "3.5.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|