Switch to yarn for client

This commit is contained in:
Jan Zípek 2022-08-30 11:55:31 +02:00
parent 4436d25ae6
commit 76f910220a
Signed by: kamen
GPG Key ID: A17882625B33AC31
6 changed files with 4823 additions and 11355 deletions

9
client/.gitignore vendored
View File

@ -1,2 +1,11 @@
node_modules node_modules
dist dist
# Yarn - https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

783
client/.yarn/releases/yarn-3.2.3.cjs vendored Normal file

File diff suppressed because one or more lines are too long

3
client/.yarnrc.yml Normal file
View File

@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.3.cjs

11353
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,9 +26,9 @@
"vite-plugin-svgr": "^2.2.1" "vite-plugin-svgr": "^2.2.1"
}, },
"dependencies": { "dependencies": {
"plotly.js": "^2.14.0",
"preact": "^10.10.6", "preact": "^10.10.6",
"react-query": "^3.39.2", "react-query": "^3.39.2",
"wouter": "^2.8.0-alpha.2" "wouter": "^2.8.0-alpha.2"
} },
"packageManager": "yarn@3.2.3"
} }

4026
client/yarn.lock Normal file

File diff suppressed because it is too large Load Diff