Skip to content

Commit

Permalink
build: 提取部分依赖至工作空间 | Extract some dependencies to workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Dec 13, 2023
1 parent cf515c3 commit 6bad172
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,17 @@
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@workspace/components": "workspace:^",
"@workspace/types": "workspace:^",
"@workspace/utils": "workspace:^"
},
"devDependencies": {
"@jupyter-lsp/theme-vscode": "3.0.0-rc.0",
"@jupyterlab/services": "^7.0.7",
"@jupyterlab/ui-components": "^4.0.7",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"less": "^4.2.0",
"@jupyterlab/services": "^7.0.9",
"@jupyterlab/ui-components": "^4.0.9",
"strip-ansi": "^7.1.0",
"svelte": "^4.2.2",
"svelte-check": "^2.10.3",
"svelte-preprocess-less": "^0.4.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0"
},
"dependencies": {
"@workspace/components": "workspace:^",
"@workspace/types": "workspace:^",
"@workspace/utils": "workspace:^"
}
}

0 comments on commit 6bad172

Please sign in to comment.