| { |
| "name": "ui", |
| "version": "0.1.0", |
| "private": true, |
| "scripts": { |
| "dev": "next dev", |
| "build": "next build", |
| "start": "next start", |
| "generate:api": "orval", |
| "lint": "oxlint -c .oxlintrc.json", |
| "test": "vitest run", |
| "test:watch": "vitest", |
| "test:ui": "vitest --ui" |
| }, |
| "dependencies": { |
| "@dnd-kit/core": "^6.3.1", |
| "@dnd-kit/sortable": "^10.0.0", |
| "@dnd-kit/utilities": "^3.2.2", |
| "@microsoft/fetch-event-source": "^2.0.1", |
| "@radix-ui/react-accordion": "^1.2.12", |
| "@radix-ui/react-alert-dialog": "^1.1.15", |
| "@radix-ui/react-context-menu": "^2.2.16", |
| "@radix-ui/react-dialog": "^1.1.15", |
| "@radix-ui/react-label": "^2.1.8", |
| "@radix-ui/react-menubar": "^1.1.16", |
| "@radix-ui/react-popover": "^1.1.15", |
| "@radix-ui/react-progress": "^1.1.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-slider": "^1.3.6", |
| "@radix-ui/react-slot": "^1.2.4", |
| "@radix-ui/react-switch": "^1.2.6", |
| "@radix-ui/react-tabs": "^1.1.13", |
| "@radix-ui/react-tooltip": "^1.2.8", |
| "@sentry/nextjs": "^10.51.0", |
| "@tanstack/react-query": "^5.100.9", |
| "@tanstack/react-virtual": "^3.13.24", |
| "@tauri-apps/api": "^2.11.0", |
| "@tauri-apps/plugin-dialog": "^2.7.0", |
| "@tauri-apps/plugin-fs": "^2.5.1", |
| "@tauri-apps/plugin-opener": "^2.5.3", |
| "@tauri-apps/plugin-process": "^2.3.1", |
| "@tauri-apps/plugin-updater": "^2.10.1", |
| "@use-gesture/react": "^10.3.1", |
| "@xstate/react": "^6.1.0", |
| "browser-fs-access": "^0.38.0", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "fflate": "^0.8.2", |
| "i18next": "^26.0.8", |
| "i18next-browser-languagedetector": "^8.2.1", |
| "i18next-localstorage-backend": "^4.3.1", |
| "immer": "^11.1.4", |
| "lucide-react": "^1.14.0", |
| "motion": "^12.38.0", |
| "next": "^16.2.4", |
| "next-themes": "^0.4.6", |
| "react": "^19.2.5", |
| "react-colorful": "^5.6.1", |
| "react-dom": "^19.2.5", |
| "react-error-boundary": "^6.1.1", |
| "react-hotkeys-hook": "^5.3.0", |
| "react-i18next": "^17.0.6", |
| "react-markdown": "^9.1.0", |
| "react-resizable-panels": "^4.10.0", |
| "remark-gfm": "^4.0.1", |
| "tailwind-merge": "^3.5.0", |
| "xstate": "^5.31.0", |
| "zustand": "^5.0.12" |
| }, |
| "devDependencies": { |
| "@faker-js/faker": "^10.4.0", |
| "@mswjs/data": "^0.16.2", |
| "@tailwindcss/postcss": "^4.2.4", |
| "@testing-library/jest-dom": "^6.9.1", |
| "@testing-library/react": "^16.3.2", |
| "@testing-library/user-event": "^14.6.1", |
| "@types/node": "^25.6.0", |
| "@types/react": "^19.2.14", |
| "@types/react-dom": "^19.2.3", |
| "@vitejs/plugin-react": "^6.0.1", |
| "@vitest/ui": "^4.1.5", |
| "babel-plugin-react-compiler": "^1.0.0", |
| "jsdom": "^29.1.1", |
| "msw": "^2.14.3", |
| "orval": "^8.9.0", |
| "oxlint": "^1.62.0", |
| "tailwindcss": "^4.2.4", |
| "tw-animate-css": "^1.4.0", |
| "typescript": "^6.0.3", |
| "vitest": "^4.1.5" |
| } |
| } |
|
|