SymphonyElectron/package.json

138 lines
4.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",
2019-07-31 07:00:27 -05:00
"version": "5.0.0",
"clientVersion": "2.0.1",
2018-05-23 05:29:11 -05:00
"buildNumber": "0",
"searchAPIVersion": "1.55.3",
"description": "Symphony desktop app (Foundation ODP)",
2016-11-07 14:31:39 -06:00
"author": "Symphony",
"main": "lib/src/app/init.js",
"types": "lib/src/app/init.d.ts",
2016-09-26 21:39:43 -05:00
"scripts": {
2019-06-03 03:13:36 -05:00
"browserify-preload": "browserify -o lib/src/renderer/_preload-main.js -x electron --insert-global-vars=__filename,__dirname lib/src/renderer/preload-main.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:///demo/index.html",
"demo-mac": "npm run prebuild && cross-env ELECTRON_DEV=true electron . --url=file://$(pwd)/demo/index.html",
2018-10-05 07:04:19 -05:00
"lint": "tslint --project tsconfig.json",
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 && build --mac --dir",
"unpacked-win": "npm run prebuild && npm run test && build --win --x64 --dir",
"unpacked-win-x86": "npm run prebuild && npm run test && build --win --ia32 --dir"
2016-11-07 14:31:39 -06:00
},
"build": {
"asarUnpack": [
"node_modules/@nornagon/cld/build/Release/cld.node",
"node_modules/@nornagon/spellchecker/build/Release/spellchecker.node",
"node_modules/keyboard-layout/build/Release/keyboard-layout-manager.node"
],
2017-03-03 18:07:48 -06:00
"files": [
2017-03-21 13:50:26 -05:00
"!coverage/*",
"!installer/*",
"!tests/*",
"!node_modules/@nornagon/cld/deps/cld${/*}",
"!node_modules/@nornagon/cld/build/deps${/*}",
"!node_modules/@nornagon/spellchecker/vendor${/*}"
2017-03-03 18:07:48 -06:00
],
"extraFiles": [
"config/Symphony.config",
"config/titleBarStyles.css",
"dictionaries/**",
"library/libsymphonysearch.dylib",
"library/indexvalidator.exec",
"library/cryptoLib.dylib",
"library/dictionary",
"library/lz4.exec"
],
"appId": "com.symphony.electron-desktop",
2016-11-07 14:31:39 -06:00
"mac": {
2017-02-26 19:58:48 -06:00
"target": "dmg",
"category": "public.app-category.business"
2016-11-07 14:31:39 -06:00
},
2017-02-13 18:31:42 -06:00
"dmg": {
2017-02-26 19:58:48 -06:00
"contents": [
{
"x": 140,
"y": 184
},
{
"x": 412,
"y": 184,
"type": "link",
"path": "/Applications"
}
]
2017-02-13 18:31:42 -06:00
},
2016-11-07 14:31:39 -06:00
"win": {
2017-02-26 19:58:48 -06:00
"target": "squirrel"
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",
"@types/ref-napi": "1.4.0",
2019-01-22 09:12:16 -06:00
"@types/jest": "23.3.12",
2018-10-05 07:04:19 -05:00
"@types/node": "10.11.4",
"@types/react": "16.8.3",
2018-10-29 13:52:58 -05:00
"@types/react-dom": "16.0.9",
"browserify": "16.2.3",
"cross-env": "5.2.0",
2019-01-22 09:12:16 -06:00
"del": "3.0.0",
"electron": "5.0.8",
"electron-builder": "20.38.4",
"electron-builder-squirrel-windows": "20.38.3",
"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",
2019-05-07 02:00:00 -05:00
"gulp-tsc": "1.3.2",
"jest": "23.6.0",
"jest-html-reporter": "2.4.2",
"less": "3.8.1",
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.0.0",
"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": "2.2.17",
"electron-spellchecker": "git+https://github.com/symphonyoss/electron-spellchecker.git#v2.0.1",
"ffi-napi": "2.4.5",
"filesize": "3.6.1",
"lodash.isequal": "4.5.0",
"react": "16.6.3",
2019-05-07 02:00:00 -05:00
"react-dom": "16.6.0",
"ref-napi": "1.4.1",
2019-05-22 01:41:08 -05:00
"shell-path": "2.1.0"
},
"optionalDependencies": {
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.7",
"swift-search": "1.55.2-beta.1"
2016-09-26 21:39:43 -05:00
}
}