hyper/package.json

134 lines
4.6 KiB
JSON
Raw Normal View History

2016-06-30 22:01:04 -08:00
{
"name": "hyper",
2020-02-19 14:28:05 -09:00
"version": "3.1.0-canary.4",
2016-10-06 07:28:43 -08:00
"repository": "zeit/hyper",
2016-10-17 00:29:12 -08:00
"scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
2021-02-24 11:25:06 -09:00
"app": "cross-env ELECTRONMON_LOGLEVEL=error electronmon target",
"dev": "concurrently -n \"Webpack,TypeScript\" -c \"cyan.bold,blue.bold\" \"webpack -w\" \"tsc --build -v --pretty --watch --preserveWatchOutput\" -k",
"build": "cross-env NODE_ENV=production webpack && tsc -b -v",
2019-12-24 23:12:00 -09:00
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "yarn run lint && yarn run test:unit",
"test:unit": "ava",
"test:unit:watch": "yarn run test:unit -- --watch",
"test:spectron": "ava --config ava-spectron.config.js",
2021-02-15 21:09:23 -09:00
"postinstall": "webpack --config-name hyper-app && electron-builder install-app-deps && yarn run rebuild-node-pty && cpy --cwd=target --parents \"node_modules/**/*\" \"../app/\" && husky install",
2021-03-22 00:32:12 -08:00
"rebuild-node-pty": "electron-rebuild -f -o node-pty -m target",
2019-12-24 23:12:00 -09:00
"dist": "yarn run build && cross-env BABEL_ENV=production babel target/renderer/bundle.js --out-file target/renderer/bundle.js --no-comments --minified && electron-builder",
"clean": "node ./bin/rimraf-standalone.js node_modules && node ./bin/rimraf-standalone.js ./app/node_modules && node ./bin/rimraf-standalone.js ./app/renderer"
2016-06-30 22:01:04 -08:00
},
2016-10-17 00:29:12 -08:00
"license": "MIT",
"author": {
2018-01-17 06:58:49 -09:00
"name": "ZEIT, Inc.",
2016-10-17 00:29:12 -08:00
"email": "team@zeit.co"
},
"dependencies": {
"args": "5.0.1",
"chalk": "4.1.0",
"color": "3.1.3",
"columnify": "1.5.4",
"css-loader": "5.2.0",
"got": "11.8.2",
"json-loader": "0.5.7",
"mousetrap": "chabou/mousetrap#useCapture",
"ms": "2.1.3",
"open": "8.0.5",
"ora": "5.4.0",
"parse-url": "5.0.2",
2016-10-17 00:29:12 -08:00
"php-escape-shell": "1.0.0",
"react": "17.0.2",
Update Electron to v6 (#3785) * 3.0.0 * 3.0.2 * Save * Save * Upgrade yarn lock packages * update node-gyp and node-pty * update travis and appveyor to node 12 * appveyor is outdated as always * update travis to xenial * update node-pty@0.9.0-beta26 * update yarn.lock * update electron to 6.0.8 * move node-pty to the correct package.json * Fix linting failure * Update yarn lockfile to try to fix appveyor build * Remove unnecessary changes from package.json * Try to fix appveyor by using a newer image * Fix linting after my last change * update electron to 6.0.9 * install windows-build-tools on appveyor * fix syntax * switch back to 2017 image * remove old resolutions field * revert accidental version change * update electron to 6.0.11 and electron-rebuild to 1.8.6 * downgrade yarn to 1.18 until this issue is resolved https://github.com/yarnpkg/yarn/issues/7584 * update node-gyp to 6.0.0 and generate a fresh yarn lockfile * update react and a few other dependencies * fix lint * this should actually be electron-builder, I think! * update a few dependencies * change to electron-store electron-config was renamed to electron-store a while ago * update xterm to v4.1.0 and ora to 4.0.2 * move pify to app/package.json * TODO: Revert maybe. Throw a fit on every change to maybe fix the resizing issues * a * fix react ref problem * fix split view focus problem * remove the unnecessary fit * remove the init col and row * fix the problem that cannot show about hyper * update electron to 6.0.12 * fix lint * add more todos for componentWillReceiveProps deprecation * update babel and plugins Co-authored-by: Juan Campa <juancampa@gmail.com> Co-authored-by: Benjamin Staneck <staneck@gmail.com> Co-authored-by: ivan <ivanwonder@outlook.com>
2019-10-10 11:20:26 -08:00
"react-deep-force-update": "2.1.3",
"react-dom": "17.0.2",
"react-redux": "7.2.3",
"recast": "0.20.4",
"redux": "4.0.5",
Update Electron to v6 (#3785) * 3.0.0 * 3.0.2 * Save * Save * Upgrade yarn lock packages * update node-gyp and node-pty * update travis and appveyor to node 12 * appveyor is outdated as always * update travis to xenial * update node-pty@0.9.0-beta26 * update yarn.lock * update electron to 6.0.8 * move node-pty to the correct package.json * Fix linting failure * Update yarn lockfile to try to fix appveyor build * Remove unnecessary changes from package.json * Try to fix appveyor by using a newer image * Fix linting after my last change * update electron to 6.0.9 * install windows-build-tools on appveyor * fix syntax * switch back to 2017 image * remove old resolutions field * revert accidental version change * update electron to 6.0.11 and electron-rebuild to 1.8.6 * downgrade yarn to 1.18 until this issue is resolved https://github.com/yarnpkg/yarn/issues/7584 * update node-gyp to 6.0.0 and generate a fresh yarn lockfile * update react and a few other dependencies * fix lint * this should actually be electron-builder, I think! * update a few dependencies * change to electron-store electron-config was renamed to electron-store a while ago * update xterm to v4.1.0 and ora to 4.0.2 * move pify to app/package.json * TODO: Revert maybe. Throw a fit on every change to maybe fix the resizing issues * a * fix react ref problem * fix split view focus problem * remove the unnecessary fit * remove the init col and row * fix the problem that cannot show about hyper * update electron to 6.0.12 * fix lint * add more todos for componentWillReceiveProps deprecation * update babel and plugins Co-authored-by: Juan Campa <juancampa@gmail.com> Co-authored-by: Benjamin Staneck <staneck@gmail.com> Co-authored-by: ivan <ivanwonder@outlook.com>
2019-10-10 11:20:26 -08:00
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"seamless-immutable": "7.1.4",
"semver": "7.3.5",
"shebang-loader": "0.0.1",
"styled-jsx": "3.4.4",
Update Electron to v6 (#3785) * 3.0.0 * 3.0.2 * Save * Save * Upgrade yarn lock packages * update node-gyp and node-pty * update travis and appveyor to node 12 * appveyor is outdated as always * update travis to xenial * update node-pty@0.9.0-beta26 * update yarn.lock * update electron to 6.0.8 * move node-pty to the correct package.json * Fix linting failure * Update yarn lockfile to try to fix appveyor build * Remove unnecessary changes from package.json * Try to fix appveyor by using a newer image * Fix linting after my last change * update electron to 6.0.9 * install windows-build-tools on appveyor * fix syntax * switch back to 2017 image * remove old resolutions field * revert accidental version change * update electron to 6.0.11 and electron-rebuild to 1.8.6 * downgrade yarn to 1.18 until this issue is resolved https://github.com/yarnpkg/yarn/issues/7584 * update node-gyp to 6.0.0 and generate a fresh yarn lockfile * update react and a few other dependencies * fix lint * this should actually be electron-builder, I think! * update a few dependencies * change to electron-store electron-config was renamed to electron-store a while ago * update xterm to v4.1.0 and ora to 4.0.2 * move pify to app/package.json * TODO: Revert maybe. Throw a fit on every change to maybe fix the resizing issues * a * fix react ref problem * fix split view focus problem * remove the unnecessary fit * remove the init col and row * fix the problem that cannot show about hyper * update electron to 6.0.12 * fix lint * add more todos for componentWillReceiveProps deprecation * update babel and plugins Co-authored-by: Juan Campa <juancampa@gmail.com> Co-authored-by: Benjamin Staneck <staneck@gmail.com> Co-authored-by: ivan <ivanwonder@outlook.com>
2019-10-10 11:20:26 -08:00
"stylis": "3.5.4",
"uuid": "8.3.2",
"webpack-cli": "4.6.0",
"xterm": "^4.11.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-ligatures": "^0.4.0",
"xterm-addon-search": "^0.8.0",
2020-06-23 02:36:07 -08:00
"xterm-addon-unicode11": "^0.2.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.10.0"
2016-10-17 00:29:12 -08:00
},
"devDependencies": {
"@ava/babel": "1.0.1",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "7.13.12",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
2019-12-14 02:29:48 -09:00
"@types/args": "3.0.0",
"@types/async-retry": "1.4.2",
"@types/color": "3.0.1",
2019-12-14 02:29:48 -09:00
"@types/columnify": "^1.5.0",
"@types/electron-devtools-installer": "2.2.0",
"@types/fs-extra": "9.0.11",
"@types/lodash": "^4.14.168",
"@types/mkdirp": "1.0.1",
2020-11-20 02:19:21 -09:00
"@types/mousetrap": "1.6.3",
2019-12-25 00:52:32 -09:00
"@types/ms": "0.7.31",
"@types/node": "^14.14.37",
"@types/pify": "5.0.0",
2019-10-12 04:23:47 -08:00
"@types/plist": "3.0.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@types/seamless-immutable": "7.1.15",
"@types/styled-jsx": "2.2.8",
"@types/terser-webpack-plugin": "5.0.3",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"ava": "3.15.0",
"babel-loader": "8.2.2",
"concurrently": "6.0.0",
"copy-webpack-plugin": "8.1.0",
"cpy-cli": "^3.1.1",
"cross-env": "7.0.3",
"electron": "^12.0.2",
"electron-builder": "^22.10.5",
"electron-devtools-installer": "3.1.1",
"electron-rebuild": "2.3.5",
"electronmon": "^2.0.0",
"eslint": "7.23.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.23.1",
"husky": "6.0.0",
"inquirer": "8.0.0",
"node-addon-api": "3.1.0",
"node-gyp": "8.0.0",
"null-loader": "4.0.1",
"plist": "3.0.2",
"prettier": "2.2.1",
"proxyquire": "2.1.3",
"redux-devtools-extension": "2.13.9",
2021-03-11 09:25:47 -09:00
"spectron": "14.0.0",
2020-11-22 17:12:30 -09:00
"style-loader": "2.0.0",
"terser": "5.6.1",
"ts-node": "9.1.1",
"typescript": "4.2.3",
"webpack": "5.30.0"
2021-02-24 11:25:06 -09:00
},
"electronmon": {
"patterns": [
"!app/**",
"!lib/**",
"!dist/**"
]
2016-06-30 22:01:04 -08:00
}
}