forked from vercel/hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.4 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
{
"name": "hyper",
"version": "3.1.0-canary.3",
"repository": "zeit/hyper",
"scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
"app": "electron 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",
"postinstall": "webpack --config-name hyper-app && electron-builder install-app-deps && yarn run rebuild-node-pty && cpy --cwd=target --parents \"node_modules/**/*\" \"../app/\"",
"rebuild-node-pty": "electron-rebuild -f -w target/node_modules/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": {
"args": "5.0.1",
"chalk": "3.0.0",
"color": "3.1.2",
"columnify": "1.5.4",
"css-loader": "3.4.2",
"got": "10.5.5",
"json-loader": "0.5.7",
"mousetrap": "chabou/mousetrap#useCapture",
"ms": "2.1.2",
"open": "7.0.2",
"ora": "4.0.3",
"parse-url": "5.0.1",
"php-escape-shell": "1.0.0",
"react": "16.12.0",
"react-deep-force-update": "2.1.3",
"react-dom": "16.12.0",
"react-redux": "7.1.3",
"recast": "0.18.5",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"seamless-immutable": "7.1.4",
"semver": "7.1.2",
"shebang-loader": "0.0.1",
"styled-jsx": "3.2.4",
"stylis": "3.5.4",
"uuid": "3.4.0",
"webpack-cli": "3.3.10",
"xterm": "^4.4.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-ligatures": "^0.2.1",
"xterm-addon-search": "^0.5.0",
"xterm-addon-web-links": "^0.2.1",
"xterm-addon-webgl": "^0.5.0"
},
"devDependencies": {
"@ava/babel": "1.0.1",
"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@types/args": "3.0.0",
"@types/async-retry": "1.4.1",
"@types/color": "3.0.1",
"@types/columnify": "^1.5.0",
"@types/copy-webpack-plugin": "5.0.0",
"@types/electron-devtools-installer": "2.2.0",
"@types/fs-extra": "8.0.1",
"@types/mkdirp": "0.5.2",
"@types/mousetrap": "^1.6.3",
"@types/ms": "0.7.31",
"@types/node": "^12.12.21",
"@types/pify": "3.0.2",
"@types/plist": "3.0.2",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/seamless-immutable": "7.1.11",
"@types/styled-jsx": "2.2.8",
"@types/terser-webpack-plugin": "2.2.0",
"@types/uuid": "3.4.7",
"@types/webpack": "4.41.6",
"@types/winreg": "1.2.30",
"@typescript-eslint/eslint-plugin": "2.19.0",
"@typescript-eslint/parser": "2.19.0",
"ava": "3.3.0",
"babel-loader": "8.0.6",
"concurrently": "5.1.0",
"copy-webpack-plugin": "5.1.1",
"cpy-cli": "^2.0.0",
"cross-env": "7.0.0",
"electron": "^7.1.9",
"electron-builder": "22.3.2",
"electron-builder-squirrel-windows": "22.3.3",
"electron-devtools-installer": "2.2.4",
"electron-rebuild": "1.10.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"husky": "4.2.1",
"inquirer": "7.0.4",
"node-addon-api": "2.0.0",
"node-gyp": "6.1.0",
"null-loader": "3.0.0",
"plist": "3.0.1",
"prettier": "1.19.1",
"proxyquire": "2.1.3",
"redux-devtools-extension": "2.13.8",
"spectron": "10.0.1",
"style-loader": "1.1.3",
"terser": "4.6.3",
"terser-webpack-plugin": "2.3.4",
"ts-node": "8.6.2",
"typescript": "3.7.5",
"webpack": "4.41.5"
}
}