summaryrefslogtreecommitdiff
path: root/package.json
blob: 92dc8a68f2f7e79dcc7c68f005f2cb5718c89869 (plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
  "name": "yacd",
  "version": "0.3.7",
  "description": "Yet another Clash dashboard",
  "author": "MetaCubeX (https://github.com/MetaCubeX)",
  "license": "MIT",
  "private": true,
  "packageManager": "[email protected]",
  "keywords": [
    "react",
    "clash"
  ],
  "scripts": {
    "dev": "vite",
    "start": "vite",
    "build": "vite build",
    "serve": "vite preview"
  },
  "dependencies": {
    "@hello-pangea/dnd": "^18.0.1",
    "@reach/tooltip": "0.18.0",
    "@reach/visually-hidden": "0.18.0",
    "chartjs-adapter-date-fns": "^3.0.0",
    "clsx": "^2.1.1",
    "history": "5.3.0",
    "invariant": "^2.2.4",
    "lodash-es": "^4.18.1",
    "memoize-one": "6.0.0",
    "modern-normalize": "3.0.1",
    "prop-types": "15.8.1",
    "react-chartjs-2": "^5.3.1",
    "react-feather": "^2.0.10",
    "react-modal": "3.16.3",
    "react-tabs": "6.1.1",
    "react-tiny-fab": "4.0.4",
    "react-window": "^2.2.7",
    "regenerator-runtime": "0.14.1",
    "tslib": "2.8.1",
    "use-asset": "1.0.4"
  },
  "devDependencies": {
    "@babel/runtime": "7.29.2",
    "@fontsource/inter": "5.2.8",
    "@fontsource/roboto-mono": "5.2.8",
    "@types/invariant": "2.2.37",
    "@types/jest": "30.0.0",
    "@types/lodash-es": "4.17.12",
    "@types/react": "18.3.28",
    "@types/react-dom": "18.3.7",
    "@types/react-modal": "3.16.3",
    "@typescript-eslint/eslint-plugin": "8.58.2",
    "@typescript-eslint/parser": "8.58.2",
    "@vitejs/plugin-react": "5.1.0",
    "autoprefixer": "10.5.0",
    "baseline-browser-mapping": "^2.10.19",
    "chart.js": "4.5.1",
    "core-js": "3.49.0",
    "cssnano": "7.1.5",
    "date-fns": "4.1.0",
    "eslint": "8.57.1",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-config-react-app": "7.0.1",
    "eslint-plugin-flowtype": "8.0.3",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jest": "29.15.2",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.0.1",
    "framer-motion": "12.38.0",
    "i18next": "26.0.4",
    "i18next-browser-languagedetector": "8.2.1",
    "i18next-http-backend": "3.0.4",
    "immer": "11.1.4",
    "postcss": "8.5.9",
    "postcss-preset-env": "^11.2.1",
    "prettier": "3.8.3",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-i18next": "17.0.3",
    "react-icons": "5.6.0",
    "react-query": "3.39.3",
    "react-router": "7.14.1",
    "react-router-dom": "7.14.1",
    "react-switch": "7.1.0",
    "react-table": "7.8.0",
    "recoil": "0.7.7",
    "reselect": "5.1.1",
    "resize-observer-polyfill": "^1.5.1",
    "sass": "1.99.0",
    "typescript": "6.0.2",
    "vite": "7.3.2",
    "vite-plugin-pwa": "1.2.0",
    "workbox-build": "7.4.0",
    "workbox-core": "7.4.0",
    "workbox-expiration": "7.4.0",
    "workbox-precaching": "7.4.0",
    "workbox-routing": "7.4.0",
    "workbox-strategies": "7.4.0",
    "workbox-window": "7.4.0"
  }
}