SymphonyElectron/package.json

154 lines
5.4 KiB
JSON
Raw Normal View History

2016-09-26 21:39:43 -05:00
{
2019-05-22 01:41:08 -05:00
"name": "symphony",
"productName": "Symphony",
"version": "8.0.0",
2019-07-31 07:00:27 -05:00
"clientVersion": "2.0.1",
2019-08-29 00:56:54 -05:00
"buildNumber": "0",
"searchAPIVersion": "1.55.3",
2019-11-06 07:49:23 -06:00
"sfeVersion": "0",
"description": "Symphony desktop app (Foundation ODP)",
"author": "Symphony OSS <help@finos.org>",
"main": "lib/src/app/init.js",
"types": "lib/src/app/init.d.ts",
2016-09-26 21:39:43 -05:00
"scripts": {
"browserify-preload": "browserify -o lib/src/renderer/_preload-main.js -x electron --insert-global-vars=__filename,__dirname lib/src/renderer/preload-main.js && npm run browserify-preload-component",
"browserify-preload-component": "browserify -o lib/src/renderer/_preload-component.js -x electron --insert-global-vars=__filename,__dirname lib/src/renderer/preload-component.js",
"compile": "npm run lint && gulp build",
2019-06-03 03:13:36 -05:00
"dev": "npm run prebuild && cross-env ELECTRON_DEV=true electron .",
"demo-win": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file:///src/demo/index.html",
"demo-mac": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file://$(pwd)/src/demo/index.html",
2018-10-05 07:04:19 -05:00
"lint": "tslint --project tsconfig.json",
"packed-linux": "npm run prebuild && npm run test && ./node_modules/.bin/electron-builder build --linux",
2019-06-03 03:13:36 -05:00
"packed-mac": "npm run unpacked-mac && packagesbuild -v installer/mac/symphony-mac-packager.pkgproj",
"prebuild": "npm run compile && npm run rebuild && npm run browserify-preload",
"rebuild": "electron-rebuild -f",
2019-06-03 03:13:36 -05:00
"start": "npm run compile && npm run browserify-preload && cross-env ELECTRON_DEV=true electron .",
"test": "npm run lint && cross-env ELECTRON_QA=true jest --config jest-config.json --runInBand --detectOpenHandles",
"unpacked-mac": "npm run prebuild && npm run test && ./node_modules/.bin/electron-builder build --mac --dir",
"unpacked-win": "npm run prebuild && npm run test && node_modules\\.bin\\electron-builder build --win --x64 --dir",
"unpacked-win-x86": "npm run prebuild && npm run test && node_modules\\.bin\\electron-builder build --win --ia32 --dir"
},
"build": {
"appId": "com.symphony.electron-desktop",
"asar": true,
"asarUnpack": "**/*.node",
"files": [
"!coverage/*",
"!installer/*",
"!tests/*",
"!node_modules/@nornagon/cld/deps/cld${/*}",
"!node_modules/@nornagon/cld/build/deps${/*}",
"!node_modules/@nornagon/spellchecker/vendor${/*}"
],
"extraFiles": [
"config/Symphony.config",
"config/titleBarStyles.css",
"dictionaries/**",
"library/libsymphonysearch.dylib",
"library/indexvalidator.exec",
"library/cryptoLib.dylib",
"library/dictionary",
"library/lz4.exec",
"node_modules/screen-share-indicator-frame/SymphonyScreenShareIndicator"
],
"mac": {
"category": "public.app-category.business",
"icon": "images/icon.icns",
"entitlements": "entitlements.mac.plist",
"entitlementsInherit": "entitlements.mac.plist",
"gatekeeperAssess": true,
"hardenedRuntime": true,
"binaries": [
"library/lz4.exec",
"library/indexvalidator.exec",
"library/libsymphonysearch.dylib",
"library/cryptoLib.dylib",
"library/dictionary",
"installer/mac/SymphonySettingsPlugin.bundle/Contents/MacOS/SymphonySettingsPlugin"
]
},
"win": {
"icon": "images/icon.ico",
"target": [
"squirrel"
]
},
"linux": {
"category": "Network;InstantMessaging;Chat",
"desktop": {
"StartupWMClass": "Symphony"
},
"target": [
"deb",
"rpm"
],
"icon": "images/linux"
}
2016-11-07 14:31:39 -06:00
},
2016-09-26 21:39:43 -05:00
"repository": {
"type": "git",
"url": "git+https://github.com/SymphonyOSS/SymphonyElectron.git"
2016-09-26 21:39:43 -05:00
},
"keywords": [
"Symphony",
2016-11-07 14:31:39 -06:00
"start"
2016-09-26 21:39:43 -05:00
],
"license": "Apache-2.0",
2016-09-26 21:39:43 -05:00
"bugs": {
2016-11-07 14:31:39 -06:00
"url": "https://support.symphony.com"
2016-09-26 21:39:43 -05:00
},
"devDependencies": {
2019-05-07 02:00:00 -05:00
"@types/enzyme": "3.9.0",
"@types/ffi-napi": "2.4.1",
2019-01-22 09:12:16 -06:00
"@types/jest": "23.3.12",
"@types/node": "11.13.22",
"@types/react": "16.8.3",
2018-10-29 13:52:58 -05:00
"@types/react-dom": "16.0.9",
"@types/ref-napi": "1.4.0",
"browserify": "16.2.3",
"cross-env": "5.2.0",
2019-01-22 09:12:16 -06:00
"del": "3.0.0",
"electron": "8.0.3",
"electron-builder": "21.2.0",
"electron-builder-squirrel-windows": "20.38.3",
"electron-icon-maker": "0.0.4",
"electron-rebuild": "1.8.2",
2019-05-07 02:00:00 -05:00
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.10.0",
2019-05-07 02:56:57 -05:00
"enzyme-to-json": "3.3.5",
"gulp": "4.0.0",
"gulp-less": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"gulp-typescript": "5.0.1",
"jest": "23.6.0",
"jest-html-reporter": "2.4.2",
"less": "3.8.1",
"node-abi": "^2.14.0",
2019-01-22 09:12:16 -06:00
"ts-jest": "23.10.5",
2018-10-05 07:04:19 -05:00
"tslint": "5.11.0",
2019-05-22 01:41:08 -05:00
"typescript": "3.1.1"
2016-11-07 14:31:39 -06:00
},
"dependencies": {
"archiver": "3.1.1",
"async.map": "0.5.2",
"auto-launch": "5.0.5",
"classnames": "2.2.6",
"electron-dl": "1.14.0",
"electron-fetch": "1.4.0",
"electron-log": "4.0.7",
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v2.3.0",
"ffi-napi": "2.4.6",
"filesize": "6.1.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"ref-napi": "1.4.3",
"shell-path": "2.1.0",
"systeminformation": "4.22.5"
},
"optionalDependencies": {
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet2.git#v1.0.6",
"screen-share-indicator-frame": "git+https://github.com/symphonyoss/ScreenShareIndicatorFrame.git#v1.4.3",
"swift-search": "2.0.1"
2016-09-26 21:39:43 -05:00
}
}