mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 22:18:41 -09:00
Remove references to inner workspaces
This commit is contained in:
parent
a32f59062b
commit
012ec5a835
4 changed files with 845 additions and 732 deletions
Binary file not shown.
197
builder/package.json
Normal file
197
builder/package.json
Normal file
|
|
@ -0,0 +1,197 @@
|
|||
{
|
||||
"name": "hyper-builder",
|
||||
"version": "4.0.0-q-canary.8",
|
||||
"repository": "quine-global/hyper",
|
||||
"engines": {
|
||||
"node": "20.11.0"
|
||||
},
|
||||
"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",
|
||||
"ts": "tsc --build -v --pretty --preserveWatchOutput",
|
||||
"build": "cross-env NODE_ENV=production webpack && tsc -b -v && cross-env BABEL_ENV=production babel target/renderer/bundle.js --out-file target/renderer/bundle.js --no-comments --minified",
|
||||
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx,.json",
|
||||
"test": "yarn run lint && yarn run test:unit",
|
||||
"test:unit": "cross-env DEBUG=ava:watcher ava",
|
||||
"test:unit:watch": "yarn run test:unit -- --watch",
|
||||
"test:e2e": "cross-env DEBUG=ava:watcher ava --config ava-e2e.config.js",
|
||||
"postinstall": "yarn run v8-snapshot && webpack --config-name hyper-app && yarn run install-app-deps-with-retry && yarn run rebuild-node-pty && husky && yarn run generate-schema",
|
||||
"install-app-deps-with-retry": "electron-builder install-app-deps || electron-builder install-app-deps || electron-builder install-app-deps",
|
||||
"rebuild-node-pty": "electron-rebuild -f -o node-pty -m target",
|
||||
"dist": "yarn run build && yarn run electron-builder-with-retry",
|
||||
"electron-builder-with-retry": "electron-builder -p never || electron-builder -p never || electron-builder -p never",
|
||||
"clean": "node ./bin/rimraf-standalone.js node_modules && node ./bin/rimraf-standalone.js ./app/node_modules && node ./bin/rimraf-standalone.js ./app/renderer && node ./bin/rimraf-standalone.js ./target && node ./bin/rimraf-standalone.js ./dist",
|
||||
"v8-snapshot": "node scripts/v8-snapshot.js",
|
||||
"v8-snapshot:arch": "yarn run mk-snapshot && yarn run cp-snapshot",
|
||||
"mk-snapshot": "node scripts/mk-snapshot.js",
|
||||
"cp-snapshot": "node bin/cp-snapshot.js",
|
||||
"generate-schema": "typescript-json-schema ./typings/config.d.ts rawConfig -o ./app/config/schema.json --required",
|
||||
"uuaw": "uuaw"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "ZEIT, Inc.",
|
||||
"email": "team@zeit.co"
|
||||
},
|
||||
"dependencies": {
|
||||
"@electron/notarize": "^3.0.1",
|
||||
"@react-icons/all-files": "4.1.0",
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
"@xterm/addon-canvas": "0.7.0",
|
||||
"@xterm/addon-fit": "0.10.0",
|
||||
"@xterm/addon-image": "0.8.0",
|
||||
"@xterm/addon-ligatures": "0.9.0",
|
||||
"@xterm/addon-search": "0.15.0",
|
||||
"@xterm/addon-unicode11": "0.8.0",
|
||||
"@xterm/addon-web-links": "0.11.0",
|
||||
"@xterm/addon-webgl": "0.18.0",
|
||||
"@xterm/xterm": "5.5.0",
|
||||
"args": "5.0.3",
|
||||
"ava": "https://github.com/quine-global/ava#38aebe3badef8d54f68e8315e9849cfa83d531fe",
|
||||
"chalk": "5.3.0",
|
||||
"clsx": "2.1.1",
|
||||
"color": "4.2.3",
|
||||
"columnify": "1.6.0",
|
||||
"css-loader": "7.1.2",
|
||||
"electron-rebuild": "^3.2.9",
|
||||
"got": "12.4.1",
|
||||
"json-loader": "0.5.7",
|
||||
"lodash": "4.17.21",
|
||||
"mousetrap": "chabou/mousetrap#useCapture",
|
||||
"ms": "2.1.3",
|
||||
"open": "8.4.2",
|
||||
"ora": "8.1.1",
|
||||
"php-escape-shell": "1.0.0",
|
||||
"quine-electron-drag-click": "1.0.6-d",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-redux": "8.1.3",
|
||||
"react-use": "^17.5.1",
|
||||
"redux": "4.2.1",
|
||||
"redux-thunk": "2.4.2",
|
||||
"registry-url": "^6.0.1",
|
||||
"reselect": "4.1.8",
|
||||
"seamless-immutable": "7.1.4",
|
||||
"semver": "7.6.3",
|
||||
"shebang-loader": "0.0.1",
|
||||
"styled-jsx": "5.1.6",
|
||||
"stylis": "3.5.4",
|
||||
"typescript-json-schema": "0.65.1",
|
||||
"uuid": "10.0.0",
|
||||
"webpack-cli": "5.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ava/babel": "2.0.0",
|
||||
"@ava/typescript": "^4.1.0",
|
||||
"@babel/cli": "7.25.9",
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/parser": "7.27.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
||||
"@babel/preset-react": "7.25.9",
|
||||
"@babel/preset-typescript": "7.26.0",
|
||||
"@babel/types": "^7.27.6",
|
||||
"@electron/rebuild": "^3.7.1",
|
||||
"@electron/remote": "2.1.2",
|
||||
"@types/args": "5.0.3",
|
||||
"@types/async-retry": "1.4.9",
|
||||
"@types/color": "3.0.6",
|
||||
"@types/columnify": "^1.5.4",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@types/mousetrap": "1.6.15",
|
||||
"@types/ms": "0.7.34",
|
||||
"@types/node": "22.9.3",
|
||||
"@types/plist": "3.0.5",
|
||||
"@types/react": "18.3.12",
|
||||
"@types/react-dom": "18.3.1",
|
||||
"@types/seamless-immutable": "7.1.19",
|
||||
"@types/shell-escape": "^0",
|
||||
"@types/styled-jsx": "2.2.9",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "7.0.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"acorn": "^8.14.1",
|
||||
"babel-loader": "9.2.1",
|
||||
"color-convert": "2.0.1",
|
||||
"color-string": "1.9.0",
|
||||
"concurrently": "9.1.0",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"cpy-cli": "^5.0.0",
|
||||
"cross-env": "7.0.3",
|
||||
"dmg-builder": "26.0.13",
|
||||
"electron": "34.5.1",
|
||||
"electron-builder": "26.0.13",
|
||||
"electron-link": "^0.6.0",
|
||||
"electron-mksnapshot": "34.5.1",
|
||||
"electronmon": "^2.0.3",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.3",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-json-schema-validator": "^4.8.3",
|
||||
"eslint-plugin-jsonc": "^2.18.2",
|
||||
"eslint-plugin-lodash": "^7.4.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "7.37.2",
|
||||
"fs-extra": "^11.3.0",
|
||||
"husky": "^9.1.7",
|
||||
"husky-init": "^8.0.0",
|
||||
"inquirer": "10.1.8",
|
||||
"node-addon-api": "8.2.2",
|
||||
"node-gyp": "^10.2.0",
|
||||
"normalize-url": "6.0.1",
|
||||
"null-loader": "4.0.1",
|
||||
"parse-url": "9.2.0",
|
||||
"playwright": "1.49.0",
|
||||
"plist": "3.1.0",
|
||||
"pnp-webpack-plugin": "^1.7.0",
|
||||
"prettier": "3.3.3",
|
||||
"proxyquire": "2.1.3",
|
||||
"shell-escape": "^0.2.0",
|
||||
"style-loader": "4.0.0",
|
||||
"terser": "5.36.0",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "^5.8.3",
|
||||
"uuaw": "^1.2.2",
|
||||
"webpack": "5.96.1"
|
||||
},
|
||||
"electronmon": {
|
||||
"patterns": [
|
||||
"!app/**",
|
||||
"!lib/**",
|
||||
"!dist/**"
|
||||
]
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/retry": "0.12.5",
|
||||
"node-abi": "^3.67.0",
|
||||
"@types/node": "22.15.30"
|
||||
},
|
||||
"packageManager": "yarn@4.9.1",
|
||||
"dependenciesMeta": {
|
||||
"@react-icons/all-files@4.1.0": {
|
||||
"unplugged": true
|
||||
},
|
||||
"color@4.2.3": {
|
||||
"unplugged": true
|
||||
},
|
||||
"dmg-builder@26.0.13": {
|
||||
"unplugged": true
|
||||
},
|
||||
"electron-mksnapshot@34.5.1": {
|
||||
"unplugged": true
|
||||
},
|
||||
"react@18.3.1": {
|
||||
"unplugged": true
|
||||
},
|
||||
"react-dom@18.3.1": {
|
||||
"unplugged": true
|
||||
}
|
||||
}
|
||||
}
|
||||
115
yarn.lock
115
yarn.lock
|
|
@ -1713,12 +1713,48 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:22.15.30":
|
||||
version: 22.15.30
|
||||
resolution: "@types/node@npm:22.15.30"
|
||||
"@types/node@npm:*":
|
||||
version: 24.2.1
|
||||
resolution: "@types/node@npm:24.2.1"
|
||||
dependencies:
|
||||
undici-types: "npm:~7.10.0"
|
||||
checksum: 10c0/439a3c7edf88a298e0c92e46f670234070b892589c3b06e82cc86c47a7e1cf220f4a4b4736ec6ac7e4b9e1c40d7b6d443a1e22f99dd17f13f9dd15de3b32011b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:22.9.3":
|
||||
version: 22.9.3
|
||||
resolution: "@types/node@npm:22.9.3"
|
||||
dependencies:
|
||||
undici-types: "npm:~6.19.8"
|
||||
checksum: 10c0/954ec72bf29436ea62425a9563914a9c1e93f97b18194acd51d74d13998a701977547ed2985ed3a0e97211b785436d28377116e5f613bfcf3182d9bd81d784dc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^18.11.9":
|
||||
version: 18.19.122
|
||||
resolution: "@types/node@npm:18.19.122"
|
||||
dependencies:
|
||||
undici-types: "npm:~5.26.4"
|
||||
checksum: 10c0/1fa545ff27866bd4e39c96e28c622cc354fe4fff0594a39e138eca96e706a30eba6f5cd7a49f13d9223dd93bb189ae9125fdab6604a8c4badade337b2d00d900
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^20.9.0":
|
||||
version: 20.19.10
|
||||
resolution: "@types/node@npm:20.19.10"
|
||||
dependencies:
|
||||
undici-types: "npm:~6.21.0"
|
||||
checksum: 10c0/ca330ac0e7fd502686d6df115fcc606aba46fd334220f749bbba2f639accdadcb23f7900603ceccdc8240be736739cad5c0b87c0fa92c9255a4dff245f07d664
|
||||
checksum: 10c0/dac81561f6d7cbd37c876c4023846095a71d8b62df52c8b6b32de67f6ca6aaf2ffd0c1e02ede6d2c8af41e934ce2005f67b8b6348b79dd355c05f3192aa7b59a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^22.5.5":
|
||||
version: 22.17.1
|
||||
resolution: "@types/node@npm:22.17.1"
|
||||
dependencies:
|
||||
undici-types: "npm:~6.21.0"
|
||||
checksum: 10c0/b04063bdabfc4146af05d14d4fd23ee68615194473d0ef971ddef549b80b791f52c8f93abdd8d1092ee0257f3dea862fa233519244fd051e79233cdce614de14
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -1783,7 +1819,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/retry@npm:0.12.5":
|
||||
"@types/retry@npm:*":
|
||||
version: 0.12.5
|
||||
resolution: "@types/retry@npm:0.12.5"
|
||||
checksum: 10c0/eaaca483cc62f2f02c0b8486847ee70986ca7f97afd7363037247dbe3e98df8bd56a5b50d58b1e96768a5a1be0307010d86e9991bd458d72e8df88be471bd720
|
||||
|
|
@ -6604,9 +6640,9 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"hyper-root@workspace:.":
|
||||
"hyper-builder@workspace:builder, hyper-lib@workspace:builder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "hyper-root@workspace:."
|
||||
resolution: "hyper-builder@workspace:builder"
|
||||
dependencies:
|
||||
"@ava/babel": "npm:2.0.0"
|
||||
"@ava/typescript": "npm:^4.1.0"
|
||||
|
|
@ -6747,45 +6783,17 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"hyper-root@workspace:.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "hyper-root@workspace:."
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"hyper@workspace:target":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "hyper@workspace:target"
|
||||
dependencies:
|
||||
"@babel/parser": "npm:7.27.0"
|
||||
"@electron/remote": "npm:2.1.2"
|
||||
ast-types: "npm:^0.16.1"
|
||||
async-retry: "npm:1.3.3"
|
||||
chokidar: "npm:^3.6.0"
|
||||
color: "npm:4.2.3"
|
||||
default-shell: "npm:1.0.1"
|
||||
electron-devtools-installer: "npm:3.2.0"
|
||||
electron-fetch: "npm:1.9.1"
|
||||
electron-is-dev: "npm:2.0.0"
|
||||
electron-store: "npm:8.2.0"
|
||||
fs-extra: "npm:11.3.0"
|
||||
git-describe: "npm:4.1.1"
|
||||
lodash: "npm:4.17.21"
|
||||
ms: "npm:2.1.3"
|
||||
native-process-working-directory: "npm:^1.0.2"
|
||||
native-reg: "npm:1.1.1"
|
||||
node-gyp: "npm:^10.2.0"
|
||||
node-pty: "npm:1.1.0-beta33"
|
||||
os-locale: "npm:5.0.0"
|
||||
parse-url: "npm:9.2.0"
|
||||
queue: "npm:6.0.2"
|
||||
quine-electron-drag-click: "npm:1.0.6-d"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
recast: "npm:0.23.11"
|
||||
semver: "npm:7.7.1"
|
||||
shell-env: "npm:3.0.1"
|
||||
sudo-prompt: "npm:^9.2.1"
|
||||
uuid: "npm:10.0.0"
|
||||
dependenciesMeta:
|
||||
native-reg:
|
||||
optional: true
|
||||
node-pty@1.1.0-beta33:
|
||||
unplugged: true
|
||||
hyper-lib: "workspace:builder"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
|
@ -8737,7 +8745,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-abi@npm:^3.67.0":
|
||||
"node-abi@npm:^3.0.0, node-abi@npm:^3.45.0":
|
||||
version: 3.75.0
|
||||
resolution: "node-abi@npm:3.75.0"
|
||||
dependencies:
|
||||
|
|
@ -12025,6 +12033,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~5.26.4":
|
||||
version: 5.26.5
|
||||
resolution: "undici-types@npm:5.26.5"
|
||||
checksum: 10c0/bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~6.19.8":
|
||||
version: 6.19.8
|
||||
resolution: "undici-types@npm:6.19.8"
|
||||
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "undici-types@npm:6.21.0"
|
||||
|
|
@ -12032,6 +12054,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~7.10.0":
|
||||
version: 7.10.0
|
||||
resolution: "undici-types@npm:7.10.0"
|
||||
checksum: 10c0/8b00ce50e235fe3cc601307f148b5e8fb427092ee3b23e8118ec0a5d7f68eca8cee468c8fc9f15cbb2cf2a3797945ebceb1cbd9732306a1d00e0a9b6afa0f635
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unicorn-magic@npm:^0.3.0":
|
||||
version: 0.3.0
|
||||
resolution: "unicorn-magic@npm:0.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue