2016-06-30 22:01:04 -08:00
|
|
|
{
|
2019-10-06 10:51:56 -08:00
|
|
|
"name": "hyper",
|
2021-06-22 00:52:52 -08:00
|
|
|
"version": "3.1.0-canary.6",
|
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-01-13 03:31:18 -09:00
|
|
|
"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",
|
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",
|
2021-08-02 03:07:07 -08:00
|
|
|
"chalk": "4.1.2",
|
2021-08-09 03:09:16 -08:00
|
|
|
"color": "4.0.1",
|
2018-01-09 06:05:19 -09:00
|
|
|
"columnify": "1.5.4",
|
2021-07-26 03:06:20 -08:00
|
|
|
"css-loader": "6.2.0",
|
2021-03-01 02:06:38 -09:00
|
|
|
"got": "11.8.2",
|
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-06-21 03:44:41 -08:00
|
|
|
"open": "8.2.1",
|
2021-06-14 03:07:35 -08:00
|
|
|
"ora": "5.4.1",
|
2021-07-05 03:07:54 -08:00
|
|
|
"parse-url": "5.0.7",
|
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",
|
2021-09-07 02:24:56 -08:00
|
|
|
"react-redux": "7.2.5",
|
2021-07-26 07:56:09 -08:00
|
|
|
"recast": "0.20.5",
|
2021-08-09 03:10:32 -08:00
|
|
|
"redux": "4.1.1",
|
2019-10-10 11:20:26 -08:00
|
|
|
"redux-thunk": "2.3.0",
|
|
|
|
|
"reselect": "4.0.0",
|
|
|
|
|
"seamless-immutable": "7.1.4",
|
2021-03-29 04:17:20 -08:00
|
|
|
"semver": "7.3.5",
|
2018-01-22 00:21:01 -09:00
|
|
|
"shebang-loader": "0.0.1",
|
2021-09-07 02:26:40 -08:00
|
|
|
"styled-jsx": "4.0.1",
|
2019-10-10 11:20:26 -08:00
|
|
|
"stylis": "3.5.4",
|
2020-12-14 02:06:04 -09:00
|
|
|
"uuid": "8.3.2",
|
2021-08-16 03:03:53 -08:00
|
|
|
"webpack-cli": "4.8.0",
|
2021-09-13 03:05:01 -08:00
|
|
|
"xterm": "^4.14.1",
|
2021-02-01 04:29:54 -09:00
|
|
|
"xterm-addon-fit": "^0.5.0",
|
2021-07-12 03:07:36 -08:00
|
|
|
"xterm-addon-ligatures": "^0.5.1",
|
2021-09-09 23:39:41 -08:00
|
|
|
"xterm-addon-search": "^0.8.1",
|
2021-09-09 22:57:43 -08:00
|
|
|
"xterm-addon-unicode11": "^0.3.0",
|
2020-05-18 09:07:17 -08:00
|
|
|
"xterm-addon-web-links": "^0.4.0",
|
2021-09-09 23:45:09 -08:00
|
|
|
"xterm-addon-webgl": "^0.11.2"
|
2016-10-17 00:29:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-07-05 20:13:07 -08:00
|
|
|
"@ava/babel": "2.0.0",
|
2021-09-06 03:05:58 -08:00
|
|
|
"@babel/cli": "7.15.4",
|
2021-09-07 02:26:27 -08:00
|
|
|
"@babel/core": "7.15.5",
|
2021-06-15 00:22:19 -08:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
2021-06-15 00:09:20 -08:00
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
|
2021-09-09 22:58:25 -08:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
2021-06-14 03:04:55 -08:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
2021-06-14 18:14:53 -08:00
|
|
|
"@babel/preset-react": "7.14.5",
|
2021-08-09 03:08:15 -08:00
|
|
|
"@babel/preset-typescript": "7.15.0",
|
2021-07-12 18:40:21 -08:00
|
|
|
"@types/args": "3.0.1",
|
2021-07-12 03:05:16 -08:00
|
|
|
"@types/async-retry": "1.4.3",
|
2021-07-12 18:43:25 -08:00
|
|
|
"@types/color": "3.0.2",
|
2021-07-12 03:11:41 -08:00
|
|
|
"@types/columnify": "^1.5.1",
|
2021-07-12 18:45:23 -08:00
|
|
|
"@types/fs-extra": "9.0.12",
|
2021-08-09 03:07:38 -08:00
|
|
|
"@types/lodash": "^4.14.172",
|
2021-07-12 03:04:50 -08:00
|
|
|
"@types/mkdirp": "1.0.2",
|
2021-05-06 05:47:55 -08:00
|
|
|
"@types/mousetrap": "1.6.8",
|
2019-12-25 00:52:32 -09:00
|
|
|
"@types/ms": "0.7.31",
|
2021-09-06 03:57:14 -08:00
|
|
|
"@types/node": "^14.17.14",
|
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",
|
2021-09-06 03:05:07 -08:00
|
|
|
"@types/react": "^17.0.20",
|
2021-07-12 18:45:45 -08:00
|
|
|
"@types/react-dom": "^17.0.9",
|
2021-07-12 03:06:41 -08:00
|
|
|
"@types/react-redux": "^7.1.18",
|
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",
|
2021-07-05 03:06:53 -08:00
|
|
|
"@types/uuid": "8.3.1",
|
2021-09-09 22:58:44 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.31.0",
|
2021-09-07 02:37:43 -08:00
|
|
|
"@typescript-eslint/parser": "4.31.0",
|
2021-01-03 13:20:03 -09:00
|
|
|
"ava": "3.15.0",
|
2020-11-30 02:06:16 -09:00
|
|
|
"babel-loader": "8.2.2",
|
2021-08-09 03:07:05 -08:00
|
|
|
"concurrently": "6.2.1",
|
2021-06-28 03:05:43 -08:00
|
|
|
"copy-webpack-plugin": "9.0.1",
|
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",
|
2021-08-30 03:08:41 -08:00
|
|
|
"electron": "^13.2.3",
|
2021-06-14 03:05:26 -08:00
|
|
|
"electron-builder": "^22.11.7",
|
2021-04-20 00:30:12 -08:00
|
|
|
"electron-devtools-installer": "3.2.0",
|
2021-09-06 03:04:11 -08:00
|
|
|
"electron-rebuild": "3.2.3",
|
2021-08-23 03:04:41 -08:00
|
|
|
"electronmon": "^2.0.2",
|
2021-08-02 03:05:33 -08:00
|
|
|
"eslint": "7.32.0",
|
2021-04-26 13:04:56 -08:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2020-06-08 10:40:58 -08:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
2021-09-06 03:03:59 -08:00
|
|
|
"eslint-plugin-prettier": "4.0.0",
|
2021-08-30 04:11:15 -08:00
|
|
|
"eslint-plugin-react": "7.25.1",
|
2021-08-30 03:04:41 -08:00
|
|
|
"husky": "7.0.2",
|
2021-07-19 03:07:44 -08:00
|
|
|
"inquirer": "8.1.2",
|
2021-08-30 03:09:06 -08:00
|
|
|
"node-addon-api": "4.1.0",
|
2021-08-23 03:04:56 -08:00
|
|
|
"node-gyp": "8.2.0",
|
2020-10-12 03:04:23 -08:00
|
|
|
"null-loader": "4.0.1",
|
2021-08-30 03:07:08 -08:00
|
|
|
"plist": "3.0.4",
|
2021-09-09 22:57:16 -08:00
|
|
|
"prettier": "2.4.0",
|
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-05-31 03:06:07 -08:00
|
|
|
"spectron": "15.0.0",
|
2021-07-26 03:06:44 -08:00
|
|
|
"style-loader": "3.2.1",
|
2021-08-30 03:10:09 -08:00
|
|
|
"terser": "5.7.2",
|
2021-08-23 03:06:46 -08:00
|
|
|
"ts-node": "10.2.1",
|
2021-09-13 03:04:24 -08:00
|
|
|
"typescript": "4.4.3",
|
2021-09-07 02:45:00 -08:00
|
|
|
"webpack": "5.52.0"
|
2021-02-24 11:25:06 -09:00
|
|
|
},
|
|
|
|
|
"electronmon": {
|
|
|
|
|
"patterns": [
|
|
|
|
|
"!app/**",
|
|
|
|
|
"!lib/**",
|
|
|
|
|
"!dist/**"
|
|
|
|
|
]
|
2016-06-30 22:01:04 -08:00
|
|
|
}
|
|
|
|
|
}
|