9eff69be75
* /dream api: Upload StableDiffusion image to Firestore * Minor tweaks * Set content type on uploaded image This makes it so the image doesn't auto-download when opened in a new tab * Allow users to dream directly from within Manifold * Remove unused import * Implement a /comment endpoint which supports html and markdown * Upgrade @tiptap/core to latest * Update all tiptap deps to beta.199 * Add @tiptap/suggestion * Import @tiptap/html in the right place * ... add deps everywhere So I have no idea how common deps work apparently * Add tiptap/suggestion too * Clean up dream * More cleanups * Rework /comment endpoint * Move API to /comment * Change imports in case that matters * Add a couple todos * Dynamically import micromark * Parallellize gsutil with -m option * Adding comments via api working, editor.tsx erroring out * Unused import * Remove disabled state from useTextEditor Co-authored-by: Ian Philips <iansphilips@gmail.com>
24 lines
620 B
JSON
24 lines
620 B
JSON
{
|
|
"name": "common",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"verify": "(cd .. && yarn verify)",
|
|
"verify:dir": "npx eslint . --max-warnings 0"
|
|
},
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@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",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "4.14.178"
|
|
}
|
|
}
|