{ "name": "modulplaner", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "build-nochecks": "vite build", "preview": "vite preview", "lint": "eslint --fix ./src/" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-brands-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/vue-fontawesome": "^3.0.8", "leaflet": "^1.9.4", "mermaid": "^10.5.0", "pinia": "^2.2.2", "typescript-eslint": "^8.7.0", "vue": "^3.5.10", "vue-router": "^4.4.5", "vue-toastification": "^2.0.0-rc.5", "vue3-popper": "^1.5.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "@vitejs/plugin-vue": "^5.1.4", "autoprefixer": "^10.4.20", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.28.0", "postcss": "^8.4.47", "tailwindcss": "^3.4.13", "typescript": "^5.6.2", "vite": "^5.4.8", "vue-tsc": "^2.1.6" } }