mapserver/public/package.json
dependabot[bot] 4e8b280f6e
Bump rollup from 4.18.0 to 4.22.4 in /public
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 01:41:28 +00:00

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.22.4"
}
}