hyper/app/package.json
Benjamin Staneck 263caa0659 Dependency updates (#1958)
* Dependency updates

* update babel-loader, electron-builder, electron-builder-squirrel-windows

* update node-pty to 0.6.9

release notes: https://github.com/Tyriar/node-pty/releases

* update node-pty to 0.6.10

release notes: https://github.com/Tyriar/node-pty/releases/tag/0.6.10

* update electron-builder

* more dependency updates

* Update Electron and family

Electron release notes: https://github.com/electron/electron/releases/tag/v1.6.12

* Update redux to 3.7.2

* Update webpack to 3.x and enable ModuleConcatenation

Basically absorb PR #1967

* Update react and react-dom

* also absorb the changes of PR https://github.com/zeit/hyper/pull/2056
2017-08-08 16:29:54 -04:00

32 lines
765 B
JSON

{
"name": "hyper",
"productName": "Hyper",
"description": "A terminal built on web technologies",
"version": "1.3.3",
"license": "MIT",
"author": {
"name": "Zeit, Inc.",
"email": "team@zeit.co"
},
"repository": "zeit/hyper",
"xo": false,
"dependencies": {
"color": "0.11.3",
"convert-css-color-name-to-hex": "0.1.1",
"default-shell": "1.0.1",
"electron-config": "0.2.1",
"electron-is-dev": "0.1.1",
"electron-squirrel-startup": "1.0.0",
"file-uri-to-path": "0.0.2",
"gaze": "1.1.2",
"git-describe": "3.0.2",
"mkdirp": "0.5.1",
"ms": "0.7.1",
"node-fetch": "1.6.3",
"node-pty": "0.6.10",
"semver": "5.3.0",
"shell-env": "0.2.0",
"uuid": "3.0.0",
"winreg": "1.2.2"
}
}