mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "hyper",
|
|
"productName": "Hyper",
|
|
"description": "A terminal built on web technologies",
|
|
"version": "4.0.0-q-canary.6",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZEIT, Inc.",
|
|
"email": "team@zeit.co"
|
|
},
|
|
"repository": "quine-global/hyper",
|
|
"scripts": {
|
|
"postinstall": "npx patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "7.27.0",
|
|
"@electron/remote": "2.1.2",
|
|
"ast-types": "^0.16.1",
|
|
"async-retry": "1.3.3",
|
|
"chokidar": "^3.6.0",
|
|
"color": "4.2.3",
|
|
"default-shell": "1.0.1",
|
|
"electron-devtools-installer": "3.2.0",
|
|
"electron-fetch": "1.9.1",
|
|
"electron-is-dev": "2.0.0",
|
|
"electron-store": "8.2.0",
|
|
"fs-extra": "11.3.0",
|
|
"git-describe": "4.1.1",
|
|
"lodash": "4.17.21",
|
|
"ms": "2.1.3",
|
|
"native-process-working-directory": "^1.0.2",
|
|
"node-pty": "1.1.0-beta33",
|
|
"os-locale": "5.0.0",
|
|
"parse-url": "9.2.0",
|
|
"queue": "6.0.2",
|
|
"quine-electron-drag-click": "1.0.6-d",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"recast": "0.23.11",
|
|
"semver": "7.7.1",
|
|
"shell-env": "3.0.1",
|
|
"sudo-prompt": "^9.2.1",
|
|
"uuid": "10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"native-reg": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"node-gyp": "^10.2.0"
|
|
},
|
|
"dependenciesMeta": {
|
|
"node-pty@1.1.0-beta33": {
|
|
"unplugged": true
|
|
}
|
|
}
|
|
}
|