109 lines
3.2 KiB
JSON
109 lines
3.2 KiB
JSON
{
|
|
"name": "yacd",
|
|
"version": "0.2.15",
|
|
"description": "Yet another Clash dashboard",
|
|
"scripts": {
|
|
"lint": "eslint --fix --cache src",
|
|
"dev": "vite",
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"pretty": "prettier --single-quote --write 'src/**/*.{js,scss,ts,tsx,md}'"
|
|
},
|
|
"browserslist": [
|
|
">0.25%",
|
|
"not ie 11",
|
|
"not op_mini all"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"clash"
|
|
],
|
|
"author": "Haishan <haishanhan@gmail.com> (https://haishan.me)",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "7.14.0",
|
|
"@hsjs/react-cache": "0.0.0-alpha.aa94237",
|
|
"@reach/tooltip": "0.15.0",
|
|
"@sentry/browser": "6.4.1",
|
|
"chart.js": "2.9.2",
|
|
"clsx": "^1.1.0",
|
|
"core-js": "3.13.1",
|
|
"date-fns": "2.22.1",
|
|
"fontsource-open-sans": "^4.0.0",
|
|
"fontsource-roboto-mono": "^4.0.0",
|
|
"framer-motion": "4.1.17",
|
|
"history": "^5.0.0",
|
|
"i18next": "20.3.1",
|
|
"i18next-browser-languagedetector": "6.1.1",
|
|
"i18next-http-backend": "1.2.6",
|
|
"immer": "9.0.2",
|
|
"invariant": "^2.2.4",
|
|
"lodash-es": "^4.17.21",
|
|
"memoize-one": "5.2.1",
|
|
"modern-normalize": "1.1.0",
|
|
"prop-types": "^15.5.10",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-feather": "^2.0.9",
|
|
"react-i18next": "11.10.0",
|
|
"react-icons": "^4.2.0",
|
|
"react-modal": "3.13.1",
|
|
"react-query": "3.16.0",
|
|
"react-router": "6.0.0-beta.0",
|
|
"react-router-dom": "6.0.0-beta.0",
|
|
"react-switch": "^6.0.0",
|
|
"react-table": "7.7.0",
|
|
"react-tabs": "3.2.2",
|
|
"react-tiny-fab": "4.0.3",
|
|
"react-window": "^1.8.5",
|
|
"recoil": "0.3.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"reselect": "^4.0.0",
|
|
"tslib": "2.2.0",
|
|
"workbox-core": "6.1.5",
|
|
"workbox-expiration": "6.1.5",
|
|
"workbox-precaching": "6.1.5",
|
|
"workbox-routing": "6.1.5",
|
|
"workbox-strategies": "6.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/invariant": "^2.2.33",
|
|
"@types/jest": "26.0.23",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/react": "17.0.8",
|
|
"@types/react-dom": "17.0.5",
|
|
"@types/react-modal": "^3.12.0",
|
|
"@types/react-tabs": "^2.3.2",
|
|
"@types/react-window": "1.8.3",
|
|
"@typescript-eslint/eslint-plugin": "4.25.0",
|
|
"@typescript-eslint/parser": "4.25.0",
|
|
"@vitejs/plugin-react-refresh": "1.3.3",
|
|
"autoprefixer": "10.2.6",
|
|
"cssnano": "5.0.5",
|
|
"eslint": "7.27.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-plugin-flowtype": "5.7.2",
|
|
"eslint-plugin-import": "2.23.4",
|
|
"eslint-plugin-jest": "24.3.6",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-react": "7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.1.2",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"postcss": "8.3.0",
|
|
"postcss-custom-media": "^8.0.0",
|
|
"postcss-extend-rule": "^3.0.0",
|
|
"postcss-import": "14.0.2",
|
|
"postcss-loader": "5.3.0",
|
|
"postcss-nested": "5.0.5",
|
|
"postcss-simple-vars": "^6.0.3",
|
|
"prettier": "2.3.0",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"typescript": "4.3.2",
|
|
"vite": "2.3.4",
|
|
"vite-plugin-pwa": "0.7.3"
|
|
}
|
|
}
|