gui/gui/package.json
Fotis Paraskevopoulos c1248c11fe Add GUI code
Without CI/CD caps.

Change-Id: Ida4e34db68a0ea1dbc76be8797372c1d329c08a4
2024-02-06 14:47:07 +01:00

96 lines
3.1 KiB
JSON

{
"name": "enigma-nebulous",
"private": true,
"version": "0.0.0",
"scripts": {
"serve": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .js,.ts,.vue",
"format": "prettier . --write",
"license-checker:dev": "license-checker --development --csv --out ./licenses/licenses.dev.csv",
"license-validation": "license-checker --production --direct --excludePrivatePackages --onlyAllow 'MIT; ISC; 0BSD; BSD-3-Clause; BSD-2-Clause; Apache-2.0'"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^38.1.0",
"@ckeditor/ckeditor5-build-balloon-block": "^38.1.0",
"@ckeditor/ckeditor5-build-classic": "^38.1.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^38.1.0",
"@ckeditor/ckeditor5-build-inline": "^38.1.0",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@fullcalendar/vue3": "^5.11.2",
"@headlessui/vue": "^1.7.13",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vuelidate/components": "^1.2.6",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.6.2",
"chart.js": "^4.4.0",
"dayjs": "^1.11.5",
"dropzone": "^6.0.0-beta.2",
"flat": "^5.0.2",
"highlight.js": "^11.6.0",
"js-beautify": "^1.14.6",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"license-checker": "^25.0.1",
"litepicker": "^2.0.12",
"lucide": "^0.90.0",
"lucide-vue-next": "^0.95.0",
"monaco-editor": "0.44.0",
"monaco-yaml": "^5.1.0",
"pinia": "^2.0.23",
"simplebar": "^5.3.9",
"tabulator-tables": "^5.3.4",
"tiny-slider": "^2.9.4",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
"tom-select": "^2.3.1",
"uuid": "^9.0.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.3.9",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.1.6",
"xlsx": "^0.18.5",
"zoom-vanilla.js": "^2.0.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/dropzone": "^5.7.4",
"@types/flat": "^5.0.2",
"@types/js-beautify": "^1.13.3",
"@types/leaflet": "^1.9.3",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.9.0",
"@types/tabulator-tables": "^5.4.8",
"@types/toastify-js": "^1.11.1",
"@types/uuid": "^9.0.7",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-standard": "^8.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"lodash": "^4.17.21",
"path": "^0.12.7",
"postcss": "^8.4.25",
"postcss-advanced-variables": "^3.0.1",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.0",
"prettier": "^3.0.3",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.2.2",
"vite": "^4.4.2",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.22"
}
}