2016-09-26 19:39:43 -07:00
|
|
|
{
|
|
|
|
|
"name": "Symphony",
|
2018-10-05 17:34:19 +05:30
|
|
|
"productName": "Symphony-dev",
|
2019-03-19 18:00:52 +05:30
|
|
|
"version": "4.5.0",
|
2019-04-01 11:14:56 +05:30
|
|
|
"clientVersion": "1.55.0",
|
2018-05-23 15:59:11 +05:30
|
|
|
"buildNumber": "0",
|
2017-02-17 18:53:25 -08:00
|
|
|
"description": "Symphony desktop app (Foundation ODP)",
|
2016-11-07 12:31:39 -08:00
|
|
|
"author": "Symphony",
|
2018-10-05 17:34:19 +05:30
|
|
|
"main": "src/browser/main.js",
|
|
|
|
|
"types": "src/browser/main.d.ts",
|
2016-09-26 19:39:43 -07:00
|
|
|
"scripts": {
|
2018-10-05 17:34:19 +05:30
|
|
|
"tsc": "git clean -xdf ./lib && npm run lint && tsc",
|
|
|
|
|
"lint": "tslint --project tsconfig.json",
|
2018-11-16 14:08:38 +05:30
|
|
|
"start": "npm run compile-css && cross-env ELECTRON_DEV=true electron .",
|
|
|
|
|
"compile-css": "lessc src/renderer/styles/main.less src/renderer/styles/main.css",
|
2018-06-05 16:32:51 +05:30
|
|
|
"prebuild": "npm run rebuild && npm run browserify-preload",
|
|
|
|
|
"browserify-preload": "browserify -o js/preload/_preloadMain.js -x electron --insert-global-vars=__filename,__dirname js/preload/preloadMain.js --exclude electron-spellchecker",
|
|
|
|
|
"rebuild": "electron-rebuild -f",
|
2018-06-25 15:13:38 +05:30
|
|
|
"dev": "npm run prebuild && cross-env ELECTRON_DEV=true electron .",
|
2018-09-06 11:45:07 +05:30
|
|
|
"test": "npm run lint && npm rebuild --build-from-source && cross-env ELECTRON_QA=true jest --config jest.unit.config.json --runInBand && npm run rebuild",
|
2017-06-08 09:10:37 -07:00
|
|
|
"demo-win": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file:///demo/index.html",
|
|
|
|
|
"demo-mac": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file://$(pwd)/demo/index.html",
|
2017-10-06 13:06:38 +05:30
|
|
|
"unpacked-mac": "npm run prebuild && npm run test && build --mac --dir",
|
2018-09-19 12:28:41 +05:30
|
|
|
"packed-mac": "npm run unpacked-mac && packagesbuild -v installer/mac/symphony-mac-packager.pkgproj",
|
2017-07-14 15:07:25 +05:30
|
|
|
"unpacked-win": "npm run prebuild && npm run test && build --win --x64 --dir",
|
2018-06-05 16:32:51 +05:30
|
|
|
"unpacked-win-x86": "npm run prebuild && npm run test && build --win --ia32 --dir"
|
2016-11-07 12:31:39 -08:00
|
|
|
},
|
|
|
|
|
"build": {
|
2017-08-23 22:08:33 +05:30
|
|
|
"asarUnpack": [
|
|
|
|
|
"node_modules/@paulcbetts/cld/build/Release/cld.node"
|
|
|
|
|
],
|
2017-03-03 16:07:48 -08:00
|
|
|
"files": [
|
2017-03-21 11:50:26 -07:00
|
|
|
"!coverage/*",
|
|
|
|
|
"!installer/*",
|
2017-08-16 13:56:49 +05:30
|
|
|
"!tests/*",
|
|
|
|
|
"!node_modules/@paulcbetts/cld/deps/cld${/*}",
|
|
|
|
|
"!node_modules/@paulcbetts/cld/build/deps${/*}",
|
|
|
|
|
"!node_modules/@paulcbetts/spellchecker/vendor${/*}"
|
2017-03-03 16:07:48 -08:00
|
|
|
],
|
2017-12-28 17:29:27 +05:30
|
|
|
"extraFiles": [
|
|
|
|
|
"config/Symphony.config",
|
2018-11-29 23:24:23 +05:30
|
|
|
"config/titleBarStyles.css",
|
2017-12-28 17:29:27 +05:30
|
|
|
"library/libsymphonysearch.dylib",
|
2018-08-09 21:21:37 +05:30
|
|
|
"library/cryptoLib.dylib",
|
2018-07-19 18:45:16 +05:30
|
|
|
"library/lz4.exec"
|
2017-12-28 17:29:27 +05:30
|
|
|
],
|
2018-04-19 17:56:42 +00:00
|
|
|
"appId": "com.symphony.electron-desktop",
|
2016-11-07 12:31:39 -08:00
|
|
|
"mac": {
|
2017-02-26 17:58:48 -08:00
|
|
|
"target": "dmg",
|
|
|
|
|
"category": "public.app-category.business"
|
2016-11-07 12:31:39 -08:00
|
|
|
},
|
2017-02-13 16:31:42 -08:00
|
|
|
"dmg": {
|
2017-02-26 17:58:48 -08:00
|
|
|
"contents": [
|
|
|
|
|
{
|
|
|
|
|
"x": 140,
|
|
|
|
|
"y": 184
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"x": 412,
|
|
|
|
|
"y": 184,
|
|
|
|
|
"type": "link",
|
|
|
|
|
"path": "/Applications"
|
|
|
|
|
}
|
|
|
|
|
]
|
2017-02-13 16:31:42 -08:00
|
|
|
},
|
2016-11-07 12:31:39 -08:00
|
|
|
"win": {
|
2017-02-26 17:58:48 -08:00
|
|
|
"target": "squirrel"
|
2016-11-07 12:31:39 -08:00
|
|
|
}
|
2016-09-26 19:39:43 -07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-02-17 18:53:25 -08:00
|
|
|
"url": "git+https://github.com/SymphonyOSS/SymphonyElectron.git"
|
2016-09-26 19:39:43 -07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"Symphony",
|
2016-11-07 12:31:39 -08:00
|
|
|
"start"
|
2016-09-26 19:39:43 -07:00
|
|
|
],
|
2017-02-17 18:53:25 -08:00
|
|
|
"license": "Apache-2.0",
|
2016-09-26 19:39:43 -07:00
|
|
|
"bugs": {
|
2016-11-07 12:31:39 -08:00
|
|
|
"url": "https://support.symphony.com"
|
2016-09-26 19:39:43 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2018-10-05 17:34:19 +05:30
|
|
|
"@types/auto-launch": "^5.0.0",
|
|
|
|
|
"@types/lodash.omit": "^4.5.4",
|
|
|
|
|
"@types/node": "10.11.4",
|
2018-10-30 00:22:58 +05:30
|
|
|
"@types/react": "16.4.18",
|
|
|
|
|
"@types/react-dom": "16.0.9",
|
2018-11-29 10:00:07 -08:00
|
|
|
"babel-cli": "6.26.0",
|
|
|
|
|
"babel-eslint": "7.2.3",
|
|
|
|
|
"babel-plugin-transform-async-to-generator": "6.24.1",
|
|
|
|
|
"babel-plugin-transform-runtime": "6.23.0",
|
|
|
|
|
"babel-preset-es2016-node5": "1.1.2",
|
|
|
|
|
"babel-register": "6.26.0",
|
2018-12-26 13:03:19 +05:30
|
|
|
"bluebird": "3.5.3",
|
2018-10-02 12:34:38 +05:30
|
|
|
"browserify": "16.2.3",
|
2018-12-26 13:03:19 +05:30
|
|
|
"chromedriver": "2.45.0",
|
2018-07-02 17:14:30 +05:30
|
|
|
"cross-env": "5.2.0",
|
2019-03-11 20:11:39 +05:30
|
|
|
"electron": "4.0.8",
|
2018-12-26 13:03:19 +05:30
|
|
|
"electron-builder": "20.38.4",
|
|
|
|
|
"electron-builder-squirrel-windows": "20.38.3",
|
|
|
|
|
"electron-chromedriver": "4.0.0-beta.1",
|
|
|
|
|
"electron-packager": "13.0.1",
|
2018-10-02 12:34:38 +05:30
|
|
|
"electron-rebuild": "1.8.2",
|
|
|
|
|
"eslint": "5.6.1",
|
|
|
|
|
"eslint-config-airbnb": "17.1.0",
|
|
|
|
|
"eslint-plugin-import": "2.14.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "6.1.1",
|
|
|
|
|
"eslint-plugin-react": "7.11.0",
|
|
|
|
|
"glob": "7.1.3",
|
|
|
|
|
"jest": "23.6.0",
|
2018-08-16 13:24:46 +07:00
|
|
|
"jest-html-reporter": "2.4.2",
|
2018-11-16 14:08:38 +05:30
|
|
|
"less": "3.8.1",
|
2018-03-08 16:39:27 +05:30
|
|
|
"ncp": "2.0.0",
|
2018-07-02 17:14:30 +05:30
|
|
|
"robotjs": "0.5.1",
|
2018-08-07 16:49:01 +07:00
|
|
|
"selenium-webdriver": "3.6.0",
|
2018-10-05 17:34:19 +05:30
|
|
|
"spectron": "5.0.0",
|
|
|
|
|
"tslint": "5.11.0",
|
|
|
|
|
"typescript": "3.1.1",
|
2018-12-26 13:03:19 +05:30
|
|
|
"wdio-selenium-standalone-service": "0.0.12"
|
2016-11-07 12:31:39 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2018-10-02 12:34:38 +05:30
|
|
|
"archiver": "3.0.0",
|
2018-03-08 16:39:27 +05:30
|
|
|
"async.map": "0.5.2",
|
|
|
|
|
"async.mapseries": "0.5.2",
|
|
|
|
|
"auto-launch": "5.0.5",
|
2018-07-02 17:14:30 +05:30
|
|
|
"electron-dl": "1.12.0",
|
2019-03-19 19:00:40 +05:30
|
|
|
"electron-fetch": "1.3.0",
|
2018-10-02 12:34:38 +05:30
|
|
|
"electron-log": "2.2.17",
|
2019-03-04 14:27:41 +05:30
|
|
|
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v1.1.5",
|
2019-03-04 14:24:38 +05:30
|
|
|
"ffi": "git+https://github.com/symphonyoss/node-ffi.git#v1.2.9",
|
2018-07-02 17:14:30 +05:30
|
|
|
"filesize": "3.6.1",
|
2019-03-28 01:45:53 -03:00
|
|
|
"jimp": "0.6.0",
|
2017-07-25 14:27:57 +05:30
|
|
|
"keymirror": "0.1.1",
|
2018-03-08 16:39:27 +05:30
|
|
|
"lodash.difference": "4.5.0",
|
|
|
|
|
"lodash.isequal": "4.5.0",
|
|
|
|
|
"lodash.omit": "4.5.0",
|
|
|
|
|
"lodash.pick": "4.4.0",
|
2018-09-06 11:51:05 +07:00
|
|
|
"node-osascript": "2.1.0",
|
2018-11-30 13:56:25 +05:30
|
|
|
"react": "16.6.3",
|
2018-10-29 14:29:11 +05:30
|
|
|
"react-dom": "^16.6.0",
|
2018-08-23 16:05:02 +05:30
|
|
|
"ref": "1.3.5",
|
2018-03-08 16:39:27 +05:30
|
|
|
"shell-path": "2.1.0",
|
2018-08-21 15:36:26 +05:30
|
|
|
"winreg": "1.2.4"
|
2017-04-21 16:07:36 -07:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2019-02-15 17:04:20 -02:00
|
|
|
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.5",
|
2019-03-28 18:08:31 +05:30
|
|
|
"swift-search": "3.0.2"
|
2016-09-26 19:39:43 -07:00
|
|
|
}
|
|
|
|
|
}
|