2018-10-20 20:32:02 +08:00
|
|
|
{
|
|
|
|
"name": "yacd",
|
2021-11-14 22:21:52 +08:00
|
|
|
"version": "0.3.4",
|
2018-10-20 20:32:02 +08:00
|
|
|
"description": "Yet another Clash dashboard",
|
2021-11-12 20:39:01 +08:00
|
|
|
"prettier": {
|
|
|
|
"printWidth": 100,
|
|
|
|
"singleQuote": true
|
|
|
|
},
|
2018-10-20 20:32:02 +08:00
|
|
|
"scripts": {
|
2020-05-12 23:55:05 +08:00
|
|
|
"lint": "eslint --fix --cache src",
|
2021-05-30 16:33:27 +08:00
|
|
|
"dev": "vite",
|
|
|
|
"start": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"serve": "vite preview",
|
2020-11-13 23:03:41 +08:00
|
|
|
"pretty": "prettier --single-quote --write 'src/**/*.{js,scss,ts,tsx,md}'"
|
2018-10-20 20:32:02 +08:00
|
|
|
},
|
2019-12-27 16:32:24 +08:00
|
|
|
"browserslist": [
|
|
|
|
">0.25%",
|
|
|
|
"not ie 11",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"keywords": [
|
2020-04-26 17:35:03 +08:00
|
|
|
"react",
|
|
|
|
"clash"
|
2019-12-27 16:32:24 +08:00
|
|
|
],
|
2018-12-29 13:09:42 +08:00
|
|
|
"author": "Haishan <haishanhan@gmail.com> (https://haishan.me)",
|
2018-10-20 20:32:02 +08:00
|
|
|
"private": true,
|
2019-07-06 17:44:25 +08:00
|
|
|
"license": "MIT",
|
2018-10-20 20:32:02 +08:00
|
|
|
"dependencies": {
|
2021-11-12 18:03:18 +08:00
|
|
|
"@babel/runtime": "7.16.3",
|
|
|
|
"@fontsource/open-sans": "4.5.2",
|
2021-07-09 21:57:33 +08:00
|
|
|
"@fontsource/roboto-mono": "4.5.0",
|
2019-01-18 23:51:30 +08:00
|
|
|
"@hsjs/react-cache": "0.0.0-alpha.aa94237",
|
2021-11-12 18:03:18 +08:00
|
|
|
"@reach/tooltip": "0.16.2",
|
2021-05-30 17:20:26 +08:00
|
|
|
"chart.js": "2.9.4",
|
2020-05-12 23:55:05 +08:00
|
|
|
"clsx": "^1.1.0",
|
2021-11-12 18:03:18 +08:00
|
|
|
"core-js": "3.19.1",
|
|
|
|
"date-fns": "2.25.0",
|
|
|
|
"framer-motion": "5.3.0",
|
|
|
|
"history": "5.1.0",
|
|
|
|
"i18next": "21.4.2",
|
2021-07-09 21:57:33 +08:00
|
|
|
"i18next-browser-languagedetector": "6.1.2",
|
2021-11-12 18:03:18 +08:00
|
|
|
"i18next-http-backend": "1.3.1",
|
2021-09-04 16:34:15 +08:00
|
|
|
"immer": "9.0.6",
|
2019-01-04 00:22:51 +08:00
|
|
|
"invariant": "^2.2.4",
|
2021-02-28 11:51:29 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2021-11-12 18:03:18 +08:00
|
|
|
"memoize-one": "6.0.0",
|
2021-05-30 16:33:27 +08:00
|
|
|
"modern-normalize": "1.1.0",
|
2018-10-20 20:32:02 +08:00
|
|
|
"prop-types": "^15.5.10",
|
2021-05-30 16:33:27 +08:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
2020-11-21 22:14:51 +08:00
|
|
|
"react-feather": "^2.0.9",
|
2021-11-12 18:03:18 +08:00
|
|
|
"react-i18next": "11.14.2",
|
|
|
|
"react-icons": "4.3.1",
|
|
|
|
"react-modal": "3.14.4",
|
|
|
|
"react-query": "3.32.1",
|
|
|
|
"react-router": "6.0.2",
|
|
|
|
"react-router-dom": "6.0.2",
|
2021-02-28 11:51:29 +08:00
|
|
|
"react-switch": "^6.0.0",
|
2021-05-30 16:33:27 +08:00
|
|
|
"react-table": "7.7.0",
|
2021-11-12 18:03:18 +08:00
|
|
|
"react-tabs": "3.2.3",
|
|
|
|
"react-tiny-fab": "4.0.4",
|
2019-07-08 16:11:00 +08:00
|
|
|
"react-window": "^1.8.5",
|
2021-11-12 18:03:18 +08:00
|
|
|
"recoil": "0.5.2",
|
2021-09-04 16:34:15 +08:00
|
|
|
"regenerator-runtime": "0.13.9",
|
2021-11-12 18:03:18 +08:00
|
|
|
"reselect": "4.1.2",
|
2021-09-04 16:34:15 +08:00
|
|
|
"tslib": "2.3.1",
|
2021-11-12 18:03:18 +08:00
|
|
|
"workbox-core": "6.3.0",
|
|
|
|
"workbox-expiration": "6.3.0",
|
|
|
|
"workbox-precaching": "6.3.0",
|
|
|
|
"workbox-routing": "6.3.0",
|
|
|
|
"workbox-strategies": "6.3.0"
|
2018-10-20 20:32:02 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-04 16:34:15 +08:00
|
|
|
"@types/invariant": "2.2.35",
|
2021-11-12 18:03:18 +08:00
|
|
|
"@types/jest": "27.0.2",
|
|
|
|
"@types/lodash-es": "4.17.5",
|
|
|
|
"@types/react": "17.0.34",
|
|
|
|
"@types/react-dom": "17.0.11",
|
|
|
|
"@types/react-modal": "3.13.1",
|
2021-07-09 21:57:33 +08:00
|
|
|
"@types/react-tabs": "2.3.3",
|
2021-09-04 16:34:15 +08:00
|
|
|
"@types/react-window": "1.8.5",
|
2021-11-12 18:03:18 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.3.1",
|
|
|
|
"@typescript-eslint/parser": "5.3.1",
|
2021-09-04 16:34:15 +08:00
|
|
|
"@vitejs/plugin-react-refresh": "1.3.6",
|
2021-11-12 18:03:18 +08:00
|
|
|
"autoprefixer": "10.4.0",
|
|
|
|
"cssnano": "5.0.10",
|
|
|
|
"eslint": "8.2.0",
|
|
|
|
"eslint-config-airbnb-base": "15.0.0",
|
2021-05-30 16:33:27 +08:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2020-10-16 21:57:08 +08:00
|
|
|
"eslint-config-react-app": "^6.0.0",
|
2021-11-12 18:03:18 +08:00
|
|
|
"eslint-plugin-flowtype": "8.0.3",
|
|
|
|
"eslint-plugin-import": "2.25.3",
|
|
|
|
"eslint-plugin-jest": "25.2.4",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
|
|
"eslint-plugin-react": "7.27.0",
|
|
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
2021-01-04 21:44:12 +08:00
|
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
2021-11-12 18:03:18 +08:00
|
|
|
"postcss": "8.3.11",
|
2021-02-28 11:51:29 +08:00
|
|
|
"postcss-custom-media": "^8.0.0",
|
2021-05-30 16:33:27 +08:00
|
|
|
"postcss-import": "14.0.2",
|
2021-02-28 11:51:29 +08:00
|
|
|
"postcss-simple-vars": "^6.0.3",
|
2021-11-12 18:03:18 +08:00
|
|
|
"prettier": "2.4.1",
|
2019-12-20 17:45:05 +08:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2021-11-12 18:03:18 +08:00
|
|
|
"sass": "1.43.4",
|
|
|
|
"typescript": "4.4.4",
|
|
|
|
"vite": "2.6.14",
|
|
|
|
"vite-plugin-pwa": "0.11.3"
|
2018-10-20 20:32:02 +08:00
|
|
|
}
|
|
|
|
}
|