mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
101 lines
3.2 KiB
JSON
101 lines
3.2 KiB
JSON
{
|
|
"name": "@notesnook/editor",
|
|
"version": "1.3.1",
|
|
"main": "dist/index.js",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.0",
|
|
"@notesnook/theme": "*",
|
|
"@social-embed/lib": "^0.0.2-next.1",
|
|
"@theme-ui/components": "^0.14.7",
|
|
"@theme-ui/core": "^0.14.7",
|
|
"@tiptap/core": "^2.0.0-beta.218",
|
|
"@tiptap/extension-character-count": "^2.0.0-beta.218",
|
|
"@tiptap/extension-color": "^2.0.0-beta.218",
|
|
"@tiptap/extension-font-family": "^2.0.0-beta.218",
|
|
"@tiptap/extension-history": "^2.0.0-beta.218",
|
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.218",
|
|
"@tiptap/extension-link": "^2.0.0-beta.218",
|
|
"@tiptap/extension-placeholder": "^2.0.0-beta.218",
|
|
"@tiptap/extension-subscript": "^2.0.0-beta.218",
|
|
"@tiptap/extension-superscript": "^2.0.0-beta.218",
|
|
"@tiptap/extension-table": "^2.0.0-beta.218",
|
|
"@tiptap/extension-table-cell": "^2.0.0-beta.218",
|
|
"@tiptap/extension-table-header": "^2.0.0-beta.218",
|
|
"@tiptap/extension-table-row": "^2.0.0-beta.218",
|
|
"@tiptap/extension-task-item": "^2.0.0-beta.218",
|
|
"@tiptap/extension-task-list": "^2.0.0-beta.218",
|
|
"@tiptap/extension-text-align": "^2.0.0-beta.218",
|
|
"@tiptap/extension-text-style": "^2.0.0-beta.218",
|
|
"@tiptap/extension-underline": "^2.0.0-beta.218",
|
|
"@tiptap/pm": "^2.0.0-beta.218",
|
|
"@tiptap/starter-kit": "^2.0.0-beta.218",
|
|
"detect-indent": "^7.0.0",
|
|
"katex": "^0.16.2",
|
|
"prism-themes": "^1.9.0",
|
|
"prosemirror-codemark": "^0.4.1",
|
|
"re-resizable": "^6.9.9",
|
|
"react-colorful": "^5.5.1",
|
|
"react-modal": "^3.15.1",
|
|
"redent": "^4.0.0",
|
|
"refractor": "^4.8.0",
|
|
"strip-indent": "^4.0.0",
|
|
"tinycolor2": "^1.4.2",
|
|
"unfurl.js": "^5.7.0",
|
|
"zustand": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@happy-dom/global-registrator": "^8.9.0",
|
|
"@mdi/js": "^6.9.96",
|
|
"@mdi/react": "^1.6.0",
|
|
"@swc/core": "^1.3.36",
|
|
"@types/katex": "^0.14.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "17.0.2",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "17.0.2",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/tap": "^15.0.8",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"expect": "^29.4.3",
|
|
"framer-motion": "^6.5.1",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"prosemirror-test-builder": "^1.1.0",
|
|
"tap": "^16.3.4",
|
|
"tsconfig-paths": "^3.14.2",
|
|
"typescript": "^4.8.2",
|
|
"web-vitals": "^2.1.4",
|
|
"zx": "^7.0.8"
|
|
},
|
|
"peerDependencies": {
|
|
"@mdi/js": ">=6.9.96",
|
|
"@mdi/react": ">=1.6.0",
|
|
"react": ">=17.0.0",
|
|
"react-dom": ">=17.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "TS_NODE_PROJECT=tsconfig.tests.json tap --ts --no-check-coverage --test-env=NODE_ENV=test src/**/*.test.ts",
|
|
"prebuild": "zx ./scripts/build.mjs",
|
|
"prewatch": "zx ./scripts/build.mjs",
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"prepub": "npm run build",
|
|
"pub": "np",
|
|
"postinstall": "npx patch-package"
|
|
},
|
|
"np": {
|
|
"tests": false,
|
|
"releaseDraft": false,
|
|
"message": "chore: bump version to %s"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com",
|
|
"access": "restricted"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/streetwriters/notesnook.git",
|
|
"directory": "packages/editor"
|
|
}
|
|
}
|