2016-06-30 22:01:04 -08:00
|
|
|
{
|
2019-10-06 10:51:56 -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": {
|
2019-10-02 16:56:50 -08:00
|
|
|
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
|
2019-09-30 21:50:22 -08:00
|
|
|
"app": "electron target",
|
2019-12-11 05:01:14 -09:00
|
|
|
"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",
|
2018-02-24 12:59:51 -09:00
|
|
|
"test": "yarn run lint && yarn run test:unit",
|
2019-10-24 04:13:40 -08:00
|
|
|
"test:unit": "ava",
|
2017-08-15 06:08:45 -08:00
|
|
|
"test:unit:watch": "yarn run test:unit -- --watch",
|
2019-12-19 22:58:56 -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/\"",
|
2019-10-01 00:12:06 -08:00
|
|
|
"rebuild-node-pty": "electron-rebuild -f -w target/node_modules/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",
|
2019-10-02 16:56:50 -08:00
|
|
|
"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": {
|
2019-10-24 04:37:21 -08:00
|
|
|
"args": "5.0.1",
|
2019-11-11 03:41:26 -09:00
|
|
|
"chalk": "3.0.0",
|
2019-10-16 14:12:00 -08:00
|
|
|
"color": "3.1.2",
|
2018-01-09 06:05:19 -09:00
|
|
|
"columnify": "1.5.4",
|
2020-01-12 23:04:56 -09:00
|
|
|
"css-loader": "3.4.2",
|
2020-03-30 17:24:45 -08:00
|
|
|
"got": "10.7.0",
|
2017-08-31 05:20:39 -08:00
|
|
|
"json-loader": "0.5.7",
|
2017-11-02 18:51:18 -08:00
|
|
|
"mousetrap": "chabou/mousetrap#useCapture",
|
2019-10-10 11:20:26 -08:00
|
|
|
"ms": "2.1.2",
|
2020-03-09 06:54:31 -08:00
|
|
|
"open": "7.0.3",
|
2019-11-18 02:55:44 -09:00
|
|
|
"ora": "4.0.3",
|
2019-10-14 17:12:06 -08:00
|
|
|
"parse-url": "5.0.1",
|
2016-10-17 00:29:12 -08:00
|
|
|
"php-escape-shell": "1.0.0",
|
2020-03-23 08:27:25 -08:00
|
|
|
"react": "16.13.1",
|
2019-10-10 11:20:26 -08:00
|
|
|
"react-deep-force-update": "2.1.3",
|
2020-03-23 18:04:10 -08:00
|
|
|
"react-dom": "16.13.1",
|
2020-02-19 14:27:16 -09:00
|
|
|
"react-redux": "7.2.0",
|
2020-03-30 08:09:03 -08:00
|
|
|
"recast": "0.18.8",
|
2019-12-30 03:03:07 -09:00
|
|
|
"redux": "4.0.5",
|
2019-10-10 11:20:26 -08:00
|
|
|
"redux-thunk": "2.3.0",
|
|
|
|
|
"reselect": "4.0.0",
|
|
|
|
|
"seamless-immutable": "7.1.4",
|
2020-02-17 01:04:30 -09:00
|
|
|
"semver": "7.1.3",
|
2018-01-22 00:21:01 -09:00
|
|
|
"shebang-loader": "0.0.1",
|
2020-03-16 06:04:19 -08:00
|
|
|
"styled-jsx": "3.2.5",
|
2019-10-10 11:20:26 -08:00
|
|
|
"stylis": "3.5.4",
|
2020-03-09 06:54:11 -08:00
|
|
|
"uuid": "7.0.2",
|
2020-02-17 01:08:13 -09:00
|
|
|
"webpack-cli": "3.3.11",
|
2020-02-04 11:04:43 -09:00
|
|
|
"xterm": "^4.4.0",
|
2019-10-25 07:28:44 -08:00
|
|
|
"xterm-addon-fit": "^0.3.0",
|
2019-10-17 12:07:26 -08:00
|
|
|
"xterm-addon-ligatures": "^0.2.1",
|
2020-02-15 00:34:32 -09:00
|
|
|
"xterm-addon-search": "^0.5.0",
|
2019-10-08 13:52:53 -08:00
|
|
|
"xterm-addon-web-links": "^0.2.1",
|
2020-03-16 06:03:49 -08:00
|
|
|
"xterm-addon-webgl": "^0.5.1"
|
2016-10-17 00:29:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-02-10 04:27:24 -09:00
|
|
|
"@ava/babel": "1.0.1",
|
2020-02-04 09:27:56 -09:00
|
|
|
"@babel/cli": "7.8.4",
|
2020-03-23 08:27:56 -08:00
|
|
|
"@babel/core": "7.9.0",
|
2020-01-20 12:23:21 -09:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
|
2020-03-23 18:04:10 -08:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
|
2020-03-23 08:26:38 -08:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.9.0",
|
2020-03-30 08:10:28 -08:00
|
|
|
"@babel/preset-react": "7.9.4",
|
2020-03-23 08:38:54 -08:00
|
|
|
"@babel/preset-typescript": "7.9.0",
|
2019-12-14 02:29:48 -09:00
|
|
|
"@types/args": "3.0.0",
|
2020-01-02 05:44:11 -09:00
|
|
|
"@types/async-retry": "1.4.1",
|
2020-01-06 03:55:56 -09:00
|
|
|
"@types/color": "3.0.1",
|
2019-12-14 02:29:48 -09:00
|
|
|
"@types/columnify": "^1.5.0",
|
2020-01-21 11:38:51 -09:00
|
|
|
"@types/copy-webpack-plugin": "5.0.0",
|
2019-12-18 07:28:28 -09:00
|
|
|
"@types/electron-devtools-installer": "2.2.0",
|
2020-02-19 14:27:16 -09:00
|
|
|
"@types/fs-extra": "8.1.0",
|
2020-03-13 07:19:23 -08:00
|
|
|
"@types/lodash": "^4.14.149",
|
2020-02-17 01:07:50 -09:00
|
|
|
"@types/mkdirp": "1.0.0",
|
2019-11-11 06:21:42 -09:00
|
|
|
"@types/mousetrap": "^1.6.3",
|
2019-12-25 00:52:32 -09:00
|
|
|
"@types/ms": "0.7.31",
|
2020-03-30 17:26:56 -08:00
|
|
|
"@types/node": "^12.12.34",
|
2019-12-14 02:29:48 -09:00
|
|
|
"@types/pify": "3.0.2",
|
2019-10-12 04:23:47 -08:00
|
|
|
"@types/plist": "3.0.2",
|
2020-03-30 08:11:31 -08:00
|
|
|
"@types/react": "^16.9.27",
|
2020-02-04 11:06:07 -09:00
|
|
|
"@types/react-dom": "^16.9.5",
|
2020-02-04 09:05:34 -09:00
|
|
|
"@types/react-redux": "^7.1.7",
|
2019-10-12 04:23:47 -08:00
|
|
|
"@types/seamless-immutable": "7.1.11",
|
2019-11-11 06:21:42 -09:00
|
|
|
"@types/styled-jsx": "2.2.8",
|
2020-01-21 11:38:51 -09:00
|
|
|
"@types/terser-webpack-plugin": "2.2.0",
|
2020-03-23 18:04:10 -08:00
|
|
|
"@types/uuid": "7.0.2",
|
2020-03-30 17:24:18 -08:00
|
|
|
"@types/webpack": "4.41.9",
|
2020-03-23 09:24:22 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "2.25.0",
|
2020-03-23 18:04:10 -08:00
|
|
|
"@typescript-eslint/parser": "2.25.0",
|
2020-03-30 08:08:04 -08:00
|
|
|
"ava": "3.5.2",
|
2020-03-23 08:36:18 -08:00
|
|
|
"babel-loader": "8.1.0",
|
2020-01-27 10:39:36 -09:00
|
|
|
"concurrently": "5.1.0",
|
2019-12-30 03:00:33 -09:00
|
|
|
"copy-webpack-plugin": "5.1.1",
|
2020-02-17 01:05:25 -09:00
|
|
|
"cpy-cli": "^3.1.0",
|
2020-03-23 08:28:42 -08:00
|
|
|
"cross-env": "7.0.2",
|
2020-03-30 08:08:55 -08:00
|
|
|
"electron": "^8.2.0",
|
2020-03-16 08:28:42 -08:00
|
|
|
"electron-builder": "22.4.1",
|
2020-03-16 06:04:51 -08:00
|
|
|
"electron-builder-squirrel-windows": "22.4.1",
|
2018-12-25 17:15:25 -09:00
|
|
|
"electron-devtools-installer": "2.2.4",
|
2020-03-16 06:05:41 -08:00
|
|
|
"electron-rebuild": "1.10.1",
|
2019-12-25 08:19:17 -09:00
|
|
|
"eslint": "6.8.0",
|
2020-03-23 18:04:10 -08:00
|
|
|
"eslint-config-prettier": "6.10.1",
|
2020-03-02 08:59:28 -09:00
|
|
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
2019-12-16 03:59:55 -09:00
|
|
|
"eslint-plugin-prettier": "3.1.2",
|
2020-03-09 07:21:54 -08:00
|
|
|
"eslint-plugin-react": "7.19.0",
|
2020-02-17 01:07:17 -09:00
|
|
|
"husky": "4.2.3",
|
2020-03-16 06:05:19 -08:00
|
|
|
"inquirer": "7.1.0",
|
2020-02-14 23:17:45 -09:00
|
|
|
"node-addon-api": "2.0.0",
|
2020-01-13 04:38:53 -09:00
|
|
|
"node-gyp": "6.1.0",
|
2019-09-29 20:34:30 -08:00
|
|
|
"null-loader": "3.0.0",
|
2019-10-10 11:20:26 -08:00
|
|
|
"plist": "3.0.1",
|
2020-03-23 18:04:10 -08:00
|
|
|
"prettier": "2.0.2",
|
2019-10-12 17:48:05 -08:00
|
|
|
"proxyquire": "2.1.3",
|
2020-01-02 08:49:57 -09:00
|
|
|
"redux-devtools-extension": "2.13.8",
|
2020-03-18 07:26:46 -08:00
|
|
|
"resize-observer-polyfill": "1.5.1",
|
2020-02-04 12:02:00 -09:00
|
|
|
"spectron": "10.0.1",
|
2020-01-20 12:23:21 -09:00
|
|
|
"style-loader": "1.1.3",
|
2020-03-23 08:29:36 -08:00
|
|
|
"terser": "4.6.7",
|
2020-02-17 01:06:21 -09:00
|
|
|
"terser-webpack-plugin": "2.3.5",
|
2020-03-23 08:29:05 -08:00
|
|
|
"ts-node": "8.8.1",
|
2020-03-02 07:40:59 -09:00
|
|
|
"typescript": "3.8.3",
|
2020-03-30 17:25:07 -08:00
|
|
|
"webpack": "4.42.1"
|
2016-06-30 22:01:04 -08:00
|
|
|
}
|
|
|
|
|
}
|