mapserver/public/package.json

25 lines
551 B
JSON
Raw Normal View History

2021-06-22 20:39:43 +03:00
{
"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": {
2022-01-17 11:13:39 +03:00
"jshint": "2.13.3",
2022-01-14 18:14:30 +03:00
"rollup": "2.64.0"
2021-06-22 20:39:43 +03:00
}
}