1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-desktop/package.json

181 lines
4.7 KiB
JSON
Raw Normal View History

2017-11-03 01:26:08 +02:00
{
"name": "@joplin/app-desktop",
2022-11-15 09:36:11 +02:00
"version": "2.9.17",
2017-11-03 01:26:08 +02:00
"description": "Joplin for Desktop",
"main": "main.js",
2020-11-05 18:58:23 +02:00
"private": true,
2017-11-03 01:26:08 +02:00
"scripts": {
"dist": "yarn run electronRebuild && npx electron-builder",
2020-11-05 18:58:23 +02:00
"build": "gulp build",
"postinstall": "yarn run build",
"electronRebuild": "gulp electronRebuild",
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"start": "gulp build && electron . --env dev --log-level debug --no-welcome --open-dev-tools",
"test": "jest",
"test-ci": "yarn test"
2017-11-03 01:26:08 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"author": "Laurent Cozic",
"license": "MIT",
"bugs": {
"url": "https://github.com/laurent22/joplin/issues"
},
2017-11-13 19:51:46 +02:00
"build": {
"appId": "net.cozic.joplin-desktop",
2020-11-05 18:58:23 +02:00
"productName": "Joplin",
"npmRebuild": false,
2020-11-29 19:15:42 +02:00
"afterSign": "./tools/notarizeMacApp.js",
2018-02-06 00:20:31 +02:00
"extraResources": [
"build/icons/**",
"build/images/**",
"build/defaultPlugins/**"
2018-02-06 00:20:31 +02:00
],
"afterAllArtifactBuild": "./generateSha512.js",
2020-11-28 14:02:26 +02:00
"asar": true,
2020-07-14 16:32:49 +02:00
"asarUnpack": "./node_modules/node-notifier/vendor/**",
2017-11-13 19:51:46 +02:00
"win": {
2021-12-17 13:11:45 +02:00
"rfc3161TimeStampServer": "http://timestamp.digicert.com",
"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/*"
]
2017-11-16 20:03:01 +02:00
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": false,
2020-11-05 18:58:23 +02:00
"differentialPackage": false
},
"portable": {
"artifactName": "${productName}Portable.${ext}"
},
2017-11-16 20:03:01 +02:00
"mac": {
"icon": "../../Assets/macOs.icns",
2020-11-29 19:15:42 +02:00
"target": "dmg",
"hardenedRuntime": true,
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
"extendInfo": {
"CFBundleURLTypes": [
{
2021-10-17 18:45:10 +02:00
"CFBundleURLSchemes": [
"joplin"
],
"CFBundleTypeRole": "Editor",
"CFBundleURLName": "org.joplinapp.x-callback-url"
}
]
}
2017-11-17 00:33:45 +02:00
},
"linux": {
2020-11-05 21:53:53 +02:00
"icon": "../../Assets/LinuxIcons",
2018-06-10 14:45:05 +02:00
"category": "Office",
"desktop": {
"Icon": "@joplinapp-desktop",
"MimeType": "x-scheme-handler/joplin;"
},
2020-11-05 18:58:23 +02:00
"target": "AppImage"
},
"dmg": {
"writeUpdateInfo": false
2017-11-13 19:51:46 +02:00
}
},
2017-11-03 01:26:08 +02:00
"homepage": "https://github.com/laurent22/joplin#readme",
"devDependencies": {
2022-07-11 11:07:21 +02:00
"@joplin/tools": "~2.9",
2022-11-05 16:47:55 +02:00
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.2.4",
"@types/node": "18.11.15",
"@types/react": "16.14.34",
"@types/react-redux": "7.1.24",
"@types/styled-components": "5.1.26",
2022-11-05 16:47:55 +02:00
"babel-cli": "6.26.0",
"babel-preset-react": "6.24.1",
"electron": "19.1.4",
"electron-builder": "23.6.0",
"electron-notarize": "1.2.2",
"electron-rebuild": "3.2.9",
2022-11-12 14:20:53 +02:00
"glob": "8.0.3",
2022-11-05 16:47:55 +02:00
"gulp": "4.0.2",
2022-11-15 11:21:45 +02:00
"jest": "29.3.1",
2022-11-17 13:57:19 +02:00
"jest-environment-jsdom": "29.3.1",
2022-11-05 16:47:55 +02:00
"js-sha512": "0.8.0",
"nan": "2.17.0",
2022-11-15 00:37:49 +02:00
"react-test-renderer": "18.2.0",
"typescript": "4.9.4"
2017-11-03 01:26:08 +02:00
},
2017-11-13 19:21:49 +02:00
"optionalDependencies": {
2017-11-16 20:45:01 +02:00
"7zip-bin-linux": "^1.0.1",
"7zip-bin-mac": "^1.0.1",
2017-11-16 21:21:23 +02:00
"7zip-bin-win": "^2.1.1"
2017-11-13 19:21:49 +02:00
},
2017-11-03 01:26:08 +02:00
"dependencies": {
"@electron/remote": "2.0.9",
2022-11-05 15:09:41 +02:00
"@fortawesome/fontawesome-free": "5.15.4",
"@joeattardi/emoji-button": "4.6.4",
2022-07-11 11:07:21 +02:00
"@joplin/lib": "~2.9",
"@joplin/pdf-viewer": "~2.9",
2022-07-11 11:07:21 +02:00
"@joplin/renderer": "~2.9",
2022-11-05 15:09:41 +02:00
"async-mutex": "0.4.0",
"codemirror": "5.65.9",
2022-11-05 15:09:41 +02:00
"color": "3.2.1",
"compare-versions": "3.6.0",
"countable": "3.0.1",
"debounce": "1.2.1",
"electron-window-state": "5.0.3",
"formatcoords": "1.1.3",
"fs-extra": "11.1.0",
"highlight.js": "11.7.0",
2022-11-05 15:09:41 +02:00
"immer": "7.0.15",
"keytar": "7.9.0",
2022-11-05 15:09:41 +02:00
"mark.js": "8.11.1",
"md5": "2.3.0",
"moment": "2.29.4",
2022-11-15 11:10:41 +02:00
"node-fetch": "2.6.7",
"node-notifier": "10.0.1",
2022-11-05 15:09:41 +02:00
"node-rsa": "1.1.1",
2022-11-13 13:37:05 +02:00
"pretty-bytes": "5.6.0",
"re-resizable": "6.9.9",
2022-11-15 00:37:49 +02:00
"react": "18.2.0",
"react-datetime": "3.2.0",
2022-11-15 00:37:49 +02:00
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-select": "5.7.0",
2022-11-05 15:09:41 +02:00
"react-toggle-button": "2.2.0",
"react-tooltip": "4.5.1",
"redux": "4.2.0",
"reselect": "4.1.7",
2022-11-05 15:09:41 +02:00
"roboto-fontface": "0.10.0",
"smalltalk": "4.1.1",
"sqlite3": "5.1.4",
"styled-components": "5.3.6",
"styled-system": "5.1.5",
2022-11-05 15:09:41 +02:00
"taboverride": "4.0.3",
2022-11-16 11:37:30 +02:00
"tinymce": "5.10.6"
2017-11-03 01:26:08 +02:00
}
}