dtuappsmithmap
Version:
A Leaflet wrapper library for Appsmith with custom DTU functions
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "dtuappsmithmap",
"version": "2.2.20",
"description": "A Leaflet wrapper library for Appsmith with custom DTU functions",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"keywords": [
"leaflet",
"map",
"appsmith",
"dtu",
"gis"
],
"author": {
"name": "DTU GIS Team",
"email": "your-email@dtu.edu.vn",
"url": "https://dtu.edu.vn"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Truongpyeo/DTUAppSmithMap.git"
},
"bugs": {
"url": "https://github.com/Truongpyeo/DTUAppSmithMap.git/issues"
},
"homepage": "https://github.com/Truongpyeo/DTUAppSmithMap.git#readme",
"dependencies": {
"leaflet": "^1.9.4"
},
"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"
}
}