This commit is contained in:
2025-05-21 01:34:02 +03:00
parent 1d64811880
commit d3a760b6ba
25 changed files with 1839 additions and 550 deletions

View File

@@ -1,18 +1,14 @@
{
"name": "publy-admin",
"version": "0.4.20",
"name": "admin-panel",
"version": "0.4.22",
"private": true,
"description": "admin panel",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "biome check . --fix",
"format": "biome format . --write",
"type-check": "tsc --noEmit",
"test": "vitest",
"build:auth": "vite build -c client/auth/vite.config.ts",
"watch:auth": "vite build -c client/auth/vite.config.ts --watch"
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",