forked from vercel/hyper
-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
135 lines (135 loc) · 4.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "hyper",
"version": "3.2.0-canary.1",
"repository": "zeit/hyper",
"scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
"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",
"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:e2e": "ava --config ava-e2e.config.js",
"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",
"rebuild-node-pty": "electron-rebuild -f -o node-pty -m target",
"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"
},
"license": "MIT",
"author": {
"name": "ZEIT, Inc.",
"email": "[email protected]"
},
"dependencies": {
"@electron/remote": "2.0.1",
"args": "5.0.1",
"chalk": "4.1.2",
"color": "4.2.0",
"columnify": "1.5.4",
"css-loader": "6.5.1",
"got": "11.8.3",
"json-loader": "0.5.7",
"mousetrap": "chabou/mousetrap#useCapture",
"ms": "2.1.3",
"open": "8.4.0",
"ora": "5.4.1",
"parse-url": "5.0.7",
"php-escape-shell": "1.0.0",
"react": "17.0.2",
"react-deep-force-update": "2.1.3",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"recast": "0.20.5",
"redux": "4.1.2",
"redux-thunk": "2.4.1",
"reselect": "4.1.5",
"seamless-immutable": "7.1.4",
"semver": "7.3.5",
"shebang-loader": "0.0.1",
"styled-jsx": "5.0.0",
"stylis": "3.5.4",
"uuid": "8.3.2",
"webpack-cli": "4.9.2",
"xterm": "^4.16.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-ligatures": "0.6.0-beta.7",
"xterm-addon-search": "^0.8.2",
"xterm-addon-unicode11": "^0.3.0",
"xterm-addon-web-links": "^0.5.0",
"xterm-addon-webgl": "^0.11.4"
},
"devDependencies": {
"@ava/babel": "2.0.0",
"@ava/typescript": "^3.0.1",
"@babel/cli": "7.16.8",
"@babel/core": "7.16.12",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@types/args": "5.0.0",
"@types/async-retry": "1.4.3",
"@types/color": "3.0.2",
"@types/columnify": "^1.5.1",
"@types/fs-extra": "9.0.13",
"@types/lodash": "^4.14.178",
"@types/mkdirp": "1.0.2",
"@types/mousetrap": "1.6.9",
"@types/ms": "0.7.31",
"@types/node": "^14.17.14",
"@types/pify": "5.0.1",
"@types/plist": "3.0.2",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.22",
"@types/seamless-immutable": "7.1.16",
"@types/styled-jsx": "2.2.9",
"@types/terser-webpack-plugin": "5.2.0",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"ava": "4.0.1",
"babel-loader": "8.2.3",
"concurrently": "7.0.0",
"copy-webpack-plugin": "10.2.4",
"cpy-cli": "^3.1.1",
"cross-env": "7.0.3",
"electron": "^14.2.4",
"electron-builder": "^22.14.5",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.1.1",
"electron-rebuild": "3.2.7",
"electronmon": "^2.0.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"husky": "7.0.4",
"inquirer": "8.2.0",
"node-addon-api": "4.3.0",
"node-gyp": "8.4.1",
"null-loader": "4.0.1",
"playwright": "1.18.1",
"plist": "3.0.4",
"prettier": "2.5.1",
"proxyquire": "2.1.3",
"redux-devtools-extension": "2.13.9",
"style-loader": "3.3.1",
"terser": "5.10.0",
"ts-node": "10.4.0",
"typescript": "4.5.5",
"webpack": "5.67.0"
},
"electronmon": {
"patterns": [
"!app/**",
"!lib/**",
"!dist/**"
]
}
}