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 .",
|
2022-10-18 07:34:09 +03:00
|
|
|
"bundle": "rollup -c rollup.config.js"
|
2021-06-22 20:39:43 +03:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-02-08 01:11:09 +03:00
|
|
|
"@fortawesome/fontawesome-free": "^6.0.0",
|
2021-06-22 20:39:43 +03:00
|
|
|
"bootstrap": "^5.0.1",
|
|
|
|
"vue": "^2.6.14",
|
|
|
|
"vue-i18n": "^8.24.5",
|
|
|
|
"vue-router": "^3.5.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-16 10:19:06 +03:00
|
|
|
"jshint": "2.13.6",
|
2024-05-22 12:41:45 +03:00
|
|
|
"rollup": "4.18.0"
|
2021-06-22 20:39:43 +03:00
|
|
|
}
|
|
|
|
}
|