mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
77 lines
2.5 KiB
JSON
77 lines
2.5 KiB
JSON
{
|
|
"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.6",
|
|
"@types/node": "^17.0.23",
|
|
"@types/react": "^17.0.43",
|
|
"@types/react-dom": "^17.0.14",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-table": "^7.7.10",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
"@typescript-eslint/parser": "^5.17.0",
|
|
"@vitejs/plugin-react": "^1.3.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^16.1.4",
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
"eslint-import-resolver-typescript": "^2.7.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"sass": "^1.49.10",
|
|
"type-fest": "^2.12.2",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.1",
|
|
"vite-plugin-pwa": "^0.11.13",
|
|
"vite-plugin-windicss": "^1.8.3",
|
|
"vite-tsconfig-paths": "^3.4.1",
|
|
"windicss": "^3.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@react-hookz/web": "^13.2.0",
|
|
"@tanstack/react-table": "^8.0.0-alpha.11",
|
|
"axios": "^0.26.1",
|
|
"classnames": "^2.3.1",
|
|
"dayjs": "^1.11.0",
|
|
"eventemitter3": "^4.0.7",
|
|
"immer": "^9.0.12",
|
|
"jotai": "^1.6.1",
|
|
"lodash-es": "^4.17.21",
|
|
"neverthrow": "^4.3.1",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-virtualized-auto-sizer": "^1.0.6",
|
|
"react-window": "^1.8.6",
|
|
"swr": "^1.2.2",
|
|
"use-immer": "^0.6.0"
|
|
}
|
|
}
|