AzuraCast/frontend/package.json

80 lines
2.3 KiB
JSON

{
"name": "azuracast",
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"build": "vite build",
"serve": "vite",
"generate-icons": "node genicons.mjs",
"generate-locales": "vue-gettext-extract",
"generate-api": "swagger-typescript-api --path http://localhost/api/openapi.yml --output ./src/entities --name ApiInterfaces.ts --no-client"
},
"dependencies": {
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.1.2",
"@flowjs/flow.js": "^2.14.1",
"@fullcalendar/bootstrap5": "^6.1.8",
"@fullcalendar/core": "^6",
"@fullcalendar/daygrid": "^6",
"@fullcalendar/luxon3": "^6",
"@fullcalendar/timegrid": "^6",
"@fullcalendar/vue3": "^6",
"@popperjs/core": "^2.11.8",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vuepic/vue-datepicker": "^8",
"@vueuse/core": "^10",
"axios": "^1",
"bootstrap": "^5.3.0",
"chart.js": "^4.2.1",
"chartjs-adapter-luxon": "^1.1.0",
"chartjs-plugin-zoom": "^2.0.0",
"codemirror": "^6",
"codemirror-lang-liquidsoap": "^0.3",
"hls.js": "^1.1.5",
"leaflet": "^1.7.1",
"leaflet-fullscreen": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^3",
"nprogress": "^0.2.0",
"qrcode": "^1.5.3",
"roboto-fontface": "^0.10.0",
"sweetalert2": "11.4.8",
"typescript": "^5.3.2",
"vue": "^3.2",
"vue-axios": "^3.5",
"vue-codemirror6": "^1.2",
"vue-easy-lightbox": "^1.16",
"vue-router": "^4.2.4",
"vue3-gettext": "3.0.0-beta.4",
"vuedraggable": "^4.1.0",
"wavesurfer.js": "^7",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/leaflet": "^1.9.3",
"@types/lodash": "^4.14.196",
"@types/luxon": "^3.3.1",
"@types/qrcode": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@vitejs/plugin-vue": "^5",
"@vue/eslint-config-typescript": "^13",
"del": "^7",
"esbuild": "^0.20",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.8.0",
"glob": "^10.2.7",
"jsdom": "^24",
"sass": "^1.39.2",
"svg.js": "^2.7.1",
"swagger-typescript-api": "^13.0.3",
"vite": "^5",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^2"
}
}