first commit
This commit is contained in:
25
terminal/apps/web/package.json
Normal file
25
terminal/apps/web/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@remoteconn/web-terminal-lab",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 0.0.0.0 --port 5173",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run --passWithNoTests",
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remoteconn/terminal-core": "1.0.0",
|
||||
"pinia": "^2.1.7",
|
||||
"vue": "^3.5.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^5.4.10",
|
||||
"vitest": "^4.0.18",
|
||||
"vue-tsc": "^2.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user