⬆️ Update yarn to 4.0.2 and start using npm workspaces

This commit is contained in:
Andrey Antukh
2023-11-28 15:17:23 +01:00
parent f7038cdda7
commit aa2f7df28f
17 changed files with 15287 additions and 12702 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "penpot",
"version": "1.220.0",
"license": "MPL-2.0",
"packageManager": "yarn@4.0.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/penpot/penpot"
},
"author": "Kaleidos INC",
"resolutions": {
"@vitejs/plugin-react": "^4.2.0"
},
"workspaces": [
"common",
"frontend",
"exporter",
"backend"
]
}