-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
132 additions
and
3,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,100 +1,97 @@ | ||
{ | ||
"name": "hmi-client", | ||
"private": true, | ||
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "yarn install && vite --host", | ||
"local": "yarn install && vite --host --config vite.config.local.ts", | ||
"staging": "yarn install && vite --host --config vite.config.staging.ts", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"typecheck": "yarn workspace graph-scaffolder tsc --build && vue-tsc --noEmit", | ||
"preview": "vite preview", | ||
"test": "vitest", | ||
"test:ci": "vitest run", | ||
"test:coverage": "vitest run --coverage", | ||
"test:e2e": "playwright test", | ||
"test:e2e:snapshots": "playwright test --update-snapshots", | ||
"test:ct": "playwright test -c playwright-ct.config.ts" | ||
}, | ||
"dependencies": { | ||
"@carbon/icons-vue": "10.79.1", | ||
"@hsorby/vue3-katex": "0.6.0-rc.7", | ||
"@jupyter/ydoc": "1.0.2", | ||
"@jupyterlab/application": "3.6.8", | ||
"@jupyterlab/apputils": "3.6.8", | ||
"@jupyterlab/cells": "3.6.8", | ||
"@jupyterlab/codemirror": "3.6.8", | ||
"@jupyterlab/completer": "3.6.8", | ||
"@jupyterlab/coreutils": "5.6.7", | ||
"@jupyterlab/outputarea": "3.6.8", | ||
"@jupyterlab/rendermime": "3.6.8", | ||
"@jupyterlab/services": "6.6.7", | ||
"@jupyterlab/theme-light-extension": "3.6.8", | ||
"@jupyterlab/translation": "3.6.8", | ||
"@jupyterlab/ui-components": "3.6.8", | ||
"@lumino/commands": "2.1.3", | ||
"@lumino/coreutils": "2.1.2", | ||
"@lumino/widgets": "2.1.0", | ||
"@uncharted.software/design-tokens": "1.1.0", | ||
"@uncharted.software/facets-core": "3.2.6", | ||
"@uncharted.software/facets-plugins": "3.2.5", | ||
"@vue/runtime-dom": "3.4.38", | ||
"@vueup/vue-quill": "1.2.0", | ||
"ace-builds": "1.32.9", | ||
"axios": "1.7.5", | ||
"chart.js": "4.4.4", | ||
"chartjs-plugin-annotation": "3.0.1", | ||
"chartjs-plugin-datalabels": "2.2.0", | ||
"chroma-js": "2.4.2", | ||
"d3": "7.8.5", | ||
"dagre": "0.8.5", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"event-source-polyfill": "1.0.31", | ||
"extended-eventsource": "1.4.9", | ||
"feather-icons": "4.29.2", | ||
"graph-scaffolder": "*", | ||
"katex": "0.16.11", | ||
"lodash": "4.17.21", | ||
"markdown-it": "14.1.0", | ||
"mathlive": "0.89.2", | ||
"mathml-to-latex": "1.2.0", | ||
"oidc-spa": "4.6.2", | ||
"path-browserify": "1.0.1", | ||
"pinia": "2.1.7", | ||
"pixi-viewport": "4.37.0", | ||
"pixi.js": "7.0.5", | ||
"primeflex": "3.3.1", | ||
"primeicons": "7.0.0", | ||
"primevue": "3.53.0", | ||
"pyodide": "0.25.1", | ||
"sass": "1.56.1", | ||
"uuid": "9.0.1", | ||
"vega": "5.30.0", | ||
"vega-embed": "6.25.0", | ||
"vega-lite": "5.19.0", | ||
"vue": "3.4.38", | ||
"vue-feather": "2.0.0", | ||
"vue-gtag": "2.0.1", | ||
"vue-router": "4.2.5", | ||
"vue3-ace-editor": "2.2.4", | ||
"vue3-draggable-resizable": "1.6.5", | ||
"vue3-lottie": "3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-vue": "1.31.2", | ||
"@playwright/test": "1.31.2", | ||
"@rushstack/eslint-patch": "1.10.4", | ||
"@types/d3": "7.4.3", | ||
"@types/lodash": "4.17.7", | ||
"@types/markdown-it": "14.1.2", | ||
"@types/node": "18.19.3", | ||
"@vitejs/plugin-vue": "4.6.2", | ||
"@vitest/coverage-c8": "0.24.5", | ||
"jsdom": "24.1.3", | ||
"typescript": "5.4.5", | ||
"vite": "5.4.2", | ||
"vite-svg-loader": "4.0.0", | ||
"vitest": "0.24.5", | ||
"vue-tsc": "1.8.27" | ||
} | ||
"name": "hmi-client", | ||
"private": true, | ||
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "yarn install && vite --host", | ||
"local": "yarn install && vite --host --config vite.config.local.ts", | ||
"staging": "yarn install && vite --host --config vite.config.staging.ts", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"typecheck": "yarn workspace graph-scaffolder tsc --build && vue-tsc --noEmit", | ||
"preview": "vite preview", | ||
"test": "vitest", | ||
"test:ci": "vitest run", | ||
"test:coverage": "vitest run --coverage", | ||
"test:e2e": "playwright test", | ||
"test:e2e:snapshots": "playwright test --update-snapshots", | ||
"test:ct": "playwright test -c playwright-ct.config.ts" | ||
}, | ||
"dependencies": { | ||
"@hsorby/vue3-katex": "0.6.0-rc.7", | ||
"@jupyter/ydoc": "1.0.2", | ||
"@jupyterlab/application": "3.6.8", | ||
"@jupyterlab/apputils": "3.6.8", | ||
"@jupyterlab/cells": "3.6.8", | ||
"@jupyterlab/codemirror": "3.6.8", | ||
"@jupyterlab/completer": "3.6.8", | ||
"@jupyterlab/coreutils": "5.6.7", | ||
"@jupyterlab/outputarea": "3.6.8", | ||
"@jupyterlab/rendermime": "3.6.8", | ||
"@jupyterlab/services": "6.6.7", | ||
"@jupyterlab/theme-light-extension": "3.6.8", | ||
"@jupyterlab/translation": "3.6.8", | ||
"@jupyterlab/ui-components": "3.6.8", | ||
"@lumino/commands": "2.1.3", | ||
"@lumino/coreutils": "2.1.2", | ||
"@lumino/widgets": "2.1.0", | ||
"@uncharted.software/design-tokens": "1.1.0", | ||
"@vue/runtime-dom": "3.4.38", | ||
"@vueup/vue-quill": "1.2.0", | ||
"ace-builds": "1.32.9", | ||
"axios": "1.7.5", | ||
"chart.js": "4.4.4", | ||
"chartjs-plugin-annotation": "3.0.1", | ||
"chartjs-plugin-datalabels": "2.2.0", | ||
"chroma-js": "2.4.2", | ||
"d3": "7.8.5", | ||
"dagre": "0.8.5", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"event-source-polyfill": "1.0.31", | ||
"extended-eventsource": "1.4.9", | ||
"feather-icons": "4.29.2", | ||
"graph-scaffolder": "*", | ||
"katex": "0.16.11", | ||
"lodash": "4.17.21", | ||
"markdown-it": "14.1.0", | ||
"mathlive": "0.89.2", | ||
"mathml-to-latex": "1.2.0", | ||
"oidc-spa": "4.6.2", | ||
"path-browserify": "1.0.1", | ||
"pinia": "2.1.7", | ||
"pixi-viewport": "4.37.0", | ||
"pixi.js": "7.0.5", | ||
"primeflex": "3.3.1", | ||
"primeicons": "7.0.0", | ||
"primevue": "3.53.0", | ||
"pyodide": "0.25.1", | ||
"sass": "1.56.1", | ||
"uuid": "9.0.1", | ||
"vega": "5.30.0", | ||
"vega-embed": "6.25.0", | ||
"vega-lite": "5.19.0", | ||
"vue": "3.4.38", | ||
"vue-feather": "2.0.0", | ||
"vue-gtag": "2.0.1", | ||
"vue-router": "4.2.5", | ||
"vue3-ace-editor": "2.2.4", | ||
"vue3-draggable-resizable": "1.6.5", | ||
"vue3-lottie": "3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-vue": "1.31.2", | ||
"@playwright/test": "1.31.2", | ||
"@rushstack/eslint-patch": "1.10.4", | ||
"@types/d3": "7.4.3", | ||
"@types/lodash": "4.17.7", | ||
"@types/markdown-it": "14.1.2", | ||
"@types/node": "18.19.3", | ||
"@vitejs/plugin-vue": "4.6.2", | ||
"@vitest/coverage-c8": "0.24.5", | ||
"jsdom": "24.1.3", | ||
"typescript": "5.4.5", | ||
"vite": "5.4.2", | ||
"vite-svg-loader": "4.0.0", | ||
"vitest": "0.24.5", | ||
"vue-tsc": "1.8.27" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.