-
Sebastian Castro authoredSebastian Castro authored
This project manages its dependencies using npm.
Learn more
package.json 1.08 KiB
{
"name": "gogocarto",
"homepage": "https://gitlab.adullact.net/pixelhumain/GoGoCarto",
"description": "Collaborative mapping directory",
"keywords": [
"map",
"mapping",
"cartography",
"directory"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://gitlab.adullact.net/pixelhumain/GoGoCarto.git"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.33.0",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^2.0.0",
"merge-stream": "^2.0.0",
"sass": "^1.30.0",
"sass-loader": "^10.0.0",
"vue-loader": "^15",
"vue-template-compiler": "^2.6.12",
"watchify": "^3.8.0",
"webpack-notifier": "^1.6.0",
"workbox-build": "^4.3.1"
},
"dependencies": {
"core-js": "^3.8.1",
"gogocarto-js": "^1.7.0",
"leaflet": "^1.7.1",
"leaflet-shades": "^0.1.4",
"natives": "^1.1.6",
"universal-geocoder": "^0.5.0",
"vue": "^2.6.12",
"vue-sortable": "^0.1.3"
}
}