You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			166 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			166 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@joplin/app-desktop",
 | |
|   "version": "2.0.1",
 | |
|   "description": "Joplin for Desktop",
 | |
|   "main": "main.js",
 | |
|   "private": true,
 | |
|   "scripts": {
 | |
|     "dist": "npm run electronRebuild && npx electron-builder",
 | |
|     "build": "gulp build",
 | |
|     "postinstall": "npm run build",
 | |
|     "electronRebuild": "gulp electronRebuild",
 | |
|     "tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json",
 | |
|     "watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",
 | |
|     "start": "gulp build && electron . --env dev --log-level debug --no-welcome --open-dev-tools",
 | |
|     "test": "jest",
 | |
|     "test-ci": "npm run test"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/laurent22/joplin.git"
 | |
|   },
 | |
|   "author": "Laurent Cozic",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/laurent22/joplin/issues"
 | |
|   },
 | |
|   "build": {
 | |
|     "appId": "net.cozic.joplin-desktop",
 | |
|     "productName": "Joplin",
 | |
|     "npmRebuild": false,
 | |
|     "afterSign": "./tools/notarizeMacApp.js",
 | |
|     "extraResources": [
 | |
|       "build/icons/*",
 | |
|       "build/images/*"
 | |
|     ],
 | |
|     "afterAllArtifactBuild": "./generateSha512.js",
 | |
|     "asar": true,
 | |
|     "asarUnpack": "./node_modules/node-notifier/vendor/**",
 | |
|     "win": {
 | |
|       "rfc3161TimeStampServer": "http://timestamp.comodoca.com/rfc3161",
 | |
|       "icon": "../../Assets/ImageSources/Joplin.ico",
 | |
|       "target": [
 | |
|         {
 | |
|           "target": "nsis",
 | |
|           "arch": [
 | |
|             "x64",
 | |
|             "ia32"
 | |
|           ]
 | |
|         },
 | |
|         {
 | |
|           "target": "portable",
 | |
|           "arch": [
 | |
|             "x64",
 | |
|             "ia32"
 | |
|           ]
 | |
|         }
 | |
|       ],
 | |
|       "extraFiles": [
 | |
|         {
 | |
|           "from": "build-win/Joplin.VisualElementsManifest.xml",
 | |
|           "to": "."
 | |
|         }
 | |
|       ],
 | |
|       "extraResources": [
 | |
|         "build-win/icons/*"
 | |
|       ]
 | |
|     },
 | |
|     "nsis": {
 | |
|       "oneClick": false,
 | |
|       "allowToChangeInstallationDirectory": true,
 | |
|       "differentialPackage": false
 | |
|     },
 | |
|     "portable": {
 | |
|       "artifactName": "${productName}Portable.${ext}"
 | |
|     },
 | |
|     "mac": {
 | |
|       "icon": "../../Assets/macOs.icns",
 | |
|       "target": "dmg",
 | |
|       "hardenedRuntime": true,
 | |
|       "entitlements": "./build-mac/entitlements.mac.inherit.plist"
 | |
|     },
 | |
|     "linux": {
 | |
|       "icon": "../../Assets/LinuxIcons",
 | |
|       "category": "Office",
 | |
|       "desktop": {
 | |
|         "Icon": "joplin"
 | |
|       },
 | |
|       "target": "AppImage"
 | |
|     },
 | |
|     "dmg": {
 | |
|       "writeUpdateInfo": false
 | |
|     }
 | |
|   },
 | |
|   "homepage": "https://github.com/laurent22/joplin#readme",
 | |
|   "devDependencies": {
 | |
|     "@joplin/tools": "^1.0.9",
 | |
|     "@testing-library/react-hooks": "^3.4.2",
 | |
|     "@types/jest": "^26.0.15",
 | |
|     "@types/node": "^14.14.6",
 | |
|     "@types/react": "16.9.55",
 | |
|     "@types/react-redux": "^7.1.9",
 | |
|     "@types/styled-components": "^5.1.4",
 | |
|     "ajv": "^6.5.0",
 | |
|     "app-builder-bin": "^1.9.11",
 | |
|     "babel-cli": "^6.26.0",
 | |
|     "babel-preset-react": "^6.24.1",
 | |
|     "electron": "^10.1.6",
 | |
|     "electron-builder": "22.9.1",
 | |
|     "electron-notarize": "^1.0.0",
 | |
|     "electron-rebuild": "^2.3.2",
 | |
|     "glob": "^7.1.6",
 | |
|     "gulp": "^4.0.2",
 | |
|     "jest": "^26.6.3",
 | |
|     "js-sha512": "^0.8.0",
 | |
|     "react-test-renderer": "^16.14.0",
 | |
|     "typescript": "^4.0.5"
 | |
|   },
 | |
|   "optionalDependencies": {
 | |
|     "7zip-bin-linux": "^1.0.1",
 | |
|     "7zip-bin-mac": "^1.0.1",
 | |
|     "7zip-bin-win": "^2.1.1"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@fortawesome/fontawesome-free": "^5.13.0",
 | |
|     "@joplin/lib": "^1.0.9",
 | |
|     "@joplin/renderer": "^1.0.17",
 | |
|     "async-mutex": "^0.1.3",
 | |
|     "codemirror": "^5.56.0",
 | |
|     "color": "^3.1.2",
 | |
|     "compare-versions": "^3.2.1",
 | |
|     "countable": "^3.0.1",
 | |
|     "debounce": "^1.2.0",
 | |
|     "electron-context-menu": "^0.15.0",
 | |
|     "electron-is-dev": "^0.3.0",
 | |
|     "electron-window-state": "^4.1.1",
 | |
|     "file-uri-to-path": "^2.0.0",
 | |
|     "formatcoords": "^1.1.3",
 | |
|     "fs-extra": "^5.0.0",
 | |
|     "highlight.js": "^10.2.1",
 | |
|     "immer": "^7.0.5",
 | |
|     "keytar": "^7.0.0",
 | |
|     "mark.js": "^8.11.1",
 | |
|     "md5": "^2.2.1",
 | |
|     "moment": "^2.22.2",
 | |
|     "node-fetch": "^1.7.3",
 | |
|     "node-notifier": "^8.0.0",
 | |
|     "pretty-bytes": "^5.3.0",
 | |
|     "re-resizable": "^6.5.4",
 | |
|     "react": "16.13.1",
 | |
|     "react-datetime": "^2.14.0",
 | |
|     "react-dom": "16.9.0",
 | |
|     "react-redux": "^5.0.7",
 | |
|     "react-select": "^2.4.3",
 | |
|     "react-toggle-button": "^2.2.0",
 | |
|     "react-tooltip": "^3.10.0",
 | |
|     "redux": "^3.7.2",
 | |
|     "reselect": "^4.0.0",
 | |
|     "roboto-fontface": "^0.10.0",
 | |
|     "smalltalk": "^2.5.1",
 | |
|     "styled-components": "^5.1.1",
 | |
|     "styled-system": "^5.1.5",
 | |
|     "taboverride": "^4.0.3",
 | |
|     "tinymce": "^5.2.0"
 | |
|   }
 | |
| }
 |