{ "name": "console-ui-next", "private": true, "version": "0.0.0", "type": "module", "scripts": { "min-release-age": "npm install --legacy-peer-deps $(node -e \"const p=require('./package-lock.json'); const root=p.packages['']; const all={...root.dependencies,...root.devDependencies}; console.log(Object.entries(all).map(([k])=>k+'@'+((p.packages['node_modules/'+k]||{}).version||'?')).join(' '))\")", "dev": "vite", "build": "tsc -b && vite build && rm -rf ../console/src/main/resources/static/next && cp -r dist ../console/src/main/resources/static/next", "lint": "eslint .", "preview": "vite preview", "test": "vitest --run", "test:watch": "vitest" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@iarna/toml": "^2.2.5", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.8", "@tailwindcss/typography": "^0.5.19", "@uiw/react-md-editor": "^4.0.11", "axios": "^1.13.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dayjs": "^1.11.20", "i18next": "^25.8.18", "js-yaml": "^4.1.1", "jszip": "^3.10.1", "lucide-react": "^0.577.0", "monaco-editor": "^0.55.1", "qs": "^6.15.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.71.2", "react-i18next": "^16.5.8", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.1", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.1", "sonner": "^2.0.7", "swagger2openapi": "^7.0.8", "tailwind-merge": "^3.5.0", "zod": "^4.3.6", "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^9.39.4", "@tailwindcss/vite": "^4.3.1", "@types/js-yaml": "^4.0.9", "@types/node": "^24.12.0", "@types/qs": "^6.15.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "fast-check": "^4.6.0", "globals": "^17.4.0", "tailwindcss": "^4.2.1", "typescript": "~5.9.3", "typescript-eslint": "^8.56.1", "vite": "^8.0.16", "vitest": "^4.1.8" } }