chore: update package management from yarn to npm

Remove unused dependencies from package.json and switch 
the project’s package manager from Yarn to NPM. This 
enhances compatibility with NPM-based workflows and 
reduces conflicts by ensuring consistent installs through 
npm ci. Additionally, update the Pinia plugin to a newer 
version for better performance and functionality.
This commit is contained in:
2024-11-06 14:40:02 +01:00
parent f1174d3d88
commit 71f772d41a
6 changed files with 20405 additions and 12349 deletions
+1
View File
@@ -46,6 +46,7 @@ export const useState = defineStore(
},
{
persist: {
storage: localStorage,
key: 'dancefinder_state',
},
},