25 lines
565 B
JSON
25 lines
565 B
JSON
{
|
|
"name": "mapserver_frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"jshint": "cd js && jshint .",
|
|
"bundle": "cd js && rollup -c rollup.config.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.1.0",
|
|
"leaflet": "^1.7.1",
|
|
"leaflet.awesome-markers": "^2.0.5",
|
|
"vue": "^3.2.30",
|
|
"vue-router": "^4.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "2.13.4",
|
|
"rollup": "2.70.1"
|
|
}
|
|
}
|