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.
 
 
 
 
 
 

22 lines
443 B

{
"name": "suivi-loot-wow",
"version": "0.0.0",
"private": true,
"type": "module",
"author": "Shalma <sebcas@yahoo.fr>",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"luxon": "^3.4.4",
"vue": "^3.4.29",
"vuetify": "^3.6.13"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1"
}
}