lcdp-map
Version:
A Leaflet wrapper library for Appsmith with custom VLU functions
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "lcdp-map",
"version": "0.0.16",
"description": "A Leaflet wrapper library for Appsmith with custom VLU functions",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"keywords": [
"leaflet",
"map",
"appsmith",
"gis"
],
"author": "Tien dep trai <congtien.nguyen1802@gmail.com> (https://127.0.0.1)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Tiendepchai/VLU-WW3.git"
},
"bugs": {
"url": "https://github.com/Tiendepchai/VLU-WW3.git"
},
"homepage": "https://github.com/Tiendepchai/VLU-WW3/blob/main/lcdp-map/README.md",
"dependencies": {
"http-server": "^14.1.1",
"leaflet": "^1.9.4",
"live-server": "^1.2.2"
},
"peerDependencies": {
"leaflet": "^1.9.4"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"css-loader": "^6.11.0",
"style-loader": "^3.3.4",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"prepublishOnly": "npm run build"
}
}