gancio-upstream/package.json

121 lines
3.1 KiB
JSON
Raw Normal View History

2019-04-03 00:25:12 +02:00
{
"name": "gancio",
2022-06-25 23:15:58 +02:00
"version": "1.5.0-rc.11",
"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",
2022-05-20 13:04:45 +02:00
"test": "cd tests/seeds; jest ; cd ../..",
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",
2022-06-06 18:14:24 +02:00
"build:wc": "cd webcomponents; yarn build:lib; cp dist/gancio-events.es.js ../wp-plugin/js/; cp dist/gancio-events.es.js ../assets/; cp dist/gancio-events.es.js ../docs/assets/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/",
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": {
2022-06-01 17:41:57 +02:00
"@mdi/js": "^6.7.96",
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",
2022-05-26 11:10:40 +02:00
"@nuxtjs/sitemap": "^2.4.0",
2019-07-24 21:26:56 +02:00
"accept-language": "^3.0.18",
2022-05-03 15:24:06 +02:00
"axios": "^0.27.2",
2019-07-07 23:00:31 +02:00
"bcryptjs": "^2.4.3",
2022-05-03 15:24:06 +02:00
"body-parser": "^1.20.0",
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",
2022-06-06 16:53:01 +02:00
"dayjs": "^1.11.3",
2022-05-20 13:04:45 +02:00
"dompurify": "^2.3.8",
2022-02-27 22:04:12 +01:00
"email-templates": "^8.0.9",
2022-05-03 15:24:06 +02:00
"express": "^4.18.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-05-03 15:24:06 +02:00
"mariadb": "^3.0.0",
2020-10-10 00:39:45 +02:00
"microformat-node": "^2.0.1",
2022-02-09 08:27:11 +01:00
"minify-css-string": "^1.0.0",
2020-05-22 00:32:13 +02:00
"mkdirp": "^1.0.4",
2022-06-01 17:41:57 +02:00
"multer": "^1.4.5-lts.1",
2022-06-28 13:34:42 +02:00
"nuxt-edge": "^2.16.0-27604820.123206cb",
2021-04-27 11:10:31 +02:00
"pg": "^8.6.0",
2022-06-28 13:34:42 +02:00
"sequelize": "^6.21.1",
2022-05-09 16:30:59 +02:00
"sequelize-slugify": "^1.6.1",
2021-12-02 10:42:36 +01:00
"sharp": "^0.27.2",
2022-06-06 16:53:01 +02:00
"sqlite3": "^5.0.8",
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-05-05 16:01:39 +02: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-06-11 11:59:24 +02:00
"vuetify": "2.6.6",
2022-06-28 13:34:42 +02:00
"winston": "^3.8.0",
2022-06-01 17:41:57 +02:00
"winston-daily-rotate-file": "^4.7.1",
2022-06-06 18:14:24 +02:00
"yargs": "^17.5.0"
2019-04-03 00:25:12 +02:00
},
"devDependencies": {
2022-02-09 00:52:05 +01:00
"@nuxtjs/vuetify": "^1.12.3",
2022-06-11 11:59:24 +02:00
"jest": "^28.1.1",
2022-06-28 13:34:42 +02:00
"prettier": "^2.7.1",
"pug": "^3.0.2",
2021-01-11 00:17:56 +01:00
"pug-plain-loader": "^1.1.0",
2022-06-28 13:34:42 +02:00
"sass": "^1.53.0",
2021-11-09 12:40:57 +01:00
"sequelize-cli": "^6.3.0",
2022-03-10 12:34:12 +01:00
"supertest": "^6.2.2",
"webpack": "4",
2022-06-28 13:34:42 +02:00
"webpack-cli": "^4.10.0"
},
"resolutions": {
"nth-check": "^2.0.1",
"express-oauth-server/**/lodash": "^4.17.21",
"glob-parent": "^5.1.2",
"moment": "^2.29.2"
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
2019-04-03 00:25:12 +02:00
}