You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@joplin/editor",
 | |
|   "version": "2.14.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": "~2.14",
 | |
|     "@testing-library/react-hooks": "8.0.1",
 | |
|     "@types/jest": "29.5.8",
 | |
|     "@types/react": "18.2.39",
 | |
|     "@types/react-redux": "7.1.31",
 | |
|     "@types/styled-components": "5.1.32",
 | |
|     "jest": "29.7.0",
 | |
|     "jest-environment-jsdom": "29.7.0",
 | |
|     "ts-jest": "29.1.1",
 | |
|     "typescript": "5.2.2"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@codemirror/autocomplete": "6.11.1",
 | |
|     "@codemirror/commands": "6.3.2",
 | |
|     "@codemirror/lang-html": "6.4.7",
 | |
|     "@codemirror/lang-markdown": "6.2.3",
 | |
|     "@codemirror/language": "6.9.3",
 | |
|     "@codemirror/language-data": "6.3.1",
 | |
|     "@codemirror/legacy-modes": "6.3.3",
 | |
|     "@codemirror/lint": "6.4.2",
 | |
|     "@codemirror/search": "6.5.5",
 | |
|     "@codemirror/state": "6.3.3",
 | |
|     "@codemirror/view": "6.22.3",
 | |
|     "@lezer/common": "1.1.2",
 | |
|     "@lezer/highlight": "1.2.0",
 | |
|     "@lezer/markdown": "1.1.2",
 | |
|     "@replit/codemirror-vim": "6.0.14"
 | |
|   }
 | |
| }
 |