-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"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.12",
"@types/node": "^18.19.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@unocss/eslint-config": "^0.50.8",
"@unocss/preset-wind": "^0.50.8",
"@unocss/reset": "^0.50.8",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-love": "^47.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"sass": "^1.69.7",
"type-fest": "^3.13.1",
"typescript": "^5.3.3",
"unocss": "^0.50.8",
"vite": "^4.5.1",
"vite-plugin-pwa": "^0.14.7",
"vite-tsconfig-paths": "^4.2.3"
},
"dependencies": {
"@react-hookz/web": "^23.1.0",
"@tanstack/react-table": "^8.11.6",
"axios": "^1.6.5",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"eventemitter3": "^5.0.1",
"immer": "^9.0.21",
"jotai": "^2.6.1",
"jotai-immer": "^0.2.0",
"lodash-es": "^4.17.21",
"neverthrow": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.2",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.10",
"swr": "^2.2.4",
"use-immer": "^0.8.1"
}
}