|
{ |
|
"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.4.31" |
|
}, |
|
"devDependencies": { |
|
"@tsconfig/node20": "^20.1.4", |
|
"@types/leaflet": "^1.9.12", |
|
"@types/node": "^20.14.10", |
|
"@vitejs/plugin-vue": "^5.0.5", |
|
"@vue/tsconfig": "^0.5.1", |
|
"autoprefixer": "^10.4.19", |
|
"eslint": "^9.6.0", |
|
"eslint-plugin-vue": "^9.27.0", |
|
"postcss": "^8.4.39", |
|
"postcss-import": "^16.1.0", |
|
"prettier": "^3.3.2", |
|
"tailwindcss": "^3.4.4", |
|
"vite": "^5.3.3" |
|
} |
|
} |
|
|