mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
39c336a5d8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"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.2.24",
|
|
"@types/react-redux": "7.1.27",
|
|
"@types/styled-components": "5.1.28",
|
|
"jest": "29.6.3",
|
|
"jest-environment-jsdom": "29.6.3",
|
|
"ts-jest": "29.1.1",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "6.9.1",
|
|
"@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"
|
|
}
|
|
}
|