mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
remove stale dependencies
This commit is contained in:
parent
559dc9fa75
commit
4e77f418d8
31
package.json
31
package.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Symphony",
|
||||
"name": "symphony",
|
||||
"productName": "Symphony",
|
||||
"version": "3.8.0",
|
||||
"clientVersion": "1.55",
|
||||
@ -83,31 +83,21 @@
|
||||
"@types/enzyme": "3.9.0",
|
||||
"@types/ffi-napi": "2.4.1",
|
||||
"@types/jest": "23.3.12",
|
||||
"@types/lodash.omit": "4.5.4",
|
||||
"@types/node": "10.11.4",
|
||||
"@types/react": "16.8.3",
|
||||
"@types/react-dom": "16.0.9",
|
||||
"@types/ref-napi": "1.4.0",
|
||||
"bluebird": "3.5.3",
|
||||
"browserify": "16.2.3",
|
||||
"chromedriver": "2.45.0",
|
||||
"cross-env": "5.2.0",
|
||||
"del": "3.0.0",
|
||||
"electron": "3.1.9",
|
||||
"electron-builder": "20.38.4",
|
||||
"electron-builder-squirrel-windows": "20.38.3",
|
||||
"electron-chromedriver": "4.0.0-beta.1",
|
||||
"electron-packager": "13.0.1",
|
||||
"electron-rebuild": "1.8.2",
|
||||
"enzyme": "3.9.0",
|
||||
"enzyme-adapter-react-16": "1.10.0",
|
||||
"enzyme-to-json": "3.3.5",
|
||||
"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",
|
||||
"gulp": "4.0.0",
|
||||
"gulp-less": "4.0.1",
|
||||
"gulp-sourcemaps": "2.6.4",
|
||||
@ -115,38 +105,25 @@
|
||||
"jest": "23.6.0",
|
||||
"jest-html-reporter": "2.4.2",
|
||||
"less": "3.8.1",
|
||||
"ncp": "2.0.0",
|
||||
"robotjs": "0.5.1",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"spectron": "5.0.0",
|
||||
"ts-jest": "23.10.5",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "3.1.1",
|
||||
"wdio-selenium-standalone-service": "0.0.12"
|
||||
"typescript": "3.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "3.0.0",
|
||||
"async.map": "0.5.2",
|
||||
"async.mapseries": "0.5.2",
|
||||
"classnames": "2.2.6",
|
||||
"electron-dl": "1.12.0",
|
||||
"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",
|
||||
"jimp": "0.6.0",
|
||||
"keymirror": "0.1.1",
|
||||
"lodash.difference": "4.5.0",
|
||||
"lodash.isequal": "4.5.0",
|
||||
"lodash.omit": "4.5.0",
|
||||
"lodash.pick": "4.4.0",
|
||||
"node-osascript": "2.1.0",
|
||||
"react": "16.6.3",
|
||||
"react-dom": "16.6.0",
|
||||
"ref-napi": "1.4.1",
|
||||
"shell-path": "2.1.0",
|
||||
"winreg": "1.2.4"
|
||||
"shell-path": "2.1.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user