2023-09-21 10:12:40 +02:00
|
|
|
{
|
2023-12-17 17:07:31 +02:00
|
|
|
"name": "@joplin/editor",
|
2024-08-09 12:47:43 +02:00
|
|
|
"version": "3.1.0",
|
2023-12-17 17:07:31 +02:00
|
|
|
"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": {
|
2024-08-09 12:47:43 +02:00
|
|
|
"@joplin/lib": "~3.1",
|
2023-12-17 17:07:31 +02:00
|
|
|
"@testing-library/react-hooks": "8.0.1",
|
2024-10-01 04:19:50 +02:00
|
|
|
"@types/jest": "29.5.12",
|
2024-08-31 20:04:01 +02:00
|
|
|
"@types/react": "18.3.3",
|
2024-01-07 11:04:15 +02:00
|
|
|
"@types/react-redux": "7.1.33",
|
2023-12-17 17:07:31 +02:00
|
|
|
"@types/styled-components": "5.1.32",
|
|
|
|
"jest": "29.7.0",
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
2024-10-01 04:19:50 +02:00
|
|
|
"ts-jest": "29.1.5",
|
|
|
|
"typescript": "5.4.5"
|
2023-12-17 17:07:31 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-11 23:08:17 +02:00
|
|
|
"@codemirror/autocomplete": "6.13.0",
|
|
|
|
"@codemirror/commands": "6.3.3",
|
|
|
|
"@codemirror/lang-html": "6.4.8",
|
|
|
|
"@codemirror/lang-markdown": "6.2.4",
|
|
|
|
"@codemirror/language": "6.10.1",
|
2023-12-20 21:10:20 +02:00
|
|
|
"@codemirror/language-data": "6.3.1",
|
2024-10-11 23:08:17 +02:00
|
|
|
"@codemirror/legacy-modes": "6.3.3",
|
|
|
|
"@codemirror/lint": "6.5.0",
|
2024-03-04 12:20:06 +02:00
|
|
|
"@codemirror/search": "6.5.6",
|
|
|
|
"@codemirror/state": "6.4.1",
|
2024-10-11 23:08:17 +02:00
|
|
|
"@codemirror/view": "6.26.3",
|
2024-03-04 12:20:06 +02:00
|
|
|
"@lezer/common": "1.2.1",
|
2024-10-11 23:08:17 +02:00
|
|
|
"@lezer/highlight": "1.2.0",
|
|
|
|
"@lezer/markdown": "1.2.0",
|
2024-03-04 12:20:06 +02:00
|
|
|
"@replit/codemirror-vim": "6.2.0"
|
2023-12-17 17:07:31 +02:00
|
|
|
}
|
2023-09-21 10:12:40 +02:00
|
|
|
}
|