ff-admin/package.json

83 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2024-08-22 09:48:04 +00:00
{
"name": "fireportal-ui",
2024-12-19 10:16:18 +00:00
"version": "0.0.11",
2024-08-22 09:48:04 +00:00
"description": "Feuerwehr AlarmPortal UI",
"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",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/CM.svg"
},
"repository": {
"type": "git",
"url": "https://forgejo.jk-effects.cloud/Ehrenamt/fireportal-ui.git"
},
"keywords": [
"Feuerwehr"
],
"author": "JK Effects",
"license": "GPL-3.0-only",
"dependencies": {
2024-10-06 10:02:39 +00:00
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
2024-10-25 15:21:09 +00:00
"@fullcalendar/timegrid": "^6.1.15",
2024-10-06 10:02:39 +00:00
"@fullcalendar/vue3": "^6.1.15",
2024-08-22 09:48:04 +00:00
"@headlessui/vue": "^1.7.13",
2024-09-02 13:57:03 +00:00
"@heroicons/vue": "^2.1.5",
2024-10-03 11:43:13 +00:00
"@vueup/vue-quill": "^1.2.0",
2024-08-22 09:48:04 +00:00
"axios": "^0.26.1",
2024-08-23 12:42:32 +00:00
"jwt-decode": "^4.0.0",
2024-08-27 09:46:24 +00:00
"lodash.clonedeep": "^4.5.0",
2024-10-08 08:43:16 +00:00
"lodash.difference": "^4.5.0",
2024-10-15 14:24:29 +00:00
"lodash.differencewith": "^4.5.0",
2024-09-15 11:52:54 +00:00
"lodash.isequal": "^4.5.0",
2024-08-22 09:48:04 +00:00
"nprogress": "^0.2.0",
"pdf-dist": "^1.0.0",
2024-12-16 12:56:06 +00:00
"pinia": "^2.3.0",
2024-08-22 09:48:04 +00:00
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"socket.io-client": "^4.5.0",
"uuid": "^9.0.0",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/eslint": "~9.6.0",
2024-08-27 09:46:24 +00:00
"@types/lodash.clonedeep": "^4.5.9",
2024-10-14 15:03:48 +00:00
"@types/lodash.difference": "^4.5.9",
2024-10-15 14:24:29 +00:00
"@types/lodash.differencewith": "^4.5.9",
2024-09-15 11:52:54 +00:00
"@types/lodash.isequal": "^4.5.8",
2024-08-22 09:48:04 +00:00
"@types/node": "^20.14.5",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.11",
"@types/uuid": "^9.0.3",
"@vite-pwa/assets-generator": "^0.2.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.41",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.10",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.17.4",
2024-12-16 12:56:06 +00:00
"vite-plugin-vue-devtools": "^7.6.8",
2024-08-22 09:48:04 +00:00
"vue-tsc": "^2.0.21"
}
}