25 lines
541 B
JSON
25 lines
541 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": "rollup -c rollup.config.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.0.0",
|
|
"bootstrap": "^5.0.1",
|
|
"vue": "^2.6.14",
|
|
"vue-i18n": "^8.24.5",
|
|
"vue-router": "^3.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "2.13.6",
|
|
"rollup": "4.18.0"
|
|
}
|
|
}
|