0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
penpot/package.json
2023-11-29 10:49:25 +01:00

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"
]
}