{ "name": "cn.kmux.navsitereact", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "prepare": "husky" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-slot": "^1.2.4", "axios": "^1.13.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.553.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^6.30.2", "react-toastify": "^11.0.5", "tailwind-merge": "^3.4.0", "tailwind-scrollbar": "^4.0.2", "tailwindcss": "^4.1.17" }, "devDependencies": { "@eslint/js": "^9.39.1", "@tailwindcss/vite": "^4.1.17", "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "babel-plugin-react-compiler": "^19.1.0-rc.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.39.1", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "husky": "^9.1.7", "prettier": "^3.6.2", "prettier-plugin-tailwindcss": "^0.7.1", "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", "typescript-eslint": "^8.46.3", "vite": "^7.2.2", "zustand": "^5.0.8" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } } }