64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "events-frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write src/",
|
|
"openapi": "openapi-typescript http://localhost:3000/api/docs/private/api.json -o ./src/lib/api.d.ts"
|
|
},
|
|
"dependencies": {
|
|
"@lucide/vue": "^1.26.0",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@tanstack/vue-query": "^5.100.10",
|
|
"@tanstack/vue-query-devtools": "^6.1.29",
|
|
"@vueuse/core": "^14.3.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"http-status-ts": "^2.0.1",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-draw": "^1.0.4",
|
|
"openapi-fetch": "^0.17.0",
|
|
"postcss": "^8.5.14",
|
|
"proj4": "^2.21.0",
|
|
"proj4leaflet": "^1.0.2",
|
|
"reka-ui": "^2.10.1",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vue": "^3.5.18",
|
|
"vue-i18n": "^11.4.2",
|
|
"vue-router": "^5.0.7",
|
|
"vue-sonner": "^2.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^11.2.1",
|
|
"@tsconfig/node22": "^22.0.5",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/leaflet-draw": "^1.0.13",
|
|
"@types/node": "^25.8.0",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint": "^10.4.0",
|
|
"eslint-plugin-vue": "~10.9.1",
|
|
"jiti": "^2.7.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"openapi-typescript": "^7.13.0",
|
|
"prettier": "3.8.3",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^8.0.13",
|
|
"vite-plugin-vue-devtools": "^8.1.2",
|
|
"vue-tsc": "^3.2.9"
|
|
}
|
|
}
|