{ "name": "yacd", "version": "0.3.8", "description": "Yet another Clash dashboard", "prettier": { "printWidth": 100, "singleQuote": true }, "scripts": { "lint": "eslint --fix --cache src", "dev": "vite", "start": "vite", "build": "vite build", "serve": "vite preview", "pretty": "prettier --write 'src/**/*.{js,scss,ts,tsx,md}'", "fmt": "pnpm lint && pnpm pretty" }, "browserslist": [ ">0.25%", "not ie 11", "not op_mini all" ], "keywords": [ "react", "clash" ], "author": "Haishan (https://haishan.me)", "private": true, "license": "MIT", "dependencies": { "@babel/runtime": "7.20.13", "@fontsource/roboto-mono": "4.5.10", "@reach/menu-button": "0.18.0", "@reach/tooltip": "0.18.0", "@reach/visually-hidden": "0.18.0", "@tanstack/react-query": "4.24.4", "chart.js": "4.2.1", "clsx": "^1.2.1", "core-js": "3.27.2", "country-flag-emoji-polyfill": "0.1.4", "date-fns": "2.29.3", "framer-motion": "9.0.2", "history": "5.3.0", "i18next": "22.4.9", "i18next-browser-languagedetector": "7.0.1", "immer": "9.0.19", "invariant": "^2.2.4", "lodash-es": "^4.17.21", "memoize-one": "6.0.0", "modern-normalize": "1.1.0", "react": "18.2.0", "react-dom": "18.2.0", "react-feather": "^2.0.10", "react-i18next": "12.1.5", "react-icons": "4.7.1", "react-modal": "3.16.1", "react-router": "6.8.1", "react-router-dom": "6.8.1", "react-switch": "^7.0.0", "react-table": "7.8.0", "react-tabs": "6.0.0", "react-tiny-fab": "4.0.4", "react-window": "^1.8.8", "recoil": "0.7.6", "regenerator-runtime": "0.13.11", "reselect": "4.1.7", "tslib": "2.5.0", "use-asset": "1.0.4", "workbox-core": "6.5.4", "workbox-expiration": "6.5.4", "workbox-precaching": "6.5.4", "workbox-routing": "6.5.4", "workbox-strategies": "6.5.4" }, "devDependencies": { "@fontsource/inter": "4.5.15", "@types/invariant": "2.2.35", "@types/lodash-es": "4.17.6", "@types/react": "18.0.28", "@types/react-dom": "18.0.10", "@types/react-modal": "3.13.1", "@types/react-window": "1.8.5", "@typescript-eslint/eslint-plugin": "5.51.0", "@typescript-eslint/parser": "5.51.0", "@vitejs/plugin-react": "3.1.0", "autoprefixer": "10.4.13", "eslint": "8.34.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "8.6.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.27.5", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "^10.0.0", "postcss": "8.4.21", "postcss-import": "15.1.0", "postcss-simple-vars": "^7.0.1", "prettier": "2.8.4", "resize-observer-polyfill": "^1.5.1", "sass": "1.58.0", "typescript": "4.9.5", "vite": "4.1.1", "vite-plugin-pwa": "0.14.4" }, "pnpm": { "patchedDependencies": { "country-flag-emoji-polyfill@0.1.4": "patches/country-flag-emoji-polyfill@0.1.4.patch" } } }