{ "name": "@joplin/editor", "version": "2.13.0", "description": "Web-based markdown editor", "private": true, "scripts": { "tsc": "tsc --project tsconfig.json", "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json", "postinstall": "yarn run tsc", "test": "jest", "test-ci": "yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/laurent22/joplin.git" }, "devDependencies": { "@joplin/lib": "~2.13", "@testing-library/react-hooks": "8.0.1", "@types/jest": "29.5.4", "@types/react": "18.0.24", "@types/react-redux": "7.1.26", "@types/styled-components": "5.1.27", "jest": "29.6.3", "jest-environment-jsdom": "29.6.3", "ts-jest": "29.1.1", "typescript": "5.1.6" }, "dependencies": { "@codemirror/autocomplete": "6.9.0", "@codemirror/commands": "6.2.5", "@codemirror/lang-cpp": "6.0.2", "@codemirror/lang-html": "6.4.6", "@codemirror/lang-java": "6.0.1", "@codemirror/lang-javascript": "6.2.1", "@codemirror/lang-markdown": "6.2.1", "@codemirror/lang-php": "6.0.1", "@codemirror/lang-rust": "6.0.1", "@codemirror/language": "6.9.0", "@codemirror/legacy-modes": "6.3.3", "@codemirror/search": "6.5.2", "@codemirror/state": "6.2.1", "@codemirror/view": "6.18.0", "@lezer/markdown": "1.1.0", "@replit/codemirror-vim": "6.0.14" } }