{
"name": "shserv-vue-client",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@phosphor-icons/web": "^2.1.2",
"gnexus-ui-kit": "git+https://git.gnexus.space/root/gnexus-ui-kit.git",
"pinia": "^2.3.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/coverage-v8": "^4.1.7",
"@vue/test-utils": "^2.4.10",
"jsdom": "^29.1.1",
"msw": "^2.14.6",
"vite": "^6.3.5",
"vitest": "^4.1.7"
}
}