{ "name": "clash-dashboard", "version": "0.1.0", "description": "Web port of clash.", "keywords": [ "clash", "dashboard" ], "author": "Dreamacro", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Dreamacro/clash-dashboard.git" }, "bugs": { "url": "https://github.com/Dreamacro/clash-dashboard/issues" }, "homepage": "https://github.com/Dreamacro/clash-dashboard", "scripts": { "start": "vite", "build": "vite build", "lint": "pnpm lint:ts", "lint:ts": "eslint --ext=jsx,ts,tsx --fix src", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate" }, "devDependencies": { "@types/lodash-es": "^4.17.7", "@types/node": "^22.10.0", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "@unocss/eslint-config": "^0.51.4", "@unocss/preset-wind": "^0.51.4", "@unocss/reset": "^0.51.4", "@vitejs/plugin-react": "^3.1.0", "eslint": "^8.38.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-standard-with-typescript": "^34.0.1", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "sass": "^1.81.0", "type-fest": "^3.8.0", "typescript": "^5.0.4", "unocss": "^0.51.4", "vite": "^4.2.2", "vite-plugin-pwa": "^0.14.7", "vite-tsconfig-paths": "^4.2.0" }, "dependencies": { "@react-hookz/web": "^23.0.0", "@tanstack/react-table": "^8.8.5", "axios": "^1.3.5", "classnames": "^2.5.1", "dayjs": "^1.11.7", "eventemitter3": "^5.0.1", "immer": "^10.0.1", "jotai": "^2.0.4", "jotai-immer": "^0.2.0", "lodash-es": "^4.17.21", "neverthrow": "^8.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.10.0", "react-virtualized-auto-sizer": "^1.0.15", "react-window": "^1.8.9", "swr": "^2.1.3", "use-immer": "^0.9.0" } }