1
0
forked from MTSR/mapserver
mapserver/public/package.json
BuckarooBanzay 2f5ef4999a package json
2021-06-22 19:39:43 +02:00

25 lines
553 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": "^5.15.3",
"bootstrap": "^5.0.1",
"vue": "^2.6.14",
"vue-i18n": "^8.24.5",
"vue-router": "^3.5.2"
},
"devDependencies": {
"jshint": "^2.13.0",
"rollup": "^2.52.2"
}
}