2022-02-01 18:59:51 +00:00
|
|
|
{
|
2022-02-01 21:25:51 +00:00
|
|
|
"name": "common",
|
|
|
|
"version": "1.0.0",
|
2022-02-01 18:59:51 +00:00
|
|
|
"private": true,
|
2022-06-03 22:10:14 +00:00
|
|
|
"scripts": {
|
2022-06-28 19:46:25 +00:00
|
|
|
"verify": "(cd .. && yarn verify)",
|
|
|
|
"verify:dir": "npx eslint . --max-warnings 0"
|
2022-06-03 22:10:14 +00:00
|
|
|
},
|
2022-05-22 08:36:05 +00:00
|
|
|
"sideEffects": false,
|
2022-02-01 18:59:51 +00:00
|
|
|
"dependencies": {
|
2022-10-13 00:25:17 +00:00
|
|
|
"@tiptap/core": "2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-image": "2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-link": "2.0.0-beta.199",
|
|
|
|
"@tiptap/extension-mention": "2.0.0-beta.199",
|
|
|
|
"@tiptap/html": "2.0.0-beta.199",
|
|
|
|
"@tiptap/starter-kit": "2.0.0-beta.199",
|
|
|
|
"@tiptap/suggestion": "2.0.0-beta.199",
|
2022-02-01 18:59:51 +00:00
|
|
|
"lodash": "4.17.21"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/lodash": "4.14.178"
|
|
|
|
}
|
|
|
|
}
|