{ "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": "yarn lint:ts", "lint:ts": "eslint --ext=jsx,ts,tsx --fix src", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate" }, "devDependencies": { "@babel/eslint-parser": "^7.15.7", "@types/lodash-es": "^4.17.5", "@types/node": "^16.10.2", "@types/react": "^17.0.26", "@types/react-dom": "^17.0.9", "@types/react-router-dom": "^5.3.0", "@types/react-table": "^7.7.5", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", "@vitejs/plugin-react": "^1.0.1", "eslint": "^7.32.0", "eslint-config-react-app": "^6.0.0", "eslint-config-standard-with-typescript": "^21.0.1", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-flowtype": "^6.1.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", "sass": "^1.42.1", "type-fest": "^2.3.4", "typescript": "^4.4.3", "vite": "^2.6.2", "vite-plugin-pwa": "^0.11.2", "vite-plugin-windicss": "^1.4.8", "vite-tsconfig-paths": "^3.3.14", "windicss": "^3.1.8" }, "dependencies": { "axios": "^0.22.0", "classnames": "^2.3.1", "dayjs": "^1.10.7", "eventemitter3": "^4.0.7", "immer": "^9.0.6", "jotai": "^1.3.6", "lodash-es": "^4.17.21", "neverthrow": "^4.2.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", "react-table": "^7.7.0", "react-use": "^17.3.1", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.6", "swr": "^1.0.1", "use-immer": "^0.6.0" } }