mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
21 lines
383 B
JSON
21 lines
383 B
JSON
{
|
|
"name": "penpot",
|
|
"version": "1.20.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"
|
|
]
|
|
}
|