{ | |
"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.12" | |
}, | |
"devDependencies": { | |
"@tsconfig/node20": "^20.1.4", | |
"@types/leaflet": "^1.9.12", | |
"@types/node": "^22.7.5", | |
"@vitejs/plugin-vue": "^5.1.4", | |
"@vue/tsconfig": "^0.5.1", | |
"autoprefixer": "^10.4.20", | |
"eslint": "^9.12.0", | |
"eslint-plugin-vue": "^9.29.0", | |
"postcss": "^8.4.47", | |
"postcss-import": "^16.1.0", | |
"prettier": "^3.3.3", | |
"tailwindcss": "^3.4.14", | |
"vite": "^5.4.9" | |
} | |
} | |