UPD: Migrate to pnpm

This commit is contained in:
Robert Kossessa
2024-03-01 14:55:30 +01:00
parent 462ff5fa65
commit 057b8a5fc7
3 changed files with 6758 additions and 19815 deletions

19815
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,6 +5,7 @@
"private": true, "private": true,
"main": ".vite/build/main.js", "main": ".vite/build/main.js",
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm",
"start": "electron-forge start", "start": "electron-forge start",
"package": "electron-forge package", "package": "electron-forge package",
"make": "electron-forge make", "make": "electron-forge make",
@@ -33,6 +34,7 @@
"tailwind-merge": "^2.2.0", "tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.4", "vee-validate": "^4.12.4",
"vite": "^5.1.4",
"vue": "^3.4.15", "vue": "^3.4.15",
"vue-i18n": "^9.9.0", "vue-i18n": "^9.9.0",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",

6756
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff