mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
refactor: rename core, theme, and logger
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@streetwriters/editor",
|
||||
"name": "@notesnook/editor",
|
||||
"version": "1.3.1",
|
||||
"main": "dist/index.js",
|
||||
"license": "GPL-3.0",
|
||||
@@ -9,10 +9,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
||||
"@emotion/react": "^11.10.0",
|
||||
"@mdi/js": "^6.9.96",
|
||||
"@mdi/react": "^1.6.0",
|
||||
"@streetwriters/rebass-forms": "^5.0.0",
|
||||
"@notesnook/theme": "*",
|
||||
"@social-embed/lib": "^0.0.1-next.12",
|
||||
"@streetwriters/rebass": "^5.0.0",
|
||||
"@streetwriters/rebass-forms": "^5.0.0",
|
||||
"@tiptap/core": "^2.0.0-beta.181",
|
||||
"@tiptap/extension-character-count": "^2.0.0-beta.31",
|
||||
"@tiptap/extension-color": "^2.0.0-beta.12",
|
||||
@@ -34,41 +37,40 @@
|
||||
"@tiptap/extension-underline": "^2.0.0-beta.25",
|
||||
"@tiptap/starter-kit": "^2.0.0-beta.190",
|
||||
"detect-indent": "^7.0.0",
|
||||
"@emotion/react": "^11.10.0",
|
||||
"katex": "^0.16.0",
|
||||
"prism-themes": "^1.9.0",
|
||||
"prosemirror-codemark": "^0.4.0",
|
||||
"prosemirror-commands": "^1.3.0",
|
||||
"prosemirror-utils": "github:atlassian/prosemirror-utils",
|
||||
"prosemirror-view": "^1.26.2",
|
||||
"re-resizable": "^6.9.9",
|
||||
"react-colorful": "^5.5.1",
|
||||
"react-modal": "^3.15.1",
|
||||
"@streetwriters/rebass": "^5.0.0",
|
||||
"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",
|
||||
"@notesnook/theme": "*"
|
||||
"zustand": "^3.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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": "17.0.2",
|
||||
"@types/react-dom": "17.0.2",
|
||||
"@types/react-modal": "^3.13.1",
|
||||
"@types/rebass": "^4.0.10",
|
||||
"@types/rebass__forms": "^4.0.6",
|
||||
"@types/tinycolor2": "^1.4.3",
|
||||
"framer-motion": "^4.1.17",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"typescript": "^4.8.2",
|
||||
"web-vitals": "^2.1.4",
|
||||
"framer-motion": "^4.1.17"
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": ">=17.0.0",
|
||||
"react-dom": ">=17.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./scripts/build.sh",
|
||||
|
||||
Reference in New Issue
Block a user