mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
90 lines
2.9 KiB
JSON
90 lines
2.9 KiB
JSON
{
|
|
"name": "@notesnook/editor",
|
|
"version": "1.3.1",
|
|
"main": "dist/index.js",
|
|
"license": "GPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/streetwriters/notesnook-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
|
"@emotion/react": "^11.10.0",
|
|
"@mdi/js": "^6.9.96",
|
|
"@mdi/react": "^1.6.0",
|
|
"@notesnook/theme": "*",
|
|
"@social-embed/lib": "^0.0.1-next.12",
|
|
"@theme-ui/components": "^0.14.7",
|
|
"@theme-ui/core": "^0.14.7",
|
|
"@tiptap/core": "^2.0.0-beta.195",
|
|
"@tiptap/extension-character-count": "^2.0.0-beta.195",
|
|
"@tiptap/extension-color": "^2.0.0-beta.195",
|
|
"@tiptap/extension-font-family": "^2.0.0-beta.195",
|
|
"@tiptap/extension-history": "^2.0.0-beta.195",
|
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.195",
|
|
"@tiptap/extension-link": "^2.0.0-beta.195",
|
|
"@tiptap/extension-placeholder": "^2.0.0-beta.195",
|
|
"@tiptap/extension-subscript": "^2.0.0-beta.195",
|
|
"@tiptap/extension-superscript": "^2.0.0-beta.195",
|
|
"@tiptap/extension-table": "^2.0.0-beta.195",
|
|
"@tiptap/extension-table-cell": "^2.0.0-beta.195",
|
|
"@tiptap/extension-table-header": "^2.0.0-beta.195",
|
|
"@tiptap/extension-table-row": "^2.0.0-beta.195",
|
|
"@tiptap/extension-task-item": "^2.0.0-beta.195",
|
|
"@tiptap/extension-task-list": "^2.0.0-beta.195",
|
|
"@tiptap/extension-text-align": "^2.0.0-beta.195",
|
|
"@tiptap/extension-text-style": "^2.0.0-beta.195",
|
|
"@tiptap/extension-underline": "^2.0.0-beta.195",
|
|
"@tiptap/starter-kit": "^2.0.0-beta.195",
|
|
"detect-indent": "^7.0.0",
|
|
"katex": "^0.16.0",
|
|
"prism-themes": "^1.9.0",
|
|
"prosemirror-codemark": "^0.4.0",
|
|
"prosemirror-commands": "^1.3.0",
|
|
"prosemirror-utils": "github:atlassian/prosemirror-utils",
|
|
"prosemirror-view": "1.26.2",
|
|
"re-resizable": "^6.9.9",
|
|
"react-colorful": "^5.5.1",
|
|
"react-modal": "^3.15.1",
|
|
"redent": "^4.0.0",
|
|
"refractor": "^4.7.0",
|
|
"strip-indent": "^4.0.0",
|
|
"tinycolor2": "^1.4.2",
|
|
"unfurl.js": "^5.7.0",
|
|
"zustand": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/katex": "^0.14.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "17.0.2",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "17.0.2",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"framer-motion": "^4.1.17",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"typescript": "^4.8.2",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=17.0.0",
|
|
"react-dom": ">=17.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./scripts/build.mjs",
|
|
"watch": "./scripts/build.mjs --watch",
|
|
"prepub": "npm run build",
|
|
"pub": "np",
|
|
"postinstall": "npx patch-package"
|
|
},
|
|
"np": {
|
|
"tests": false,
|
|
"releaseDraft": false,
|
|
"message": "chore: bump version to %s"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com",
|
|
"access": "restricted"
|
|
}
|
|
}
|