2019-04-03 00:25:12 +02:00
|
|
|
{
|
2024-08-25 09:25:25 +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"
|
2022-07-01 15:37:21 +02:00
|
|
|
},
|
2019-04-03 00:25:12 +02:00
|
|
|
"dependencies": {
|
2024-08-25 09:25:25 +02:00
|
|
|
"@nuxtjs/i18n": "^8.5.0",
|
2024-08-09 23:15:54 +02:00
|
|
|
"@sequelize/core": "^7.0.0-alpha.37",
|
|
|
|
"@sequelize/sqlite3": "^7.0.0-alpha.41",
|
|
|
|
"nuxt": "^3.12.4",
|
|
|
|
"vue": "latest",
|
|
|
|
"vuetify-nuxt-module": "^0.16.1"
|
2019-04-03 00:25:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-09 23:15:54 +02:00
|
|
|
"@nuxt/eslint-config": "^0.5.0",
|
|
|
|
"@nuxtjs/eslint-module": "^4.1.0",
|
2024-08-25 09:25:25 +02:00
|
|
|
"bcrypt": "^5.1.1",
|
2024-08-09 23:15:54 +02:00
|
|
|
"eslint": "^9.9.0",
|
|
|
|
"eslint-plugin-nuxt": "^4.0.0",
|
2024-08-25 09:25:25 +02:00
|
|
|
"linkifyjs": "^4.1.3",
|
2024-08-09 23:15:54 +02:00
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"sqlite3": "^5.1.7"
|
2024-08-25 09:25:25 +02:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
2019-04-03 00:25:12 +02:00
|
|
|
}
|