{ "name": "api-security-scanner", "version": "1.0.1", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "biome check .", "lint:fix": "biome check --write .", "lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0", "format": "biome format --write .", "format:prettier": "prettier --write \"**/*.{ts,tsx,scss}\"", "format:check": "prettier --check \"**/*.{ts,tsx,scss}\"", "typecheck": "tsc -b", "lint:scss": "stylelint \"src/**/*.css\" --max-warnings 0", "lint:scss:fix": "stylelint \"src/**/*.css\" --fix" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@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-tabs": "^1.1.13", "@radix-ui/react-toast": "^1.2.15", "@radix-ui/react-tooltip": "^1.2.8", "@tanstack/react-query": "^5.90.21", "@tanstack/react-query-devtools": "^5.91.3", "axios": "^1.16.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", "immer": "^11.1.4", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.71.1", "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.0", "recharts": "^3.7.0", "socket.io-client": "^4.8.3", "sonner": "^2.0.7", "zod": "^4.3.6", "zustand": "^5.0.11" }, "devDependencies": { "@biomejs/biome": "^2.4.2", "@eslint/js": "^9.39.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "globals": "^17.3.0", "husky": "^9.1.7", "prettier": "^3.8.1", "stylelint": "^17.3.0", "stylelint-config-prettier-scss": "^1.0.0", "stylelint-config-standard-scss": "^17.0.0", "typescript": "~5.9.3", "typescript-eslint": "^8.56.0", "vite": "^7.3.2", "vite-tsconfig-paths": "^6.1.1" }, "pnpm": { "overrides": { "ajv@<6.14.0": ">=6.14.0", "brace-expansion@<1.1.13": ">=1.1.13", "brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3", "fast-uri@<=3.1.0": ">=3.1.1", "fast-uri@<=3.1.1": ">=3.1.2", "flatted@<3.4.0": ">=3.4.0", "flatted@<=3.4.1": ">=3.4.2", "minimatch@<3.1.3": ">=3.1.3", "minimatch@<3.1.4": ">=3.1.4", "minimatch@>=9.0.0 <9.0.6": ">=9.0.6", "minimatch@>=9.0.0 <9.0.7": ">=9.0.7", "postcss@<8.5.10": ">=8.5.10", "socket.io-parser@>=4.0.0 <4.2.6": ">=4.2.6", "ws@>=8.0.0 <8.20.1": ">=8.20.1" } } }