2024-05-10 05:24:24 +02:00
|
|
|
{
|
2024-06-26 21:26:27 +02:00
|
|
|
"name": "thenextwave",
|
2024-07-18 03:42:49 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Command Line Inc",
|
|
|
|
"email": "info@commandline.dev"
|
|
|
|
},
|
|
|
|
"productName": "TheNextWave",
|
|
|
|
"description": "An Open-Source, AI-Native, Terminal Built for Seamless Workflows",
|
|
|
|
"license": "Apache-2.0",
|
2024-08-07 01:49:33 +02:00
|
|
|
"version": "0.0.6",
|
2024-07-18 03:42:49 +02:00
|
|
|
"homepage": "https://waveterm.dev",
|
|
|
|
"build": {
|
|
|
|
"appId": "dev.commandline.thenextwave"
|
|
|
|
},
|
|
|
|
"private": true,
|
2024-06-26 21:26:27 +02:00
|
|
|
"main": "./dist/main/index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "electron-vite dev",
|
|
|
|
"start": "electron-vite preview",
|
|
|
|
"build:dev": "electron-vite build --mode development",
|
|
|
|
"build:prod": "electron-vite build --mode production",
|
|
|
|
"storybook": "storybook dev -p 6006 --no-open",
|
|
|
|
"build-storybook": "storybook build",
|
|
|
|
"coverage": "vitest run --coverage",
|
2024-07-18 03:42:49 +02:00
|
|
|
"test": "vitest",
|
|
|
|
"postinstall": "electron-builder install-app-deps"
|
2024-06-26 21:26:27 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-23 01:59:57 +02:00
|
|
|
"@chromatic-com/storybook": "^1.6.1",
|
2024-07-30 00:01:40 +02:00
|
|
|
"@eslint/js": "^9.8.0",
|
2024-08-05 22:18:15 +02:00
|
|
|
"@storybook/addon-essentials": "^8.2.7",
|
|
|
|
"@storybook/addon-interactions": "^8.2.7",
|
|
|
|
"@storybook/addon-links": "^8.2.7",
|
|
|
|
"@storybook/blocks": "^8.2.7",
|
|
|
|
"@storybook/react": "^8.2.7",
|
|
|
|
"@storybook/react-vite": "^8.2.7",
|
|
|
|
"@storybook/test": "^8.2.7",
|
2024-07-29 20:55:10 +02:00
|
|
|
"@types/css-tree": "^2",
|
2024-07-18 06:52:39 +02:00
|
|
|
"@types/electron": "^1.6.10",
|
2024-08-05 22:18:45 +02:00
|
|
|
"@types/node": "^22.1.0",
|
2024-06-26 21:26:27 +02:00
|
|
|
"@types/papaparse": "^5",
|
2024-07-23 01:59:57 +02:00
|
|
|
"@types/react": "^18.3.3",
|
2024-07-27 01:06:46 +02:00
|
|
|
"@types/shell-quote": "^1",
|
2024-07-18 03:42:49 +02:00
|
|
|
"@types/sprintf-js": "^1",
|
2024-06-26 21:26:27 +02:00
|
|
|
"@types/throttle-debounce": "^5",
|
2024-07-03 23:32:55 +02:00
|
|
|
"@types/tinycolor2": "^1",
|
2024-07-23 01:59:57 +02:00
|
|
|
"@types/uuid": "^10.0.0",
|
2024-07-19 00:16:49 +02:00
|
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
2024-08-05 22:18:45 +02:00
|
|
|
"@vitest/coverage-istanbul": "^2.0.5",
|
2024-07-30 18:08:07 +02:00
|
|
|
"electron": "^31.3.1",
|
2024-07-18 03:42:49 +02:00
|
|
|
"electron-builder": "^24.13.3",
|
2024-07-23 01:59:57 +02:00
|
|
|
"electron-vite": "^2.3.0",
|
2024-07-30 00:01:40 +02:00
|
|
|
"eslint": "^9.8.0",
|
2024-06-26 21:26:27 +02:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"less": "^4.2.0",
|
2024-07-23 01:59:57 +02:00
|
|
|
"prettier": "^3.3.3",
|
2024-06-26 21:26:27 +02:00
|
|
|
"prettier-plugin-jsdoc": "^1.3.0",
|
2024-07-23 01:59:57 +02:00
|
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
2024-07-19 00:16:49 +02:00
|
|
|
"rollup-plugin-flow": "^1.1.1",
|
2024-08-07 02:12:32 +02:00
|
|
|
"sharp": "^0.33.4",
|
2024-08-05 22:18:15 +02:00
|
|
|
"storybook": "^8.2.7",
|
2024-06-26 21:26:27 +02:00
|
|
|
"ts-node": "^10.9.2",
|
2024-07-23 01:59:57 +02:00
|
|
|
"tslib": "^2.6.3",
|
2024-08-05 22:18:45 +02:00
|
|
|
"tsx": "^4.16.5",
|
2024-07-23 01:59:57 +02:00
|
|
|
"typescript": "^5.5.4",
|
2024-08-06 00:26:44 +02:00
|
|
|
"typescript-eslint": "^8.0.1",
|
Bump the dev-dependencies group with 2 updates (#157)
Bumps the dev-dependencies group with 2 updates:
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `storybook` from 8.2.5 to 8.2.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.2.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/ea266a0f9c6bc47a96e4a2de4531dba92d14120c"><code>ea266a0</code></a>
Bump version from "8.2.5" to "8.2.6" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/lib/cli">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite` from 5.3.4 to 5.3.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.3.5 (2024-07-25)<!-- raw HTML omitted
--></h2>
<ul>
<li>refactor(asset): remove rollup 3 public file watch workaround (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16331">#16331</a>)
(<a
href="https://github.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc">66bdb1d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16331">#16331</a></li>
<li>fix: make <code>server</code> type less restrictive (fix <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17627">#17627</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17628">#17628</a>)
(<a
href="https://github.com/vitejs/vite/commit/b55c32f7e36ee7cc3754a5d667785d066dece10a">b55c32f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17627">#17627</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/17628">#17628</a></li>
<li>fix: show error if vite client cannot be loaded (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17419">#17419</a>)
(<a
href="https://github.com/vitejs/vite/commit/db5ab1dfc4fb55c6387136ee31fed35910a046b0">db5ab1d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17419">#17419</a></li>
<li>fix(build): env output is not stable (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17748">#17748</a>)
(<a
href="https://github.com/vitejs/vite/commit/b240a8347e7b62bee9d2212625732bb0d8c78633">b240a83</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17748">#17748</a></li>
<li>fix(client): fix vite error path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17744">#17744</a>)
(<a
href="https://github.com/vitejs/vite/commit/3c1bde340693e1de89ed2853225a5c1b6812accc">3c1bde3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17744">#17744</a></li>
<li>fix(css): resolve url aliases with fragments (fix: <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17690">#17690</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17691">#17691</a>)
(<a
href="https://github.com/vitejs/vite/commit/d906d3f8e1199fb9fc09f4c3397a91b274bb65c8">d906d3f</a>)</li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17629">#17629</a>)
(<a
href="https://github.com/vitejs/vite/commit/93281b0e09ff8b00e21c24b80ed796db89cbc1ef">93281b0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17629">#17629</a></li>
<li>fix(importMetaGlob): handle alias that starts with hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17743">#17743</a>)
(<a
href="https://github.com/vitejs/vite/commit/b58b423ba85a7cede97d00a0160a188770928ae4">b58b423</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17743">#17743</a></li>
<li>fix(ssrTransform): sourcemaps with multiple sources (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17677">#17677</a>)
(<a
href="https://github.com/vitejs/vite/commit/f321fa8de2c8cf4f1758365abad4e7b352363a2f">f321fa8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17677">#17677</a></li>
<li>chore: extend commit hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17709">#17709</a>)
(<a
href="https://github.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb">4fc9b64</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17709">#17709</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17734">#17734</a>)
(<a
href="https://github.com/vitejs/vite/commit/998373120c8306326469d4f342690c17774acdf9">9983731</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17734">#17734</a></li>
<li>chore(deps): update typescript (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17699">#17699</a>)
(<a
href="https://github.com/vitejs/vite/commit/df5ceb35b7f744cfcdfe3a28834f890f35f2b18f">df5ceb3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17699">#17699</a></li>
<li>revert: fix(logger): truncate log over 5000 characters long (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17729">#17729</a>)
(<a
href="https://github.com/vitejs/vite/commit/f4f488fe83a0b710dd3de34a7075398cfce59605">f4f488f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16581">#16581</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/17729">#17729</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/440783953a55c6c63cd09ec8d13728dc4693073d"><code>4407839</code></a>
release: v5.3.5</li>
<li><a
href="https://github.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc"><code>66bdb1d</code></a>
refactor(asset): remove rollup 3 public file watch workaround (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16331">#16331</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/b240a8347e7b62bee9d2212625732bb0d8c78633"><code>b240a83</code></a>
fix(build): env output is not stable (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17748">#17748</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/b58b423ba85a7cede97d00a0160a188770928ae4"><code>b58b423</code></a>
fix(importMetaGlob): handle alias that starts with hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17743">#17743</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/d906d3f8e1199fb9fc09f4c3397a91b274bb65c8"><code>d906d3f</code></a>
fix(css): resolve url aliases with fragments (fix: <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17690">#17690</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17691">#17691</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/3c1bde340693e1de89ed2853225a5c1b6812accc"><code>3c1bde3</code></a>
fix(client): fix vite error path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17744">#17744</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/998373120c8306326469d4f342690c17774acdf9"><code>9983731</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17734">#17734</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb"><code>4fc9b64</code></a>
chore: extend commit hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17709">#17709</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/f4f488fe83a0b710dd3de34a7075398cfce59605"><code>f4f488f</code></a>
revert: fix(logger): truncate log over 5000 characters long (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17729">#17729</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/df5ceb35b7f744cfcdfe3a28834f890f35f2b18f"><code>df5ceb3</code></a>
chore(deps): update typescript (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17699">#17699</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.3.5/packages/vite">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 17:38:18 +02:00
|
|
|
"vite": "^5.3.5",
|
2024-07-19 00:16:49 +02:00
|
|
|
"vite-plugin-image-optimizer": "^1.1.8",
|
2024-07-23 01:59:57 +02:00
|
|
|
"vite-plugin-static-copy": "^1.0.6",
|
2024-07-30 20:44:19 +02:00
|
|
|
"vite-plugin-svgr": "^4.2.0",
|
2024-06-26 21:26:27 +02:00
|
|
|
"vite-tsconfig-paths": "^4.3.2",
|
2024-08-05 22:18:45 +02:00
|
|
|
"vitest": "^2.0.5"
|
2024-06-26 21:26:27 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@monaco-editor/loader": "^1.4.0",
|
|
|
|
"@monaco-editor/react": "^4.6.0",
|
2024-07-23 01:59:57 +02:00
|
|
|
"@observablehq/plot": "^0.6.15",
|
2024-07-30 23:52:34 +02:00
|
|
|
"@react-hook/resize-observer": "^2.0.2",
|
2024-06-26 21:26:27 +02:00
|
|
|
"@table-nav/core": "^0.0.7",
|
|
|
|
"@table-nav/react": "^0.0.7",
|
2024-07-23 01:59:57 +02:00
|
|
|
"@tanstack/react-table": "^8.19.3",
|
2024-07-26 22:30:11 +02:00
|
|
|
"@types/color": "^3.0.6",
|
2024-06-26 21:26:27 +02:00
|
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
|
|
"@xterm/addon-serialize": "^0.13.0",
|
|
|
|
"@xterm/xterm": "^5.5.0",
|
|
|
|
"base64-js": "^1.5.1",
|
|
|
|
"clsx": "^2.1.1",
|
2024-07-26 22:30:11 +02:00
|
|
|
"color": "^4.2.3",
|
2024-07-29 20:55:10 +02:00
|
|
|
"css-tree": "^2.3.1",
|
2024-07-23 01:59:57 +02:00
|
|
|
"dayjs": "^1.11.12",
|
2024-08-05 22:18:25 +02:00
|
|
|
"electron-updater": "6.3.2",
|
2024-07-31 23:13:36 +02:00
|
|
|
"htl": "^0.3.1",
|
2024-06-26 21:26:27 +02:00
|
|
|
"html-to-image": "^1.11.11",
|
|
|
|
"immer": "^10.1.1",
|
2024-07-23 20:54:43 +02:00
|
|
|
"jotai": "^2.9.1",
|
2024-07-23 01:59:57 +02:00
|
|
|
"monaco-editor": "^0.50.0",
|
2024-07-30 18:08:20 +02:00
|
|
|
"overlayscrollbars": "^2.10.0",
|
2024-07-03 23:32:55 +02:00
|
|
|
"overlayscrollbars-react": "^0.5.6",
|
2024-06-26 21:26:27 +02:00
|
|
|
"papaparse": "^5.4.1",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dnd": "^16.0.1",
|
|
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-frame-component": "^5.2.7",
|
|
|
|
"react-gauge-chart": "^0.5.1",
|
|
|
|
"react-markdown": "^9.0.1",
|
2024-07-03 23:32:55 +02:00
|
|
|
"rehype-raw": "^7.0.0",
|
2024-06-26 21:26:27 +02:00
|
|
|
"remark-gfm": "^4.0.0",
|
|
|
|
"rxjs": "^7.8.1",
|
2024-07-27 01:06:46 +02:00
|
|
|
"shell-quote": "^1.8.1",
|
2024-07-18 03:42:49 +02:00
|
|
|
"sprintf-js": "^1.1.3",
|
2024-07-23 01:59:57 +02:00
|
|
|
"throttle-debounce": "^5.0.2",
|
2024-07-03 23:32:55 +02:00
|
|
|
"tinycolor2": "^1.6.0",
|
2024-06-26 21:26:27 +02:00
|
|
|
"use-device-pixel-ratio": "^1.1.2",
|
2024-07-23 01:59:57 +02:00
|
|
|
"uuid": "^10.0.0",
|
2024-07-18 03:42:49 +02:00
|
|
|
"winston": "^3.13.1"
|
2024-06-26 21:26:27 +02:00
|
|
|
},
|
2024-07-03 23:36:38 +02:00
|
|
|
"packageManager": "yarn@4.3.1"
|
2024-05-10 05:24:24 +02:00
|
|
|
}
|