{ "name": "local-frontier", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0 --port 7860", "build": "npm run profiles:build && vite build && node scripts/copy-static-assets.mjs", "preview": "vite preview --host 0.0.0.0 --port 7860", "format": "prettier --check \"{src,tests}/**/*.{ts,tsx}\" \"scripts/*.mjs\" AGENTS.md README.md components.json eslint.config.mjs package.json slophammer.yml stryker.config.json tsconfig.json vite.config.ts .github/workflows/ci.yml", "lint": "eslint src tests", "typecheck": "tsc --noEmit", "test": "vitest run", "coverage": "vitest run --coverage --coverage.include=src/lib/utils.ts --coverage.include=src/lib/compare-defaults.ts --coverage.thresholds.lines 85 --coverage.thresholds.functions 85 --coverage.thresholds.branches 85 --coverage.thresholds.statements 85", "dry": "slophammer-ts dry .", "models:generate": "node scripts/generate-model-data.mjs", "mutate": "stryker run", "mutate:scan": "stryker run --dryRunOnly", "slophammer": "slophammer-ts check .", "legacy:test": "node scripts/test-bounds-engine.mjs && node scripts/validate-model-data.mjs && npm run profiles:validate", "profiles:build": "node scripts/build-profile-data.mjs", "profiles:validate": "node scripts/validate-profiles.mjs", "check": "npm run format && npm run lint && npm run typecheck && npm test && npm run legacy:test && npm run build" }, "dependencies": { "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-select": "^2.3.2", "@radix-ui/react-slot": "^1.2.4", "@tailwindcss/vite": "^4.1.17", "@vitejs/plugin-react": "^5.1.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "lucide-react": "^0.561.0", "react": "^19.2.3", "react-dom": "^19.2.3", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.17", "tw-animate-css": "^1.4.0", "vite": "^7.3.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@stryker-mutator/core": "^9.6.1", "@stryker-mutator/typescript-checker": "^9.6.1", "@stryker-mutator/vitest-runner": "^9.6.1", "@types/node": "^24.10.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitest/coverage-v8": "^4.0.16", "ajv": "^8.20.0", "eslint": "^9.39.2", "prettier": "^3.7.4", "slophammer-ts": "0.4.0", "typescript": "^5.9.3", "typescript-eslint": "^8.50.1", "vitest": "^4.0.16" } }