gancio-upstream/package.json
2024-11-14 15:54:02 +01:00

57 lines
1.4 KiB
JSON

{
"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"
},
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@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",
"vuetify-nuxt-module": "^0.18.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"@nuxtjs/eslint-module": "^4.1.0",
"bcrypt": "^5.1.1",
"eslint": "^9.14.0",
"eslint-plugin-nuxt": "^4.0.0",
"linkifyjs": "^4.1.3",
"prettier": "^3.3.3",
"sqlite3": "^5.1.7",
"zod": "^3.23.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}