mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 07:59:48 +01:00
111 lines
3.4 KiB
JSON
111 lines
3.4 KiB
JSON
{
|
|
"name": "@notesnook/editor",
|
|
"version": "1.6.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@notesnook/core": "file:../core",
|
|
"@notesnook/theme": "file:../theme",
|
|
"@notesnook/ui": "file:../ui",
|
|
"@social-embed/lib": "^0.0.2-next.1",
|
|
"@tiptap/core": "2.1.12",
|
|
"@tiptap/extension-character-count": "2.1.12",
|
|
"@tiptap/extension-color": "2.1.12",
|
|
"@tiptap/extension-font-family": "2.1.12",
|
|
"@tiptap/extension-history": "2.1.12",
|
|
"@tiptap/extension-horizontal-rule": "2.1.12",
|
|
"@tiptap/extension-link": "^2.1.16",
|
|
"@tiptap/extension-list-keymap": "2.1.12",
|
|
"@tiptap/extension-placeholder": "2.1.12",
|
|
"@tiptap/extension-subscript": "2.1.12",
|
|
"@tiptap/extension-superscript": "2.1.12",
|
|
"@tiptap/extension-table": "2.1.12",
|
|
"@tiptap/extension-table-cell": "2.1.12",
|
|
"@tiptap/extension-table-header": "2.1.12",
|
|
"@tiptap/extension-table-row": "2.1.12",
|
|
"@tiptap/extension-task-item": "2.1.12",
|
|
"@tiptap/extension-task-list": "2.1.12",
|
|
"@tiptap/extension-text-align": "2.1.12",
|
|
"@tiptap/extension-text-style": "2.1.12",
|
|
"@tiptap/extension-underline": "2.1.12",
|
|
"@tiptap/pm": "2.1.12",
|
|
"@tiptap/starter-kit": "2.1.12",
|
|
"async-mutex": "^0.4.0",
|
|
"clipboard-polyfill": "4.0.0",
|
|
"detect-indent": "^7.0.0",
|
|
"entities": "^4.5.0",
|
|
"katex": "0.16.4",
|
|
"linkifyjs": "^4.1.3",
|
|
"nanoid": "^4.0.1",
|
|
"prism-themes": "^1.9.0",
|
|
"prosemirror-codemark": "^0.4.2",
|
|
"prosemirror-view": "1.32.2",
|
|
"re-resizable": "^6.9.11",
|
|
"react-colorful": "^5.6.1",
|
|
"redent": "^4.0.0",
|
|
"refractor": "^4.8.1",
|
|
"strip-indent": "^4.0.0",
|
|
"unfurl.js": "^6.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "11.11.1",
|
|
"@mdi/js": "^7.2.96",
|
|
"@mdi/react": "^1.6.1",
|
|
"@theme-ui/components": "^0.16.1",
|
|
"@theme-ui/core": "^0.16.1",
|
|
"@types/katex": "^0.14.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/react-modal": "^3.16.3 ",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"framer-motion": "^10.16.8",
|
|
"happy-dom": "^8.9.0",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"prosemirror-test-builder": "^1.1.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-modal": "3.16.1",
|
|
"tinycolor2": "^1.6.0",
|
|
"vitest": "^0.29.2",
|
|
"web-vitals": "^2.1.4",
|
|
"zustand": "4.4.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": ">=11",
|
|
"@mdi/js": ">=7.2.96",
|
|
"@mdi/react": ">=1.6.1",
|
|
"@theme-ui/components": ">=0.16.0",
|
|
"@theme-ui/core": ">=0.16.0",
|
|
"framer-motion": ">=10",
|
|
"react": ">=18",
|
|
"react-dom": ">=18",
|
|
"react-modal": ">=3",
|
|
"tinycolor2": ">=1.6",
|
|
"zustand": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"prebuild": "node ./scripts/build.mjs",
|
|
"postbuild": "node ./scripts/postbuild.mjs",
|
|
"prewatch": "node ./scripts/build.mjs",
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"start": "npm run watch",
|
|
"prepublishOnly": "npm run build && npm run test",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"np": {
|
|
"tests": true,
|
|
"releaseDraft": false,
|
|
"message": "chore: bump version to %s"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/streetwriters/notesnook.git",
|
|
"directory": "packages/editor"
|
|
}
|
|
}
|