ff-admin/package.json

95 lines
3 KiB
JSON
Raw Normal View History

2024-08-22 11:48:04 +02:00
{
2025-01-05 16:36:52 +01:00
"name": "ff-admin",
2025-04-16 17:02:28 +02:00
"version": "1.4.0",
2024-12-21 10:18:27 +01:00
"description": "Feuerwehr/Verein Mitgliederverwaltung UI",
2024-08-22 11:48:04 +02:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"bnp": "npm run build-only && npm run preview",
2025-01-11 14:45:48 +01:00
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/fw-wappen.png"
2024-08-22 11:48:04 +02:00
},
"repository": {
"type": "git",
2025-01-05 16:36:52 +01:00
"url": "https://forgejo.jk-effects.cloud/Ehrenamt/ff-admin.git"
2024-08-22 11:48:04 +02:00
},
"keywords": [
"Feuerwehr"
],
"author": "JK Effects",
2025-02-16 09:53:35 +01:00
"license": "AGPL-3.0-only",
2024-08-22 11:48:04 +02:00
"dependencies": {
2024-10-06 12:02:39 +02:00
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
2025-04-14 09:12:00 +02:00
"@fullcalendar/list": "^6.1.17",
2024-10-25 17:21:09 +02:00
"@fullcalendar/timegrid": "^6.1.15",
2024-10-06 12:02:39 +02:00
"@fullcalendar/vue3": "^6.1.15",
2025-04-13 16:28:31 +02:00
"@headlessui/vue": "^1.7.23",
2024-09-02 15:57:03 +02:00
"@heroicons/vue": "^2.1.5",
2025-04-12 15:17:33 +02:00
"@tailwindcss/vite": "^4.1.3",
2024-10-03 13:43:13 +02:00
"@vueup/vue-quill": "^1.2.0",
2025-02-02 16:37:46 +01:00
"axios": "^1.7.9",
2024-12-31 14:23:42 +01:00
"event-source-polyfill": "^1.0.31",
2024-12-22 17:28:56 +01:00
"grapesjs": "^0.22.4",
"grapesjs-preset-newsletter": "^1.0.2",
2025-01-03 16:27:39 +01:00
"highlight.js": "^11.11.1",
2024-08-23 14:42:32 +02:00
"jwt-decode": "^4.0.0",
2024-08-27 11:46:24 +02:00
"lodash.clonedeep": "^4.5.0",
2024-10-08 10:43:16 +02:00
"lodash.difference": "^4.5.0",
2024-10-15 16:24:29 +02:00
"lodash.differencewith": "^4.5.0",
2024-09-15 13:52:54 +02:00
"lodash.isequal": "^4.5.0",
2025-01-03 16:27:39 +01:00
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
2025-04-12 15:17:33 +02:00
"markdown-it-prism": "^3.0.0",
2024-08-22 11:48:04 +02:00
"nprogress": "^0.2.0",
"pdf-dist": "^1.0.0",
2025-04-12 15:17:33 +02:00
"pinia": "^3.0.2",
2025-04-24 16:49:14 +02:00
"pwacompat": "^2.0.17",
2024-08-22 11:48:04 +02:00
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"socket.io-client": "^4.5.0",
2025-04-12 15:17:33 +02:00
"unplugin-vue-markdown": "^28.3.1",
"uuid": "^11.1.0",
2024-08-22 11:48:04 +02:00
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
2025-04-12 15:17:33 +02:00
"@tailwindcss/postcss": "^4.1.3",
2024-08-22 11:48:04 +02:00
"@tsconfig/node20": "^20.1.4",
"@types/eslint": "~9.6.0",
2024-12-31 14:23:42 +01:00
"@types/event-source-polyfill": "^1.0.5",
2024-08-27 11:46:24 +02:00
"@types/lodash.clonedeep": "^4.5.9",
2024-10-14 17:03:48 +02:00
"@types/lodash.difference": "^4.5.9",
2024-10-15 16:24:29 +02:00
"@types/lodash.differencewith": "^4.5.9",
2024-09-15 13:52:54 +02:00
"@types/lodash.isequal": "^4.5.8",
2025-01-03 16:27:39 +01:00
"@types/markdown-it": "^14.1.2",
2025-04-12 15:17:33 +02:00
"@types/node": "^22.14.0",
2024-08-22 11:48:04 +02:00
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.11",
2025-04-12 15:17:33 +02:00
"@types/uuid": "^10.0.0",
"@vite-pwa/assets-generator": "^1.0.0",
2024-08-22 11:48:04 +02:00
"@vitejs/plugin-vue": "^5.0.5",
2025-04-12 15:17:33 +02:00
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.24.0",
"eslint-plugin-vue": "^10.0.0",
"npm-run-all2": "^7.0.2",
2024-08-22 11:48:04 +02:00
"prettier": "^3.2.5",
2025-04-12 15:17:33 +02:00
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vite": "^6.2.6",
"vite-plugin-pwa": "^1.0.0",
2024-12-16 13:56:06 +01:00
"vite-plugin-vue-devtools": "^7.6.8",
2024-08-22 11:48:04 +02:00
"vue-tsc": "^2.0.21"
}
}