summaryrefslogtreecommitdiff
path: root/package.json
blob: 520eb844bfe97a3232257b3f877bbf13dfc86071 (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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "name": "yacd",
  "version": "0.1.13",
  "description": "Yet another Clash dashboard",
  "scripts": {
    "lint": "eslint --fix --cache src",
    "start": "NODE_ENV=development node server.js",
    "build": "NODE_ENV=production webpack -p --progress",
    "pretty": "prettier --single-quote --write 'src/**/*.{js,scss}'"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "yarn lint"
    }
  },
  "lint-staged": {
    "*.{js,scss,css,md}": [
      "prettier --single-quote --write"
    ]
  },
  "browserslist": [
    ">0.25%",
    "not ie 11",
    "not op_mini all"
  ],
  "keywords": [
    "react",
    "clash"
  ],
  "author": "Haishan <[email protected]> (https://haishan.me)",
  "private": true,
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.9.6",
    "@hsjs/react-cache": "0.0.0-alpha.aa94237",
    "@sentry/browser": "^5.15.0",
    "chart.js": "^2.9.2",
    "clsx": "^1.1.0",
    "core-js": "^3.6.2",
    "date-fns": "^2.13.0",
    "framer-motion": "^1.10.0",
    "history": "^4.7.2",
    "immer": "^5.1.0",
    "invariant": "^2.2.4",
    "lodash-es": "^4.17.14",
    "memoize-one": "^5.1.1",
    "modern-normalize": "^0.6.0",
    "prop-types": "^15.5.10",
    "react": "0.0.0-experimental-241c4467e",
    "react-dom": "0.0.0-experimental-241c4467e",
    "react-feather": "^2.0.3",
    "react-icons": "^3.10.0",
    "react-modal": "^3.11.1",
    "react-router": "^6.0.0-alpha.1",
    "react-router-dom": "^6.0.0-alpha.1",
    "react-switch": "^5.0.1",
    "react-table": "7.0.0-rc.15",
    "react-tabs": "^3.1.0",
    "react-tiny-fab": "^3.5.0",
    "react-window": "^1.8.5",
    "regenerator-runtime": "^0.13.2",
    "reselect": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-proposal-do-expressions": "^7.7.4",
    "@babel/plugin-syntax-dynamic-import": "^7.7.4",
    "@babel/plugin-transform-runtime": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-flow": "^7.7.4",
    "@babel/preset-react": "^7.7.4",
    "@hsjs/react-refresh-webpack-plugin": "^0.1.3",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.2.0",
    "@types/jest": "^25.2.1",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "@typescript-eslint/eslint-plugin": "2.32.1-alpha.2",
    "@typescript-eslint/parser": "2.32.1-alpha.2",
    "autoprefixer": "^9.7.3",
    "babel-eslint": "10.x",
    "babel-loader": "^8.0.5",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.1.1",
    "css-loader": "^3.4.2",
    "cssnano": "^4.1.7",
    "eslint": "^7.0.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-react-app": "^5.2.1",
    "eslint-import-resolver-webpack": "^0.12.0",
    "eslint-plugin-flowtype": "4.x",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^23.10.0",
    "eslint-plugin-jsx-a11y": "6.x",
    "eslint-plugin-react": "7.x",
    "eslint-plugin-react-hooks": "^4.0.0",
    "eslint-plugin-simple-import-sort": "^5.0.3",
    "file-loader": "^6.0.0",
    "fork-ts-checker-notifier-webpack-plugin": "^2.0.0",
    "fork-ts-checker-webpack-plugin": "^4.1.3",
    "html-webpack-plugin": "^4.3.0",
    "husky": "^4.0.0",
    "lint-staged": "^10.2.2",
    "mini-css-extract-plugin": "^0.9.0",
    "postcss-custom-media": "^7.0.8",
    "postcss-extend-rule": "^3.0.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-nested": "^4.2.0",
    "postcss-simple-vars": "^5.0.2",
    "prettier": "^2.0.4",
    "react-refresh": "^0.8.2",
    "resize-observer-polyfill": "^1.5.1",
    "style-loader": "^1.2.1",
    "terser-webpack-plugin": "^3.0.1",
    "ts-loader": "^7.0.4",
    "typescript": "^3.8.3",
    "webpack": "^4.41.6",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-cli": "^3.3.10",
    "webpack-dev-middleware": "^3.7.2",
    "webpack-hot-middleware": "^2.22.2"
  }
}