13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "cd desk && yarn install",
|
|
"dev": "cd desk && yarn dev",
|
|
"build": "cd desk && yarn build"
|
|
},
|
|
"resolutions": {
|
|
"cheerio": "1.0.0-rc.12",
|
|
"prosemirror-model": "1.25.4"
|
|
}
|
|
}
|