You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
geodata-catalog/frontend/package.json

21 lines
476 B

{
"name": "geoshop-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "nodemon --exec 'vue-cli-service serve'",
"build": "vue-cli-service build"
},
"dependencies": {
"maplibre-gl": "^2.1.9",
"vue": "^3.2.13",
"vue-router": "^4.1.5",
"vuestic-ui": "^v1.8.6"
},
"devDependencies": {
"@vue/cli-service": "~5.0.0",
"nodemon": "^2.0.19",
"vue-cli-plugin-vuestic-ui": "~1.0.8",
"@babel/core": "^7.0.0"
}
}