2016-06-30 22:01:04 -08:00
|
|
|
{
|
2019-10-06 10:51:56 -08:00
|
|
|
"name": "hyper",
|
2022-08-22 00:12:10 -08:00
|
|
|
"version": "3.4.0-canary.1",
|
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'",
|
2021-02-24 11:25:06 -09:00
|
|
|
"app": "cross-env ELECTRONMON_LOGLEVEL=error electronmon 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",
|
2021-09-08 23:48:45 -08:00
|
|
|
"test:e2e": "ava --config ava-e2e.config.js",
|
2022-04-14 08:50:54 -08:00
|
|
|
"postinstall": "yarn run v8-snapshot && 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",
|
2022-04-14 08:50:54 -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",
|
|
|
|
|
"v8-snapshot": "cross-env npm_config_arch=x64 yarn run v8-snapshot:arch && cross-env npm_config_arch=arm64 yarn run v8-snapshot:arch",
|
|
|
|
|
"v8-snapshot:arch":"yarn run mk-snapshot && yarn run cp-snapshot",
|
|
|
|
|
"mk-snapshot": "cross-env ELECTRON_CUSTOM_VERSION=$npm_package_devDependencies_electron node node_modules/electron-mksnapshot/download-mksnapshot.js && node bin/mk-snapshot.js",
|
|
|
|
|
"cp-snapshot": "node bin/cp-snapshot.js"
|
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": {
|
2022-03-21 03:13:15 -08:00
|
|
|
"@electron/remote": "2.0.8",
|
2022-05-02 03:04:42 -08:00
|
|
|
"args": "5.0.3",
|
2022-03-14 03:04:48 -08:00
|
|
|
"chalk": "5.0.1",
|
2022-04-10 05:41:49 -08:00
|
|
|
"color": "4.2.3",
|
2022-02-07 02:49:30 -09:00
|
|
|
"columnify": "1.6.0",
|
2022-03-14 03:06:28 -08:00
|
|
|
"css-loader": "6.7.1",
|
2022-09-05 07:45:31 -08:00
|
|
|
"got": "12.4.1",
|
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",
|
2020-12-14 02:05:45 -09:00
|
|
|
"ms": "2.1.3",
|
2021-10-25 03:07:06 -08:00
|
|
|
"open": "8.4.0",
|
2021-06-14 03:07:35 -08:00
|
|
|
"ora": "5.4.1",
|
2022-06-27 03:05:21 -08:00
|
|
|
"parse-url": "7.0.2",
|
2016-10-17 00:29:12 -08:00
|
|
|
"php-escape-shell": "1.0.0",
|
2021-03-29 04:24:23 -08:00
|
|
|
"react": "17.0.2",
|
2019-10-10 11:20:26 -08:00
|
|
|
"react-deep-force-update": "2.1.3",
|
2021-03-29 04:24:23 -08:00
|
|
|
"react-dom": "17.0.2",
|
2022-04-03 23:02:19 -08:00
|
|
|
"react-redux": "7.2.8",
|
2022-08-08 03:08:09 -08:00
|
|
|
"recast": "0.21.2",
|
2021-11-01 03:07:23 -08:00
|
|
|
"redux": "4.1.2",
|
2021-11-29 09:28:42 -09:00
|
|
|
"redux-thunk": "2.4.1",
|
2022-06-13 03:06:40 -08:00
|
|
|
"reselect": "4.1.6",
|
2019-10-10 11:20:26 -08:00
|
|
|
"seamless-immutable": "7.1.4",
|
2022-04-18 03:03:59 -08:00
|
|
|
"semver": "7.3.7",
|
2018-01-22 00:21:01 -09:00
|
|
|
"shebang-loader": "0.0.1",
|
2022-08-15 03:03:37 -08:00
|
|
|
"styled-jsx": "5.0.4",
|
2019-10-10 11:20:26 -08:00
|
|
|
"stylis": "3.5.4",
|
2020-12-14 02:06:04 -09:00
|
|
|
"uuid": "8.3.2",
|
2022-06-13 03:07:36 -08:00
|
|
|
"webpack-cli": "4.10.0",
|
2022-07-04 03:06:27 -08:00
|
|
|
"xterm": "4.19.0",
|
2021-02-01 04:29:54 -09:00
|
|
|
"xterm-addon-fit": "^0.5.0",
|
2022-08-01 03:06:08 -08:00
|
|
|
"xterm-addon-ligatures": "0.6.0-beta.19",
|
2022-07-04 03:07:56 -08:00
|
|
|
"xterm-addon-search": "^0.9.0",
|
2021-09-09 22:57:43 -08:00
|
|
|
"xterm-addon-unicode11": "^0.3.0",
|
2022-07-06 08:32:06 -08:00
|
|
|
"xterm-addon-web-links": "^0.6.0",
|
2022-07-06 08:06:18 -08:00
|
|
|
"xterm-addon-webgl": "0.12.0"
|
2016-10-17 00:29:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-07-05 20:13:07 -08:00
|
|
|
"@ava/babel": "2.0.0",
|
2022-01-04 23:31:52 -09:00
|
|
|
"@ava/typescript": "^3.0.1",
|
2022-08-11 11:37:47 -08:00
|
|
|
"@babel/cli": "7.18.10",
|
2022-09-12 03:08:44 -08:00
|
|
|
"@babel/core": "7.19.0",
|
2022-07-06 07:55:57 -08:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
2022-07-04 03:08:25 -08:00
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
2022-08-11 12:19:50 -08:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
2022-07-18 03:11:12 -08:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.18.9",
|
2022-07-06 08:32:41 -08:00
|
|
|
"@babel/preset-react": "7.18.6",
|
2022-07-06 08:05:26 -08:00
|
|
|
"@babel/preset-typescript": "7.18.6",
|
2021-09-27 03:07:48 -08:00
|
|
|
"@types/args": "5.0.0",
|
2021-07-12 03:05:16 -08:00
|
|
|
"@types/async-retry": "1.4.3",
|
2022-02-07 01:53:12 -09:00
|
|
|
"@types/color": "3.0.3",
|
2021-07-12 03:11:41 -08:00
|
|
|
"@types/columnify": "^1.5.1",
|
2021-09-27 07:34:11 -08:00
|
|
|
"@types/fs-extra": "9.0.13",
|
2022-09-12 03:08:54 -08:00
|
|
|
"@types/lodash": "^4.14.185",
|
2021-07-12 03:04:50 -08:00
|
|
|
"@types/mkdirp": "1.0.2",
|
2021-12-27 02:04:35 -09:00
|
|
|
"@types/mousetrap": "1.6.9",
|
2019-12-25 00:52:32 -09:00
|
|
|
"@types/ms": "0.7.31",
|
2022-09-12 03:05:40 -08:00
|
|
|
"@types/node": "16.11.58",
|
2021-07-12 03:10:22 -08:00
|
|
|
"@types/pify": "5.0.1",
|
2019-10-12 04:23:47 -08:00
|
|
|
"@types/plist": "3.0.2",
|
2022-03-28 03:04:19 -08:00
|
|
|
"@types/react": "^17.0.43",
|
2022-03-21 04:51:41 -08:00
|
|
|
"@types/react-dom": "^17.0.14",
|
2022-01-16 23:51:44 -09:00
|
|
|
"@types/react-redux": "^7.1.22",
|
2021-07-12 18:40:20 -08:00
|
|
|
"@types/seamless-immutable": "7.1.16",
|
2021-07-05 18:57:38 -08:00
|
|
|
"@types/styled-jsx": "2.2.9",
|
2021-09-07 02:26:18 -08:00
|
|
|
"@types/terser-webpack-plugin": "5.2.0",
|
2022-01-10 03:43:24 -09:00
|
|
|
"@types/uuid": "8.3.4",
|
2021-10-11 03:56:19 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
2021-10-11 03:07:41 -08:00
|
|
|
"@typescript-eslint/parser": "4.33.0",
|
2022-08-29 03:08:58 -08:00
|
|
|
"ava": "4.3.3",
|
2022-04-25 03:05:54 -08:00
|
|
|
"babel-loader": "8.2.5",
|
2022-07-25 03:20:17 -08:00
|
|
|
"concurrently": "7.3.0",
|
2022-05-23 03:04:45 -08:00
|
|
|
"copy-webpack-plugin": "11.0.0",
|
2020-05-11 09:32:56 -08:00
|
|
|
"cpy-cli": "^3.1.1",
|
2020-12-07 02:05:37 -09:00
|
|
|
"cross-env": "7.0.3",
|
2022-07-11 03:09:23 -08:00
|
|
|
"electron": "19.0.8",
|
2022-08-01 03:08:30 -08:00
|
|
|
"electron-builder": "^23.3.3",
|
2021-04-20 00:30:12 -08:00
|
|
|
"electron-devtools-installer": "3.2.0",
|
2022-04-14 08:50:54 -08:00
|
|
|
"electron-link": "^0.6.0",
|
2022-08-08 03:04:11 -08:00
|
|
|
"electron-mksnapshot": "20.0.0",
|
2022-03-29 18:50:55 -08:00
|
|
|
"electron-notarize": "1.2.1",
|
2022-08-08 03:06:27 -08:00
|
|
|
"electron-rebuild": "3.2.9",
|
2021-08-23 03:04:41 -08:00
|
|
|
"electronmon": "^2.0.2",
|
2021-08-02 03:05:33 -08:00
|
|
|
"eslint": "7.32.0",
|
2022-03-07 02:08:05 -09:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2020-06-08 10:40:58 -08:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
2022-07-04 03:06:57 -08:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2022-08-29 03:07:26 -08:00
|
|
|
"eslint-plugin-react": "7.31.1",
|
2022-05-09 03:05:42 -08:00
|
|
|
"husky": "8.0.1",
|
2022-09-05 07:48:54 -08:00
|
|
|
"inquirer": "9.1.1",
|
2022-05-03 09:33:36 -08:00
|
|
|
"node-addon-api": "5.0.0",
|
2022-08-11 11:52:08 -08:00
|
|
|
"node-gyp": "9.1.0",
|
2020-10-12 03:04:23 -08:00
|
|
|
"null-loader": "4.0.1",
|
2022-09-12 03:07:38 -08:00
|
|
|
"playwright": "1.25.2",
|
2022-07-18 03:10:45 -08:00
|
|
|
"plist": "3.0.6",
|
2022-06-20 03:12:01 -08:00
|
|
|
"prettier": "2.7.1",
|
2019-10-12 17:48:05 -08:00
|
|
|
"proxyquire": "2.1.3",
|
2021-03-08 02:03:40 -09:00
|
|
|
"redux-devtools-extension": "2.13.9",
|
2021-10-31 22:13:22 -08:00
|
|
|
"style-loader": "3.3.1",
|
2022-08-29 03:07:09 -08:00
|
|
|
"terser": "5.15.0",
|
2022-08-11 11:33:00 -08:00
|
|
|
"ts-node": "10.9.1",
|
2022-09-12 03:04:32 -08:00
|
|
|
"typescript": "4.8.3",
|
2022-07-25 03:16:18 -08:00
|
|
|
"webpack": "5.74.0"
|
2021-02-24 11:25:06 -09:00
|
|
|
},
|
|
|
|
|
"electronmon": {
|
|
|
|
|
"patterns": [
|
|
|
|
|
"!app/**",
|
|
|
|
|
"!lib/**",
|
|
|
|
|
"!dist/**"
|
|
|
|
|
]
|
2016-06-30 22:01:04 -08:00
|
|
|
}
|
|
|
|
|
}
|