clash-and-dashboard/package.json
2021-11-03 22:51:55 +08:00

78 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": {
"@babel/eslint-parser": "^7.16.0",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/react-table": "^7.7.7",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react-hooks": "^4.2.0",
"sass": "^1.43.4",
"type-fest": "^2.5.2",
"typescript": "^4.4.4",
"vite": "^2.6.13",
"vite-plugin-pwa": "^0.11.3",
"vite-plugin-windicss": "^1.4.12",
"vite-tsconfig-paths": "^3.3.17",
"windicss": "^3.2.1"
},
"dependencies": {
"axios": "^0.24.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"eventemitter3": "^4.0.7",
"immer": "^9.0.6",
"jotai": "^1.4.2",
"lodash-es": "^4.17.21",
"neverthrow": "^4.3.0",
"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"
}
}