mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 22:17:15 +02:00
⬆️ Update yarn to 4.0.2 and start using npm workspaces
This commit is contained in:
parent
f7038cdda7
commit
aa2f7df28f
17 changed files with 15287 additions and 12702 deletions
7
frontend/.gitignore
vendored
Normal file
7
frontend/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
|
@ -1,13 +1,7 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "0.1.0",
|
||||
"description": "The Open-Source prototyping tool",
|
||||
"author": "Kaleidos Ventures SL",
|
||||
"license": "SEE LICENSE IN <LICENSE>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/penpot/penpot"
|
||||
},
|
||||
"name": "frontend",
|
||||
"version": "1.0.0",
|
||||
"license": "MPL-2.0",
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
],
|
||||
|
@ -89,5 +83,6 @@
|
|||
"tdigest": "^0.1.2",
|
||||
"ua-parser-js": "^1.0.32",
|
||||
"xregexp": "^5.1.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@4.0.2"
|
||||
}
|
||||
|
|
10653
frontend/yarn.lock
10653
frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue