👷 npm → pnpm

This commit is contained in:
BTMuli
2023-07-01 12:10:58 +08:00
parent 513d845660
commit 4cb9eedf59
4 changed files with 4814 additions and 7896 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"version": "0.2.1",
"author": "BTMuli <bt-muli@outlook.com>",
"packageManager": "npm@9.6.6",
"packageManager": "pnpm@8.6.5",
"scripts": {
"build": "tauri build",
"debug": "tauri build --debug",
@@ -14,7 +14,7 @@
"lint:code": "eslint .",
"lint:code:fix": "eslint . --fix",
"lint:style": "stylelint \"src/**/*.{vue,css}\"",
"lint:style:fix": "npm run lint:style -- --fix",
"lint:style:fix": "pnpm run lint:style -- --fix",
"prettier": "prettier . --write",
"tauri": "tauri",
"update:submodule": "git submodule update --remote --recursive",
@@ -96,7 +96,7 @@
"stylelint-high-performance-animation": "^1.8.0",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^3.0.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-vuetify": "^1.0.2"
}