Files
ManuAgent/web-ui/package.json

26 lines
646 B
JSON

{
"name": "smart-factory-approval-agent-client",
"private": true,
"version": "0.1.0",
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "npm run dev --workspace @manuagent/web",
"typecheck": "npm run typecheck --workspaces",
"test": "vitest run --config apps/web/vite.config.ts",
"build": "npm run typecheck && npm run build --workspace @manuagent/web"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"jsdom": "^26.1.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"vue-tsc": "^3.2.2"
}
}