mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
93 lines
3.0 KiB
JSON
93 lines
3.0 KiB
JSON
{
|
|
"name": "@streetwriters/editor",
|
|
"version": "1.1.4",
|
|
"main": "dist/es/index.js",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/streetwriters/notesnook-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
|
"@mdi/js": "^6.9.96",
|
|
"@mdi/react": "^1.6.0",
|
|
"@rebass/forms": "^4.0.6",
|
|
"@social-embed/lib": "^0.0.1-next.12",
|
|
"@tiptap/core": "^2.0.0-beta.181",
|
|
"@tiptap/extension-character-count": "^2.0.0-beta.31",
|
|
"@tiptap/extension-color": "^2.0.0-beta.12",
|
|
"@tiptap/extension-font-family": "^2.0.0-beta.24",
|
|
"@tiptap/extension-history": "^2.0.0-beta.26",
|
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.36",
|
|
"@tiptap/extension-link": "^2.0.0-beta.43",
|
|
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
|
|
"@tiptap/extension-subscript": "^2.0.0-beta.13",
|
|
"@tiptap/extension-superscript": "^2.0.0-beta.13",
|
|
"@tiptap/extension-table": "^2.0.0-beta.54",
|
|
"@tiptap/extension-table-cell": "^2.0.0-beta.23",
|
|
"@tiptap/extension-table-header": "^2.0.0-beta.25",
|
|
"@tiptap/extension-table-row": "^2.0.0-beta.22",
|
|
"@tiptap/extension-task-item": "^2.0.0-beta.37",
|
|
"@tiptap/extension-task-list": "^2.0.0-beta.29",
|
|
"@tiptap/extension-text-align": "^2.0.0-beta.31",
|
|
"@tiptap/extension-text-style": "^2.0.0-beta.26",
|
|
"@tiptap/extension-underline": "^2.0.0-beta.25",
|
|
"@tiptap/starter-kit": "^2.0.0-beta.190",
|
|
"detect-indent": "^7.0.0",
|
|
"emotion-theming": "^10.0.19",
|
|
"katex": "^0.16.0",
|
|
"prism-themes": "^1.9.0",
|
|
"prosemirror-codemark": "^0.4.0",
|
|
"prosemirror-utils": "github:atlassian/prosemirror-utils",
|
|
"re-resizable": "^6.9.9",
|
|
"react-colorful": "^5.5.1",
|
|
"react-modal": "^3.15.1",
|
|
"rebass": "^4.0.7",
|
|
"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": {
|
|
"@streetwriters/theme": "1.0.0",
|
|
"@types/katex": "^0.14.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/rebass": "^4.0.10",
|
|
"@types/rebass__forms": "^4.0.6",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "4.0.3",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.7.4",
|
|
"typescript-plugin-css-modules": "^3.4.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"framer-motion": "^4.1.17"
|
|
},
|
|
"scripts": {
|
|
"build": "./scripts/build.sh",
|
|
"watch": "./scripts/build.sh --watch",
|
|
"prepub": "./scripts/compile.sh",
|
|
"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"
|
|
}
|
|
}
|