project: switch to pnpm
This commit is contained in:
parent
79e707a232
commit
d9870d4025
2
.gitignore
vendored
2
.gitignore
vendored
@ -68,3 +68,5 @@ yarn-error.log*
|
||||
.turbo
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/turbo
|
||||
|
||||
.pnpm
|
||||
@ -19,6 +19,6 @@ export const Grid = styled(Box)`
|
||||
}
|
||||
|
||||
${min('desktop-xl')} {
|
||||
margin: 8px 10%;
|
||||
margin: 8px 10% !important;
|
||||
}
|
||||
`;
|
||||
|
||||
@ -33,8 +33,8 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"styled-components": "^5.3.11",
|
||||
"superjson": "^2.2.1",
|
||||
"tools": "*",
|
||||
"ui": "*",
|
||||
"tools": "workspace:*",
|
||||
"ui": "workspace:*",
|
||||
"use-debounce": "^9.0.4",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
@ -57,7 +57,7 @@
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"msw": "^1.1.0",
|
||||
"ts-jest": "^29.0.5",
|
||||
"tsconfig": "*",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"msw": {
|
||||
|
||||
10
package.json
10
package.json
@ -2,10 +2,6 @@
|
||||
"name": "evocalculator.client",
|
||||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "dotenv -e .env turbo run build",
|
||||
"clean": "turbo run clean",
|
||||
@ -25,13 +21,11 @@
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.0",
|
||||
"prettier": "^2.8.4",
|
||||
"tools": "*",
|
||||
"tools": "workspace:*",
|
||||
"turbo": "^1.12.4"
|
||||
},
|
||||
"packageManager": "yarn@1.22.17",
|
||||
"engines": {
|
||||
"node": ">=14.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"@vchikalkin/eslint-config-awesome": "^1.1.1",
|
||||
"eslint": "^8.46.0",
|
||||
"react": "^18.2.0",
|
||||
"tsconfig": "*",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
14653
pnpm-lock.yaml
generated
Normal file
14653
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
packages:
|
||||
- "apps/**"
|
||||
- 'packages/**'
|
||||
Loading…
x
Reference in New Issue
Block a user