Files
notesnook/packages/editor/package.json
2022-06-04 07:56:37 +05:00

93 lines
3.1 KiB
JSON

{
"name": "notesnook-editor",
"version": "0.0.1",
"private": true,
"main": "./dist/index.js",
"dependencies": {
"@mdi/js": "^6.7.96",
"@mdi/react": "^1.6.0",
"@notesnook/theme": "file:../themeprovider",
"@rebass/forms": "^4.0.6",
"@social-embed/lib": "^0.0.1-next.12",
"@tiptap/core": "^2.0.0-beta.176",
"@tiptap/extension-character-count": "^2.0.0-beta.26",
"@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",
"@tiptap/extension-placeholder": "^2.0.0-beta.45",
"@tiptap/extension-subscript": "^2.0.0-beta.10",
"@tiptap/extension-superscript": "^2.0.0-beta.10",
"@tiptap/extension-table": "^2.0.0-beta.49",
"@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",
"@tiptap/extension-task-list": "^2.0.0-beta.26",
"@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",
"detect-indentation": "^5.20.0",
"emotion-theming": "^10.0.19",
"esm-loader": "^0.1.0",
"highlight.js": "^11.5.1",
"lowlight": "^2.6.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"prosemirror-tables": "^1.1.1",
"prosemirror-utils": "^0.9.6",
"prosemirror-view": "^1.24.1",
"re-resizable": "^6.9.9",
"react-color": "^2.19.3",
"react-colorful": "^5.5.1",
"react-modal": "^3.14.4",
"react-modal-sheet": "file:../react-modal-sheet",
"react-spring-bottom-sheet": "^3.4.0",
"react-toggle": "^4.1.2",
"reactjs-popup": "^2.0.5",
"rebass": "^4.0.7",
"redent": "^4.0.0",
"refractor": "^4.7.0",
"shortid": "^2.2.16",
"strip-indent": "^4.0.0",
"tinycolor2": "^1.4.2",
"tippy.js": "^6.3.7",
"zustand": "^3.7.2"
},
"devDependencies": {
"@types/esm": "^3.2.0",
"@types/node": "^16.11.11",
"@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/react-toggle": "^4.0.3",
"@types/rebass": "^4.0.10",
"@types/rebass__forms": "^4.0.6",
"@types/shortid": "^0.0.29",
"@types/tinycolor2": "^1.4.3",
"esm": "^3.2.25",
"isomorphic-fetch": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"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"
}
}