mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +08:00
👷 npm → pnpm
This commit is contained in:
7891
package-lock.json
generated
7891
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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
4809
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user