2019-04-03 00:25:12 +02:00
|
|
|
{
|
|
|
|
"name": "gancio",
|
2020-11-04 00:21:20 +01:00
|
|
|
"version": "0.24.2",
|
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": {
|
|
|
|
"build": "nuxt build",
|
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
2020-07-25 21:41:22 +02:00
|
|
|
"dev": "cross-env DEBUG=*,-babel*,-preview-email,-i18n:debug,-email-templates,-follow-redirects,-send,-body-parser:*,-express:*,-connect:*,-sequelize:* NODE_ENV=development node server/index.js",
|
|
|
|
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev",
|
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",
|
2019-06-08 13:18:47 +02:00
|
|
|
"migrate:dev": "sequelize db:migrate",
|
2020-07-25 21:41:22 +02:00
|
|
|
"start": "cross-env DEBUG=*,-babel*,-preview-email,-i18n:debug,-email-templates,-follow-redirects,-send,-body-parser:*,-express:*,-connect:*,-sequelize:* NODE_ENV=production node server/cli.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/",
|
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/",
|
2019-06-22 19:30:12 +02:00
|
|
|
"config/",
|
2019-07-11 22:57:24 +02:00
|
|
|
".nuxt/"
|
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-01-11 00:17:56 +01:00
|
|
|
"@nuxtjs/axios": "^5.12.4",
|
2019-07-24 21:26:56 +02:00
|
|
|
"accept-language": "^3.0.18",
|
2021-01-11 00:17:56 +01:00
|
|
|
"axios": "^0.21.1",
|
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",
|
2020-12-04 17:29:43 +01:00
|
|
|
"config": "^3.3.3",
|
2020-08-29 22:55:59 +02:00
|
|
|
"consola": "^2.15.0",
|
2020-03-18 10:11:47 +01:00
|
|
|
"cookie-parser": "^1.4.5",
|
2019-04-03 00:25:12 +02:00
|
|
|
"cors": "^2.8.5",
|
2020-12-04 17:29:43 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2020-10-07 10:04:26 +02:00
|
|
|
"date-fns": "^2.16.1",
|
2020-11-13 00:13:44 +01:00
|
|
|
"dayjs": "^1.9.6",
|
2021-01-11 00:17:56 +01:00
|
|
|
"dompurify": "^2.2.6",
|
2020-12-04 17:29:43 +01:00
|
|
|
"email-templates": "^8.0.2",
|
2019-06-06 23:54:32 +02:00
|
|
|
"express": "^4.17.1",
|
2019-12-26 11:46:21 +01:00
|
|
|
"express-oauth-server": "^2.0.0",
|
2020-10-14 21:13:20 +02:00
|
|
|
"fs": "^0.0.1-security",
|
2020-10-07 10:04:26 +02:00
|
|
|
"http-signature": "^1.3.5",
|
2020-10-14 21:13:20 +02:00
|
|
|
"ical.js": "^1.4.0",
|
2020-12-04 17:29:43 +01:00
|
|
|
"ics": "^2.26.2",
|
2020-07-25 21:41:22 +02:00
|
|
|
"inquirer": "^7.3.3",
|
2020-08-29 22:55:59 +02:00
|
|
|
"jsdom": "^16.4.0",
|
2019-04-03 00:25:12 +02:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2021-01-11 00:17:56 +01:00
|
|
|
"less": "^4.0.0",
|
2020-02-11 12:08:15 +01:00
|
|
|
"linkifyjs": "^2.1.9",
|
2020-08-29 22:55:59 +02:00
|
|
|
"lodash": "^4.17.20",
|
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",
|
2020-11-17 00:33:34 +01:00
|
|
|
"moment-timezone": "^0.5.32",
|
2020-03-31 16:44:20 +02:00
|
|
|
"morgan": "^1.10.0",
|
2019-07-19 00:34:47 +02:00
|
|
|
"multer": "^1.4.2",
|
2021-01-11 00:17:56 +01:00
|
|
|
"nuxt": "^2.14.12",
|
2019-08-09 01:58:11 +02:00
|
|
|
"nuxt-express-module": "^0.0.11",
|
2020-11-17 00:33:34 +01:00
|
|
|
"pg": "^8.5.1",
|
2020-10-07 10:04:26 +02:00
|
|
|
"sequelize": "^6.3.5",
|
2020-07-05 23:58:19 +02:00
|
|
|
"sequelize-cli": "^6.2.0",
|
2021-01-11 00:17:56 +01:00
|
|
|
"sharp": "^0.27.0",
|
2020-07-05 23:58:19 +02:00
|
|
|
"sqlite3": "^5.0.0",
|
2020-10-07 10:04:26 +02:00
|
|
|
"tiptap": "^1.30.0",
|
2020-10-25 00:34:22 +02:00
|
|
|
"tiptap-extensions": "^1.33.2",
|
2020-06-24 14:20:29 +02:00
|
|
|
"to-ico": "^1.1.5",
|
2019-09-11 11:58:42 +02:00
|
|
|
"url": "^0.11.0",
|
2021-01-11 00:17:56 +01:00
|
|
|
"v-calendar": "^2.1.3",
|
2019-09-06 11:55:38 +02:00
|
|
|
"vue-clipboard2": "^0.3.1",
|
2020-12-04 17:29:43 +01:00
|
|
|
"vue-i18n": "^8.22.2",
|
2020-11-17 00:33:34 +01:00
|
|
|
"yargs": "^16.1.1"
|
2019-04-03 00:25:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-27 11:57:24 +01:00
|
|
|
"@mdi/font": "^5.8.55",
|
2020-11-17 00:33:34 +01:00
|
|
|
"@nuxtjs/eslint-config": "^5.0.0",
|
2020-07-25 21:41:22 +02:00
|
|
|
"@nuxtjs/vuetify": "^1.11.2",
|
2020-03-14 19:43:34 +01:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-01-11 00:17:56 +01:00
|
|
|
"eslint": "^7.16.0",
|
|
|
|
"eslint-config-prettier": "^7.1.0",
|
2020-12-04 17:29:43 +01:00
|
|
|
"eslint-config-standard": "^16.0.2",
|
2020-06-01 18:04:02 +02:00
|
|
|
"eslint-loader": "^4.0.2",
|
2020-10-07 10:04:26 +02:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2020-03-31 16:44:20 +02:00
|
|
|
"eslint-plugin-node": ">=11.1.0",
|
2020-11-17 00:33:34 +01:00
|
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
2021-01-11 00:17:56 +01:00
|
|
|
"eslint-plugin-prettier": "^3.3.0",
|
2019-04-03 00:25:12 +02:00
|
|
|
"eslint-plugin-promise": ">=4.0.1",
|
2020-12-04 17:29:43 +01:00
|
|
|
"eslint-plugin-standard": "^5.0.0",
|
2021-01-11 00:17:56 +01:00
|
|
|
"eslint-plugin-vue": "^7.3.0",
|
|
|
|
"less-loader": "^7.2.0",
|
2020-10-25 00:34:22 +02:00
|
|
|
"nodemon": "^2.0.6",
|
2020-12-04 17:29:43 +01:00
|
|
|
"prettier": "^2.2.1",
|
2021-01-11 00:17:56 +01:00
|
|
|
"pug-plain-loader": "^1.1.0",
|
|
|
|
"sass": "^1.30.0",
|
2020-11-13 00:13:44 +01:00
|
|
|
"sass-loader": "^10.1.0",
|
2020-12-04 17:29:43 +01:00
|
|
|
"vue-cli-plugin-vuetify": "~2.0.8",
|
2020-07-25 21:41:22 +02:00
|
|
|
"vuetify-loader": "^1.3.0",
|
2021-01-11 00:17:56 +01:00
|
|
|
"webpack-cli": "^4.3.0"
|
2020-07-25 21:41:22 +02:00
|
|
|
},
|
2020-08-05 17:29:03 +02:00
|
|
|
"resolutions": {
|
2021-01-11 00:17:56 +01:00
|
|
|
"prosemirror-model": "1.13.1"
|
2020-08-29 22:55:59 +02: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-11 00:17:56 +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
|
|
|
}
|
|
|
|
}
|