de30497f59
- Implemented tenant and user management features including: - Tenant creation and management with associated migrations. - User creation and management with associated migrations. - Tenant membership management with associated migrations. - Platform user roles management with associated migrations. - Quota management with associated migrations. - Article and template management with associated migrations. - Added HTTP handlers for templates and workspaces. - Created tests for protected and public routes. - Introduced a script to check tenant scope in SQL queries. - Documented task plan for backend completion and frontend foundation.
34 lines
797 B
JSON
34 lines
797 B
JSON
{
|
|
"name": "admin-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@geo/http-client": "workspace:*",
|
|
"@geo/shared-types": "workspace:*",
|
|
"@tanstack/vue-query": "^5.96.0",
|
|
"@vueuse/core": "^14.2.1",
|
|
"ant-design-vue": "^4.2.6",
|
|
"dayjs": "^1.11.20",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.31",
|
|
"vue-i18n": "^10.0.5",
|
|
"vue-router": "^4.5.1",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.0.3",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|