mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
0cd446421d
related to how package.json is defined and how modules are exported
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"name": "@penpot/draft-js",
|
|
"version": "1.0.0",
|
|
"description": "Penpot Draft-JS Wrapper",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"packageManager": "yarn@4.3.1",
|
|
"author": "Andrey Antukh",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"draft-js": "penpot/draft-js.git#4a99b2a6020b2af97f6dc5fa1b4275ec16b559a0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=0.17.0",
|
|
"react-dom": ">=0.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.24.0"
|
|
}
|
|
}
|