mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
chore: export as es & cjs both
This commit is contained in:
@@ -2,7 +2,14 @@
|
||||
"name": "notesnook-editor",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"main": "./dist/index.js",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/es/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/es/index.js",
|
||||
"require": "./dist/cjs/index.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
||||
"@mdi/js": "^6.9.96",
|
||||
@@ -30,7 +37,6 @@
|
||||
"@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/react": "^2.0.0-beta.114",
|
||||
"@tiptap/starter-kit": "^2.0.0-beta.190",
|
||||
"detect-indent": "^7.0.0",
|
||||
"emotion-theming": "^10.0.19",
|
||||
|
||||
Reference in New Issue
Block a user