👷 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

7891
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

4809
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"build": { "build": {
"beforeDevCommand": "npm run vite:dev", "beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "npm run vite:build", "beforeBuildCommand": "pnpm vite:build",
"devPath": "http://localhost:3000", "devPath": "http://localhost:3000",
"distDir": "../dist", "distDir": "../dist",
"withGlobalTauri": true "withGlobalTauri": true