gancio-upstream/package.json

58 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2019-04-03 00:25:12 +02:00
{
"name": "gancio",
"version": "2.0.0-alpha",
"description": "A shared agenda for local communities",
"author": "lesion",
"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"
},
2024-08-09 23:15:54 +02:00
"type": "module",
2019-04-03 00:25:12 +02:00
"scripts": {
2024-08-09 23:15:54 +02:00
"build": "nuxt build",
2021-10-18 20:48:44 +02:00
"dev": "nuxt dev",
2024-08-09 23:15:54 +02:00
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
2019-04-03 00:25:12 +02:00
"dependencies": {
2024-11-14 15:54:02 +01:00
"@nuxt/kit": "^3.14.159",
"@nuxtjs/i18n": "^9.0.0",
"@sequelize/core": "^7.0.0-alpha.43",
"@sequelize/sqlite3": "^7.0.0-alpha.43",
"luxon": "^3.5.0",
"nuxt": "^3.14.159",
"vue": "3.5.12",
2024-09-25 23:22:52 +02:00
"vuetify-nuxt-module": "^0.18.3"
2019-04-03 00:25:12 +02:00
},
"devDependencies": {
2024-11-14 15:54:02 +01:00
"@nuxt/eslint-config": "^0.6.1",
2024-08-09 23:15:54 +02:00
"@nuxtjs/eslint-module": "^4.1.0",
"bcrypt": "^5.1.1",
2024-11-14 15:54:02 +01:00
"eslint": "^9.14.0",
2024-08-09 23:15:54 +02:00
"eslint-plugin-nuxt": "^4.0.0",
"linkifyjs": "^4.1.3",
2024-08-09 23:15:54 +02:00
"prettier": "^3.3.3",
2024-09-25 23:22:52 +02:00
"sqlite3": "^5.1.7",
"zod": "^3.23.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2019-04-03 00:25:12 +02:00
}