alessandro trinca tornidor
chore: update samgis-lisa to version 1.0.8, update frontend dependencies, fix fastapi title, bump samgis-lisa-on-cuda to version 1.5.6
d8d6c7e
raw
history blame
1.03 kB
{
"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.17.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.5.7"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/leaflet": "^1.9.12",
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.0",
"eslint-plugin-vue": "^9.28.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.12",
"vite": "^5.4.7"
}
}