Files
notesnook/packages/editor/package.json

84 lines
2.8 KiB
JSON
Raw Normal View History

2022-04-05 22:53:04 +05:00
{
"name": "notesnook-editor",
"version": "0.0.1",
"private": true,
2022-04-17 07:22:15 +05:00
"main": "./dist/index.js",
2022-04-05 22:53:04 +05:00
"dependencies": {
"@mdi/js": "^6.7.96",
"@mdi/react": "^1.6.0",
2022-06-04 12:18:30 +05:00
"@notesnook/theme": "github:streetwriters/themeprovider",
2022-04-17 07:22:15 +05:00
"@rebass/forms": "^4.0.6",
2022-04-22 01:49:32 +05:00
"@social-embed/lib": "^0.0.1-next.12",
"@tiptap/core": "^2.0.0-beta.176",
"@tiptap/extension-character-count": "^2.0.0-beta.26",
2022-04-17 07:22:15 +05:00
"@tiptap/extension-color": "^2.0.0-beta.9",
"@tiptap/extension-font-family": "^2.0.0-beta.21",
"@tiptap/extension-highlight": "^2.0.0-beta.33",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",
"@tiptap/extension-link": "^2.0.0-beta.38",
2022-04-05 22:53:04 +05:00
"@tiptap/extension-placeholder": "^2.0.0-beta.45",
2022-04-17 07:22:15 +05:00
"@tiptap/extension-subscript": "^2.0.0-beta.10",
"@tiptap/extension-superscript": "^2.0.0-beta.10",
"@tiptap/extension-table": "^2.0.0-beta.49",
2022-04-17 07:22:15 +05:00
"@tiptap/extension-table-cell": "^2.0.0-beta.20",
"@tiptap/extension-table-header": "^2.0.0-beta.22",
"@tiptap/extension-table-row": "^2.0.0-beta.19",
"@tiptap/extension-task-item": "^2.0.0-beta.32",
2022-04-20 18:38:36 +05:00
"@tiptap/extension-task-list": "^2.0.0-beta.26",
2022-04-17 07:22:15 +05:00
"@tiptap/extension-text-align": "^2.0.0-beta.29",
"@tiptap/extension-text-style": "^2.0.0-beta.23",
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/react": "^2.0.0-beta.109",
"@tiptap/starter-kit": "^2.0.0-beta.185",
"detect-indent": "^7.0.0",
2022-04-17 07:22:15 +05:00
"emotion-theming": "^10.0.19",
"lowlight": "^2.6.1",
"prism-themes": "^1.9.0",
2022-04-17 07:22:15 +05:00
"prosemirror-tables": "^1.1.1",
"prosemirror-utils": "github:atlassian/prosemirror-utils",
"prosemirror-view": "^1.24.1",
"re-resizable": "^6.9.9",
2022-06-04 07:56:37 +05:00
"react-colorful": "^5.5.1",
2022-04-17 07:22:15 +05:00
"react-modal": "^3.14.4",
"react-toggle": "^4.1.2",
"rebass": "^4.0.7",
2022-06-02 07:26:44 +05:00
"redent": "^4.0.0",
"refractor": "^4.7.0",
2022-06-02 07:26:44 +05:00
"shortid": "^2.2.16",
"strip-indent": "^4.0.0",
2022-04-17 07:22:15 +05:00
"tinycolor2": "^1.4.2",
"zustand": "^3.7.2"
2022-04-05 22:53:04 +05:00
},
"devDependencies": {
"@types/esm": "^3.2.0",
2022-04-05 22:53:04 +05:00
"@types/node": "^16.11.11",
"@types/prismjs": "^1.26.0",
2022-04-05 22:53:04 +05:00
"@types/react": "^17.0.37",
2022-04-17 07:22:15 +05:00
"@types/react-color": "^3.0.6",
2022-04-05 22:53:04 +05:00
"@types/react-dom": "^17.0.11",
2022-04-17 07:22:15 +05:00
"@types/react-modal": "^3.13.1",
"@types/react-toggle": "^4.0.3",
"@types/rebass": "^4.0.10",
"@types/rebass__forms": "^4.0.6",
2022-06-02 07:26:44 +05:00
"@types/shortid": "^0.0.29",
2022-04-17 07:22:15 +05:00
"@types/tinycolor2": "^1.4.3",
"esm": "^3.2.25",
"isomorphic-fetch": "^3.0.0",
2022-04-05 22:53:04 +05:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
2022-04-17 07:22:15 +05:00
"typescript-plugin-css-modules": "^3.4.0",
"web-vitals": "^2.1.4"
2022-04-05 22:53:04 +05:00
},
2022-05-31 08:58:33 +05:00
"peerDependencies": {
"framer-motion": "^4.1.17"
},
2022-04-05 22:53:04 +05:00
"scripts": {
"build": "./scripts/build.sh",
"watch": "./scripts/build.sh --watch"
2022-04-05 22:53:04 +05:00
}
}