mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
140 lines
4.9 KiB
JSON
140 lines
4.9 KiB
JSON
{
|
|
"name": "symphony",
|
|
"productName": "Symphony",
|
|
"version": "6.0.0",
|
|
"clientVersion": "2.0.1",
|
|
"buildNumber": "0",
|
|
"searchAPIVersion": "1.55.3",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"lint": "tslint --project tsconfig.json",
|
|
"packed-linux": "npm run prebuild && npm run test && ./node_modules/.bin/electron-builder build --linux",
|
|
"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",
|
|
"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"
|
|
],
|
|
"mac": {
|
|
"category": "public.app-category.business",
|
|
"icon": "images/icon.icns"
|
|
},
|
|
"win": {
|
|
"icon": "images/icon.ico",
|
|
"target": [
|
|
"squirrel"
|
|
]
|
|
},
|
|
"linux": {
|
|
"category": "Network;InstantMessaging;Chat",
|
|
"desktop": {
|
|
"StartupWMClass": "Symphony"
|
|
},
|
|
"target": [
|
|
"deb",
|
|
"rpm"
|
|
],
|
|
"icon": "images/linux"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SymphonyOSS/SymphonyElectron.git"
|
|
},
|
|
"keywords": [
|
|
"Symphony",
|
|
"start"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://support.symphony.com"
|
|
},
|
|
"devDependencies": {
|
|
"@types/enzyme": "3.9.0",
|
|
"@types/ffi-napi": "2.4.1",
|
|
"@types/jest": "23.3.12",
|
|
"@types/node": "11.13.22",
|
|
"@types/react": "16.8.3",
|
|
"@types/react-dom": "16.0.9",
|
|
"@types/ref-napi": "1.4.0",
|
|
"browserify": "16.2.3",
|
|
"cross-env": "5.2.0",
|
|
"del": "3.0.0",
|
|
"electron": "6.1.5",
|
|
"electron-builder": "21.2.0",
|
|
"electron-builder-squirrel-windows": "20.38.3",
|
|
"electron-icon-maker": "0.0.4",
|
|
"electron-rebuild": "1.8.2",
|
|
"enzyme": "3.9.0",
|
|
"enzyme-adapter-react-16": "1.10.0",
|
|
"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.12.0",
|
|
"ts-jest": "23.10.5",
|
|
"tslint": "5.11.0",
|
|
"typescript": "3.1.1"
|
|
},
|
|
"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.3.0",
|
|
"electron-log": "3.0.7",
|
|
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v2.3.0",
|
|
"ffi-napi": "2.4.5",
|
|
"filesize": "4.1.2",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0",
|
|
"ref-napi": "1.4.1",
|
|
"shell-path": "2.1.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet2.git#v1.0.5",
|
|
"screen-share-indicator-frame": "git+https://github.com/symphonyoss/ScreenShareIndicatorFrame.git#v1.0.0",
|
|
"swift-search": "2.0.1"
|
|
}
|
|
}
|