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.
23 lines
423 B
23 lines
423 B
{
|
|
"name": "trip-planner",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"leaflet": "^1.9.4",
|
|
"pinia": "^3.0.4",
|
|
"sortablejs": "^1.15.7",
|
|
"vue": "^3.5.34",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"vite": "^5.4.21"
|
|
}
|
|
}
|