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.
21 lines
447 B
21 lines
447 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": "^1.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-service": "~5.0.0",
|
|
"nodemon": "^2.0.19",
|
|
"vue-cli-plugin-vuestic-ui": "~1.0.8"
|
|
}
|
|
}
|