alessandro trinca tornidor
feat: handle custom relative url with env variables also on the frontend
66a0f19
| { | |
| "name": "samgis-fe", | |
| "private": true, | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview --port 5173", | |
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", | |
| "build:tailwindcss": "pnpm tailwindcss -i src/input.css -o dist/output.css" | |
| }, | |
| "type": "module", | |
| "dependencies": { | |
| "@geoman-io/leaflet-geoman-free": "^2.16.0", | |
| "@trincadev/driver.js": "https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz", | |
| "leaflet": "^1.9.4", | |
| "leaflet-providers": "^2.0.0", | |
| "vue": "^3.4.23" | |
| }, | |
| "devDependencies": { | |
| "@tsconfig/node20": "^20.1.4", | |
| "@types/leaflet": "^1.9.11", | |
| "@types/node": "^20.12.7", | |
| "@vitejs/plugin-vue": "^5.0.4", | |
| "@vue/tsconfig": "^0.5.1", | |
| "autoprefixer": "^10.4.19", | |
| "eslint": "^9.1.0", | |
| "eslint-plugin-vue": "^9.25.0", | |
| "postcss": "^8.4.38", | |
| "postcss-import": "^16.1.0", | |
| "prettier": "^3.2.5", | |
| "tailwindcss": "^3.4.3", | |
| "vite": "^5.2.10" | |
| } | |
| } | |