{ "name": "@joplin/editor", "version": "3.2.0", "description": "Web-based markdown editor", "private": true, "scripts": { "tsc": "tsc --project tsconfig.json", "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json", "test": "jest", "test-ci": "yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/laurent22/joplin.git" }, "devDependencies": { "@joplin/lib": "~3.2", "@testing-library/react-hooks": "8.0.1", "@types/jest": "29.5.12", "@types/react": "18.3.3", "@types/react-redux": "7.1.33", "@types/styled-components": "5.1.32", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.5", "typescript": "5.4.5" }, "dependencies": { "@codemirror/autocomplete": "6.18.3", "@codemirror/commands": "6.7.1", "@codemirror/lang-html": "6.4.9", "@codemirror/lang-markdown": "6.3.1", "@codemirror/language": "6.10.4", "@codemirror/language-data": "6.3.1", "@codemirror/legacy-modes": "6.4.2", "@codemirror/lint": "6.8.3", "@codemirror/search": "6.5.8", "@codemirror/state": "6.4.1", "@codemirror/view": "6.35.0", "@lezer/common": "1.2.3", "@lezer/highlight": "1.2.1", "@lezer/markdown": "1.3.2", "@replit/codemirror-vim": "6.2.1" } }