clash-and-dashboard/package.json
2021-06-11 20:23:44 +08:00

74 lines
2.3 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": "yarn 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.4",
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.7.1",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.3",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vitejs/plugin-react-refresh": "^1.3.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"sass": "^1.34.1",
"type-fest": "^1.2.0",
"typescript": "^4.3.2",
"vite": "2.3.5",
"vite-plugin-windicss": "^1.0.3",
"vite-tsconfig-paths": "^3.3.13",
"windicss": "^3.1.3"
},
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.3.1",
"dayjs": "^1.10.5",
"eventemitter3": "^4.0.7",
"immer": "^9.0.3",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-table": "^7.7.0",
"react-use": "^17.2.4",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
"recoil": "^0.3.1",
"swr": "^0.5.6",
"use-immer": "^0.5.2"
}
}