yacd/package.json

110 lines
3 KiB
JSON
Raw Normal View History

2018-10-20 20:32:02 +08:00
{
"name": "yacd",
2022-05-14 12:40:33 +08:00
"version": "0.3.5",
2018-10-20 20:32:02 +08:00
"description": "Yet another Clash dashboard",
"prettier": {
"printWidth": 100,
"singleQuote": true
},
2018-10-20 20:32:02 +08:00
"scripts": {
"lint": "eslint --fix --cache src",
2021-05-30 16:33:27 +08:00
"dev": "vite",
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"pretty": "prettier --write 'src/**/*.{js,scss,ts,tsx,md}'",
"fmt": "pnpm lint && pnpm pretty"
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": [
"react",
"clash"
2019-12-27 16:32:24 +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": {
2022-06-05 23:39:51 +08:00
"@babel/runtime": "7.18.3",
2022-05-08 14:37:00 +08:00
"@fontsource/roboto-mono": "4.5.7",
"@reach/tooltip": "0.17.0",
"@reach/visually-hidden": "0.17.0",
2022-06-05 23:39:51 +08:00
"chart.js": "3.8.0",
"clsx": "^1.1.0",
2022-06-05 23:39:51 +08:00
"core-js": "3.22.8",
"date-fns": "2.28.0",
2022-06-05 23:39:51 +08:00
"framer-motion": "6.3.10",
"history": "5.3.0",
2022-06-05 23:39:51 +08:00
"i18next": "21.8.8",
2022-05-08 14:37:00 +08:00
"i18next-browser-languagedetector": "6.1.4",
2022-06-05 23:39:51 +08:00
"i18next-http-backend": "1.4.1",
"immer": "9.0.14",
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",
"prop-types": "15.8.1",
2022-05-08 14:37:00 +08:00
"react": "18.1.0",
"react-dom": "18.1.0",
2022-06-05 23:39:51 +08:00
"react-feather": "^2.0.10",
"react-i18next": "11.17.0",
"react-icons": "4.4.0",
2022-05-08 14:37:00 +08:00
"react-modal": "3.15.1",
2022-06-05 23:39:51 +08:00
"react-query": "3.39.1",
2022-05-08 14:37:00 +08:00
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
2021-02-28 11:51:29 +08:00
"react-switch": "^6.0.0",
2022-06-05 23:39:51 +08:00
"react-table": "7.8.0",
2022-05-08 14:37:00 +08:00
"react-tabs": "5.1.0",
2021-11-12 18:03:18 +08:00
"react-tiny-fab": "4.0.4",
2019-07-08 16:11:00 +08:00
"react-window": "^1.8.5",
2022-06-05 23:39:51 +08:00
"recoil": "0.7.3",
2021-09-04 16:34:15 +08:00
"regenerator-runtime": "0.13.9",
"reselect": "4.1.5",
2022-05-08 14:37:00 +08:00
"tslib": "2.4.0",
2022-05-09 13:13:43 +08:00
"use-asset": "1.0.4",
2022-05-08 14:37:00 +08:00
"workbox-core": "6.5.3",
"workbox-expiration": "6.5.3",
"workbox-precaching": "6.5.3",
"workbox-routing": "6.5.3",
"workbox-strategies": "6.5.3"
2018-10-20 20:32:02 +08:00
},
"devDependencies": {
2022-06-05 23:39:51 +08:00
"@fontsource/inter": "4.5.11",
2021-09-04 16:34:15 +08:00
"@types/invariant": "2.2.35",
"@types/lodash-es": "4.17.6",
2022-06-05 23:39:51 +08:00
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
2021-11-12 18:03:18 +08:00
"@types/react-modal": "3.13.1",
2021-09-04 16:34:15 +08:00
"@types/react-window": "1.8.5",
2022-06-05 23:39:51 +08:00
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
2022-05-08 18:37:08 +08:00
"@vitejs/plugin-react": "1.3.2",
2022-05-08 14:37:00 +08:00
"autoprefixer": "10.4.7",
2022-06-05 23:39:51 +08:00
"cssnano": "5.1.11",
"eslint": "8.17.0",
2021-11-12 18:03:18 +08:00
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
2022-05-08 14:37:00 +08:00
"eslint-config-react-app": "7.0.1",
2021-11-12 18:03:18 +08:00
"eslint-plugin-flowtype": "8.0.3",
2022-05-08 14:37:00 +08:00
"eslint-plugin-import": "2.26.0",
2021-11-12 18:03:18 +08:00
"eslint-plugin-jsx-a11y": "6.5.1",
2022-06-05 23:39:51 +08:00
"eslint-plugin-react": "7.30.0",
2022-05-08 14:37:00 +08:00
"eslint-plugin-react-hooks": "4.5.0",
2021-01-04 21:44:12 +08:00
"eslint-plugin-simple-import-sort": "^7.0.0",
2022-06-05 23:39:51 +08:00
"postcss": "8.4.14",
"postcss-custom-media": "^8.0.2",
2022-05-08 14:37:00 +08:00
"postcss-import": "14.1.0",
2021-02-28 11:51:29 +08:00
"postcss-simple-vars": "^6.0.3",
2022-05-08 14:37:00 +08:00
"prettier": "2.6.2",
2019-12-20 17:45:05 +08:00
"resize-observer-polyfill": "^1.5.1",
2022-06-05 23:39:51 +08:00
"sass": "1.52.2",
"typescript": "4.7.3",
"vite": "2.9.9",
2022-05-08 14:37:00 +08:00
"vite-plugin-pwa": "0.12.0"
2018-10-20 20:32:02 +08:00
}
}