chore: use yarn (modern) as package manager

This commit is contained in:
WanCW 2025-04-25 17:31:14 +08:00
parent a3f411a088
commit a1e58ca268
Signed by: wancw
GPG key ID: 1A22F8C8D1877952
4 changed files with 2615 additions and 1 deletions

10
.gitignore vendored
View file

@ -22,3 +22,13 @@ dist-ssr
*.njsproj
*.sln
*.sw?
## yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

1
.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
nodeLinker: node-modules

View file

@ -23,5 +23,6 @@
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.1"
}
},
"packageManager": "yarn@4.6.0"
}

2602
yarn.lock Normal file

File diff suppressed because it is too large Load diff