gancio-upstream/package.json

153 lines
4 KiB
JSON
Raw Normal View History

2019-04-03 00:25:12 +02:00
{
"name": "gancio",
"version": "1.0.3-dev",
"description": "A shared agenda for local communities",
2019-04-03 00:25:12 +02:00
"author": "lesion",
"scripts": {
"build": "cross-env NODE_ENV=production nuxt build --modern",
2019-04-03 00:25:12 +02:00
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
2021-02-09 12:17:39 +01:00
"dev": "NODE_ENV=development node server/index.js",
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev --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",
2019-06-08 13:18:47 +02:00
"migrate:dev": "sequelize db:migrate",
2021-02-09 12:17:39 +01:00
"start:debug": "cross-env DEBUG=* NODE_ENV=production node server/cli.js",
"start": "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-03-05 14:17:10 +01:00
"@nuxtjs/axios": "^5.13.1",
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",
2021-03-15 22:26:08 +01:00
"config": "^3.3.6",
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",
2021-03-05 14:17:10 +01:00
"date-fns": "^2.19.0",
2021-01-25 09:27:54 +01:00
"dayjs": "^1.10.4",
2021-03-15 22:26:08 +01:00
"dompurify": "^2.2.7",
2021-01-22 21:16:22 +01:00
"email-templates": "^8.0.3",
2019-06-06 23:54:32 +02:00
"express": "^4.17.1",
"express-oauth-server": "^2.0.0",
2021-03-05 14:17:10 +01:00
"express-prom-bundle": "^6.3.4",
2020-10-14 21:13:20 +02:00
"fs": "^0.0.1-security",
2021-03-05 14:17:10 +01:00
"global": "^4.4.0",
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",
2021-03-05 14:17:10 +01:00
"ics": "^2.27.0",
"inquirer": "^8.0.0",
2021-03-15 22:26:08 +01:00
"jsdom": "^16.5.1",
2019-04-03 00:25:12 +02:00
"jsonwebtoken": "^8.5.1",
2021-02-09 12:17:39 +01:00
"less": "^4.1.1",
2021-03-10 15:26:09 +01:00
"linkifyjs": "2.1.9",
2021-03-05 14:17:10 +01:00
"lodash": "^4.17.21",
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",
2021-03-05 14:17:10 +01:00
"moment-timezone": "^0.5.33",
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-03-15 22:26:08 +01:00
"nuxt": "^2.15.3",
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",
2021-03-05 14:17:10 +01:00
"pkg": "^4.4.9",
2021-02-09 12:17:39 +01:00
"prom-client": "^13.1.0",
2021-03-15 22:26:08 +01:00
"sequelize": "^6.5.1",
2020-07-05 23:58:19 +02:00
"sequelize-cli": "^6.2.0",
2021-03-05 14:17:10 +01:00
"sharp": "^0.27.2",
"sqlite3": "^5.0.2",
2021-02-09 12:17:39 +01:00
"tiptap": "^1.32.0",
"tiptap-extensions": "^1.35.0",
2020-06-24 14:20:29 +02:00
"to-ico": "^1.1.5",
"url": "^0.11.0",
2021-03-15 22:26:08 +01:00
"v-calendar": "2.3.0",
2019-09-06 11:55:38 +02:00
"vue-clipboard2": "^0.3.1",
2021-03-15 22:26:08 +01:00
"vue-i18n": "^8.24.1",
2021-03-05 14:17:10 +01:00
"winston": "^3.3.3",
2020-11-17 00:33:34 +01:00
"yargs": "^16.1.1"
2019-04-03 00:25:12 +02:00
},
"devDependencies": {
2021-01-22 21:16:22 +01:00
"@mdi/font": "^5.9.55",
2021-03-10 15:26:09 +01:00
"@nuxtjs/eslint-config": "^6.0.0",
2021-01-22 21:16:22 +01:00
"@nuxtjs/vuetify": "^1.11.3",
2020-03-14 19:43:34 +01:00
"babel-eslint": "^10.1.0",
"bufferutil": "^4.0.3",
"canvas": "^2.7.0",
2021-03-15 22:26:08 +01:00
"eslint": "^7.22.0",
2021-03-05 14:17:10 +01:00
"eslint-config-prettier": "^8.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-22 21:16:22 +01:00
"eslint-plugin-prettier": "^3.3.1",
2021-03-05 14:17:10 +01:00
"eslint-plugin-promise": "^4.3.1",
2020-12-04 17:29:43 +01:00
"eslint-plugin-standard": "^5.0.0",
2021-03-10 15:26:09 +01:00
"eslint-plugin-vue": "^7.7.0",
"fibers": "^5.0.0",
"jquery": "^3.6.0",
2021-03-05 14:17:10 +01:00
"less-loader": "7",
"node-gyp": "^7.1.2",
"node-sass": "^5.0.0",
2021-01-22 21:16:22 +01:00
"nodemon": "^2.0.7",
"pg-native": "^3.0.0",
2020-12-04 17:29:43 +01:00
"prettier": "^2.2.1",
"pug": "^3.0.2",
2021-01-11 00:17:56 +01:00
"pug-plain-loader": "^1.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-03-05 14:17:10 +01:00
"sass": "^1.32.7",
"sass-loader": "10",
"typescript": "^4.2.3",
"utf-8-validate": "^5.0.4",
"vue": "^2.6.12",
2021-03-10 15:26:09 +01:00
"vue-cli-plugin-vuetify": "~2.2.2",
"vue-template-compiler": "^2.6.12",
"vuetify": "^2.4.6",
2021-02-09 12:17:39 +01:00
"vuetify-loader": "^1.7.1",
"webpack": "4",
2021-03-05 14:17:10 +01:00
"webpack-cli": "^4.5.0"
2020-07-25 21:41:22 +02:00
},
2020-08-05 17:29:03 +02:00
"resolutions": {
2021-03-05 14:17:10 +01:00
"prosemirror-model": "1.13.3"
},
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"
2019-04-03 00:25:12 +02:00
}
}