gancio-upstream/package.json

127 lines
3.5 KiB
JSON
Raw Normal View History

2019-04-03 00:25:12 +02:00
{
"name": "gancio",
2020-03-14 21:29:09 +01:00
"version": "0.22.6",
"description": "A shared agenda for local communities",
2019-04-03 00:25:12 +02:00
"author": "lesion",
"scripts": {
2019-07-24 21:26:56 +02:00
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev",
"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",
2019-04-03 00:25:12 +02:00
"build": "nuxt build",
"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-04-03 00:25:12 +02:00
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
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",
2019-06-08 13:18:47 +02:00
"migrate:dev": "sequelize db:migrate",
2019-08-03 15:32:39 +02:00
"migrate": "NODE_ENV=production sequelize db:migrate"
2019-04-03 00:25:12 +02:00
},
2019-06-18 14:45:04 +02:00
"license": "AGPL-3.0",
"bugs": {
"email": "lesion@autistici.org",
2019-09-17 18:16:59 +02:00
"url": "https://framagit.org/les/gancio/issues"
2019-06-18 14:45:04 +02:00
},
2019-12-10 23:16:51 +01:00
"keywords": [
2019-12-18 15:02:38 +01:00
"AP",
"gancio",
"events",
"federation",
"activitypub",
"event",
"server",
"self-host",
"app"
2019-12-10 23:16:51 +01:00
],
2020-01-15 23:14:52 +01:00
"homepage": "https://gancio.org",
"resolutions": {
"prosemirror-model": "1.8.2"
},
2019-06-18 14:45:04 +02:00
"repository": {
"type": "git",
2019-09-17 18:16:59 +02:00
"url": "https://framagit.org/les/gancio"
2019-06-18 14:45:04 +02:00
},
2019-06-07 15:13:06 +02:00
"bin": {
"gancio": "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",
"@nuxtjs/axios": "^5.10.3",
2019-07-24 21:26:56 +02:00
"accept-language": "^3.0.18",
2020-01-27 00:47:03 +01:00
"axios": "^0.19.2",
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-05-22 00:32:13 +02:00
"bootstrap": "^4.5.0",
2020-03-31 16:44:20 +02:00
"config": "^3.3.1",
2020-05-22 00:32:13 +02:00
"consola": "^2.12.1",
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-03-14 19:43:34 +01:00
"cross-env": "^7.0.2",
2020-05-22 00:32:13 +02:00
"date-fns": "^2.14.0",
"dayjs": "^1.8.27",
"dompurify": "^2.0.11",
"element-ui": "^2.13.2",
"email-templates": "^7.0.5",
2019-06-06 23:54:32 +02:00
"express": "^4.17.1",
"express-oauth-server": "^2.0.0",
2020-05-22 00:32:13 +02:00
"http-signature": "^1.3.4",
2020-03-14 19:43:34 +01:00
"ics": "^2.19.0",
"inquirer": "^7.1.0",
2020-03-31 16:44:20 +02:00
"jsdom": "^16.2.2",
2019-04-03 00:25:12 +02:00
"jsonwebtoken": "^8.5.1",
2020-02-20 20:54:53 +01:00
"less": "^3.11.1",
2020-02-11 12:08:15 +01:00
"linkifyjs": "^2.1.9",
2019-07-19 00:34:47 +02:00
"lodash": "^4.17.14",
2020-05-22 00:32:13 +02:00
"mkdirp": "^1.0.4",
"moment-timezone": "^0.5.31",
2020-03-31 16:44:20 +02:00
"morgan": "^1.10.0",
2019-07-19 00:34:47 +02:00
"multer": "^1.4.2",
2020-02-20 20:54:53 +01:00
"nominatim-geocoder": "^0.1.4",
2020-03-31 16:44:20 +02:00
"nuxt": "^2.12.2",
2019-08-09 01:58:11 +02:00
"nuxt-express-module": "^0.0.11",
2020-05-22 00:32:13 +02:00
"pg": "^8.2.1",
"sequelize": "^5.21.10",
2019-08-31 22:15:41 +02:00
"sequelize-cli": "^5.5.1",
2020-05-22 00:32:13 +02:00
"sharp": "^0.25.3",
"sqlite3": "^4.2.0",
2020-01-15 23:14:52 +01:00
"tiptap": "^1.26.6",
"tiptap-extensions": "^1.28.6",
"url": "^0.11.0",
2020-05-22 00:32:13 +02:00
"v-calendar": "^1.0.6",
2019-11-06 12:48:41 +01:00
"vue-awesome": "^4.0.0",
2019-09-06 11:55:38 +02:00
"vue-clipboard2": "^0.3.1",
2020-05-22 00:32:13 +02:00
"vue-i18n": "^8.17.7",
2020-03-18 10:11:47 +01:00
"yargs": "^15.3.1"
2019-04-03 00:25:12 +02:00
},
"devDependencies": {
2020-02-20 20:54:53 +01:00
"@nuxtjs/eslint-config": "^2.0.2",
2020-03-14 19:43:34 +01:00
"babel-eslint": "^10.1.0",
2020-01-15 23:14:52 +01:00
"eslint": "^6.8.0",
2020-03-31 16:44:20 +02:00
"eslint-config-prettier": "^6.10.1",
"eslint-config-standard": ">=14.1.1",
"eslint-loader": "^3.0.3",
2020-03-31 16:44:20 +02:00
"eslint-plugin-import": ">=2.20.2",
2020-03-14 19:43:34 +01:00
"eslint-plugin-jest": ">=23.8.2",
2020-03-31 16:44:20 +02:00
"eslint-plugin-node": ">=11.1.0",
"eslint-plugin-nuxt": ">=0.5.2",
"eslint-plugin-prettier": "^3.1.2",
2019-04-03 00:25:12 +02:00
"eslint-plugin-promise": ">=4.0.1",
2019-08-31 22:15:41 +02:00
"eslint-plugin-standard": ">=4.0.1",
2020-03-14 19:43:34 +01:00
"eslint-plugin-vue": "^6.2.2",
2019-06-07 15:13:06 +02:00
"less-loader": "^5.0.0",
"nodemon": "^2.0.2",
2020-03-31 16:44:20 +02:00
"prettier": "^2.0.2",
"pug-plain-loader": "^1.0.0",
2020-02-20 20:54:53 +01:00
"webpack-cli": "^3.3.11"
2019-04-03 00:25:12 +02:00
}
}