Files
mobilizon-frontend/package.json
2026-01-11 18:58:54 +01:00

152 lines
4.9 KiB
JSON

{
"name": "mobilizon",
"version": "5.2.2",
"private": true,
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "npm run build:assets && npm run build:pictures",
"lint": "eslint --fix src --rule '@typescript-eslint/no-explicit-any: off' --rule '@typescript-eslint/no-unused-vars: off'",
"format": "prettier . --write",
"build:assets": "vite build",
"build:pictures": "bash ./scripts/build/pictures.sh",
"test": "vitest",
"coverage": "vitest run --coverage",
"prepare": "husky",
"pre-commit": "lint-staged",
"postinstall": "patch-package"
},
"lint-staged": {
"**/*.{js,ts,vue}": [
"eslint --fix --rule '@typescript-eslint/no-explicit-any: off' --rule '@typescript-eslint/no-unused-vars: off'",
"prettier --write"
],
"**/*.{ex,exs,eex,heex}": [
"mix format",
"mix credo"
]
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.13.8",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/vue3": "^6.1.10",
"@oruga-ui/oruga-next": "^0.11.6",
"@oruga-ui/theme-oruga": "^0.7.1",
"@sentry/tracing": "^7.1",
"@sentry/vue": "^10.21.0",
"@tiptap/core": "^3.7.2",
"@tiptap/extension-blockquote": "^3.7.2",
"@tiptap/extension-bold": "^3.7.2",
"@tiptap/extension-bubble-menu": "^3.7.2",
"@tiptap/extension-bullet-list": "^3.7.2",
"@tiptap/extension-document": "^3.7.2",
"@tiptap/extension-dropcursor": "^3.7.2",
"@tiptap/extension-gapcursor": "^3.7.2",
"@tiptap/extension-heading": "^3.7.2",
"@tiptap/extension-history": "^3.7.2",
"@tiptap/extension-image": "^3.7.2",
"@tiptap/extension-italic": "^3.7.2",
"@tiptap/extension-link": "^3.7.2",
"@tiptap/extension-list-item": "^3.7.2",
"@tiptap/extension-mention": "^3.7.2",
"@tiptap/extension-ordered-list": "^3.7.2",
"@tiptap/extension-paragraph": "^3.7.2",
"@tiptap/extension-placeholder": "^3.7.2",
"@tiptap/extension-strike": "^3.7.2",
"@tiptap/extension-text": "^3.7.2",
"@tiptap/extension-underline": "^3.7.2",
"@tiptap/pm": "^3.7.2",
"@tiptap/suggestion": "^3.7.2",
"@tiptap/vue-3": "^3.7.2",
"@unhead/vue": "^2.0.19",
"@vue-a11y/announcer": "^2.1.0",
"@vue-a11y/skip-to": "^2.1.2",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vue/apollo-composable": "^4.0.0-beta.9",
"@vue/compiler-sfc": "^3.2.37",
"@vueuse/core": "^10.0.2",
"apollo-absinthe-upload-link": "^1.5.0",
"autoprefixer": "^10",
"blurhash": "^2.0.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"floating-vue": "^5.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.10.3",
"hammerjs": "^2.0.8",
"ical.js": "^2.2.1",
"intersection-observer": "^0.12.0",
"jwt-decode": "^4.0.0",
"leaflet": "^1.4.0",
"leaflet.locatecontrol": "^0.85.1",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.11",
"ngeohash": "^0.6.3",
"p-debounce": "^5.0.0",
"patch-package": "^8.0.0",
"phoenix": "^1.6",
"postcss": "^8",
"react": "^19.2.0",
"register-service-worker": "^1.7.2",
"sanitize-html": "^2.5.3",
"tailwindcss": "^3",
"tippy.js": "^6.2.3",
"unfetch": "^5.0.0",
"vue": "^3.4.20",
"vue-i18n": "^11.1.12",
"vue-material-design-icons": "^5.1.2",
"vue-matomo": "^4.1.0",
"vue-plausible": "^1.3.1",
"vue-router": "4",
"vue-scrollto": "^2.17.1",
"vue-use-route-query": "^1.1.0",
"zhyswan-vuedraggable": "^4.1.3"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@playwright/test": "^1.25.1",
"@rushstack/eslint-patch": "^1.1.4",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@types/hammerjs": "^2.0.41",
"@types/leaflet": "^1.5.2",
"@types/leaflet.locatecontrol": "^0.82.1",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash": "^4.14.141",
"@types/ngeohash": "^0.6.2",
"@types/phoenix": "^1.5.2",
"@types/sanitize-html": "^2.5.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.2",
"@vitest/ui": "^4.0.2",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.0.2",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^10.5.1",
"flush-promises": "^1.0.2",
"globals": "^17.0.0",
"husky": "^9.0.10",
"jsdom": "^27.0.1",
"lint-staged": "^16.2.6",
"mock-apollo-client": "^1.1.0",
"prettier": "^3.0.0",
"prettier-eslint": "^16.1.2",
"rollup-plugin-visualizer": "^6.0.5",
"sass": "^1.34.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-plugin-pwa": "^1.1.0",
"vitest": "^4.0.2",
"vue-i18n-extract": "^2.0.4",
"vue-router-mock": "^2.0.0"
}
}