| { | |
| "name": "metarec-ui", | |
| "private": true, | |
| "version": "0.0.1", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "preview": "vite preview --port 5173", | |
| "test": "vitest run", | |
| "test:unit": "vitest run .unit.test.ts", | |
| "test:render": "vitest run .test.tsx", | |
| "contract:gen": "openapi-typescript ../contracts/metarec-openapi.json -o src/contracts/openapi-types.ts", | |
| "contract:check": "npm run contract:gen && npx tsc --noEmit" | |
| }, | |
| "dependencies": { | |
| "@types/react-rnd": "^7.4.4", | |
| "bootstrap-icons": "^1.13.1", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-rnd": "^10.5.2", | |
| "react-router-dom": "^7.9.5" | |
| }, | |
| "devDependencies": { | |
| "@testing-library/jest-dom": "^6.5.0", | |
| "@testing-library/react": "^16.1.0", | |
| "@types/react": "^18.3.5", | |
| "@types/react-dom": "^18.3.0", | |
| "@vitejs/plugin-react": "^5.1.1", | |
| "jsdom": "^29.0.1", | |
| "openapi-typescript": "^7.10.1", | |
| "typescript": "^5.6.2", | |
| "vite": "^8.0.3", | |
| "vitest": "^4.1.2", | |
| "zod": "^4.1.12" | |
| } | |
| } | |