|
@@ -15,10 +15,12 @@
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
|
|
|
+ "@tailwindcss/vite": "^4.1.7",
|
|
|
"globals": "^16.1.0",
|
|
"globals": "^16.1.0",
|
|
|
"leaflet": "^1.9.4",
|
|
"leaflet": "^1.9.4",
|
|
|
"mermaid": "^11.6.0",
|
|
"mermaid": "^11.6.0",
|
|
|
"pinia": "^3.0.2",
|
|
"pinia": "^3.0.2",
|
|
|
|
|
+ "tailwindcss": "^4.1.7",
|
|
|
"typescript-eslint": "^8.32.1",
|
|
"typescript-eslint": "^8.32.1",
|
|
|
"vue": "^3.5.14",
|
|
"vue": "^3.5.14",
|
|
|
"vue-router": "^4.5.1",
|
|
"vue-router": "^4.5.1",
|
|
@@ -33,8 +35,6 @@
|
|
|
"eslint": "^9.27.0",
|
|
"eslint": "^9.27.0",
|
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
|
- "postcss": "^8.5.3",
|
|
|
|
|
- "tailwindcss": "^3.4.13",
|
|
|
|
|
"typescript": "^5.8.3",
|
|
"typescript": "^5.8.3",
|
|
|
"vite": "^6.3.5",
|
|
"vite": "^6.3.5",
|
|
|
"vue-tsc": "^2.2.10"
|
|
"vue-tsc": "^2.2.10"
|