hyper/app/package.json

38 lines
916 B
JSON
Raw Normal View History

2016-06-30 22:01:04 -08:00
{
2016-10-06 07:28:43 -08:00
"name": "hyper",
"productName": "Hyper",
2016-10-17 00:29:49 -08:00
"description": "A terminal built on web technologies",
2018-06-15 05:37:35 -08:00
"version": "2.1.0-canary.2",
2016-07-13 12:44:24 -08:00
"license": "MIT",
"author": {
2018-01-17 06:58:49 -09:00
"name": "ZEIT, Inc.",
2016-08-19 23:47:30 -08:00
"email": "team@zeit.co"
},
2016-10-06 07:28:43 -08:00
"repository": "zeit/hyper",
2016-06-30 22:01:04 -08:00
"dependencies": {
2017-12-12 01:54:20 -09:00
"async-retry": "1.1.4",
"color": "2.0.1",
"convert-css-color-name-to-hex": "0.1.1",
"default-shell": "1.0.1",
"electron-config": "1.0.0",
"electron-fetch": "1.1.0",
"electron-is-dev": "0.3.0",
Add Windows support and first-class Linux support (#946) * `child_pty` => `pty.js` * Create a frameless window on Windows and Linux * Add a brand new UI for Linux and Windows :nail_care: * [Windows] Fix plugin installation * [Windows] Fix the `build` script * [Windows] Add a bigger `icon.ico` * [Mac] Add `WebKitAppRegion: drag` when running on macOS * Fix code style :thinking: * Add `appveyor.yml` * Fix code style (again) * [Windows] Fix AppVeyor's `install` script * [Windows] Try a new AppVeyor config * [Windows] Set the binary path so Spectron can run the tests * [Windows] Try to build on x64 * Try again to build on x64 * Try one more time :weary: * Throw an error to indicate that `pty.js` was built incorrectly * [Win/Linux] Add `display: hidden` to <Tabs /> if tabs.length === 1 * [Win/Linux] Reorganize SVGs – via @CodeTheory * [Win/Linux] Fix the hamburger menu height * Make the SVGs look better with `shape-rendering: crispEdges;` * [Win/Linux] Add config options for the window controls and the :hamburger: menu * Add `electron-squirrel-startup` dependency * [Win] Handle Squirrel commands * [Win/Linux] Fix default color for the :hamburger: and window controls – via @CodeTheory * [Win/Linux] Add some padding - via @CodeTheory * [Win/Linux] Add hover states – via @CodeTheory * [Win] Fix empty window/tab titles * [Win] Fix opening Preferences (#978) * [Win] Fix opening Preferences * Update ui.js * Update ui.js * Enhance messages and default editor * [Win] Add dependency instructions to the README.md [skip ci] * Fix code style * [Win/Linux] Check the number of open windows before quitting the app
2016-11-11 08:18:04 -09:00
"electron-squirrel-startup": "1.0.0",
"file-uri-to-path": "1.0.0",
"git-describe": "4.0.2",
"lodash": "4.17.5",
"mkdirp": "0.5.1",
2017-12-12 01:54:20 -09:00
"ms": "2.1.1",
"node-pty": "0.7.4",
"os-locale": "2.1.0",
2018-02-12 11:20:45 -09:00
"parse-url": "3.0.2",
2017-11-01 05:44:43 -08:00
"queue": "4.4.2",
"react": "16.2.0",
"react-dom": "16.2.0",
"semver": "5.5.0",
"shell-env": "0.3.0",
"uuid": "3.2.1",
"winreg": "1.2.4"
2016-10-17 00:29:12 -08:00
}
2016-07-01 13:31:23 -08:00
}