{ "name": "mission-control-2-frontend", "private": true, "version": "3.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src", "format": "prettier --write \"src/**/*.{ts,tsx,css}\"" }, "dependencies": { "@fontsource/barlow": "^5.3.0", "@fontsource/barlow-condensed": "^5.3.0", "@fontsource/jetbrains-mono": "^5.3.0", "@tanstack/react-query": "^5.103.2", "@tanstack/react-router": "^1.170.39", "class-variance-authority": "^0.7.1", "cn": "^0.4.0", "lucide-react": "^1.47.0", "radix-ui": "^1.6.7", "react": "^19.3.0", "react-dom": "^19.3.0", "tw-animate-css": "^1.4.0" }, "devDependencies": { "@babel/core": "^7.29.7", "@eslint/js": "^10.0.1", "@rolldown/plugin-babel": "^0.2.4", "@tailwindcss/vite": "^4.3.3", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.3", "@types/babel__core": "^7.20.5", "@types/node": "^22.10.1", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.5", "@vitejs/plugin-react": "^6.1.1", "babel-plugin-react-compiler": "^1.0.0", "eslint": "^10.9.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.5", "globals": "^17.11.0", "jsdom": "^30.0.1", "prettier": "^3.9.6", "shadcn": "^4.21.0", "tailwindcss": "^4.3.3", "typescript": "^5.6.3", "typescript-eslint": "^8.68.0", "vite": "^8.3.0", "vitest": "^5.0.1" } }