Yacd-meta/package.json
liyp e33fb875dd
Some checks failed
continuous-integration/drone/push Build is passing
Deploy / build (push) Failing after 3s
update to 0.3.6
2023-04-27 21:28:17 +08:00

100 lines
2.8 KiB
JSON

{
"name": "yacd",
"version": "0.3.6",
"description": "Yet another Clash dashboard",
"author": "MetaCubeX (https://github.com/MetaCubeX)",
"license": "MIT",
"private": true,
"keywords": [
"react",
"clash"
],
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@reach/tooltip": "0.18.0",
"@reach/visually-hidden": "0.18.0",
"clsx": "^1.2.1",
"history": "5.3.0",
"invariant": "^2.2.4",
"lodash-es": "^4.17.21",
"memoize-one": "6.0.0",
"modern-normalize": "1.1.0",
"prop-types": "15.8.1",
"react-feather": "^2.0.10",
"react-modal": "3.16.1",
"react-tabs": "6.0.0",
"react-tiny-fab": "4.0.4",
"react-window": "^1.8.8",
"regenerator-runtime": "0.13.11",
"tslib": "2.4.1",
"use-asset": "1.0.4"
},
"devDependencies": {
"@babel/runtime": "7.20.13",
"@fontsource/inter": "4.5.15",
"@fontsource/roboto-mono": "4.5.10",
"@types/invariant": "2.2.35",
"@types/jest": "29.4.0",
"@types/lodash-es": "4.17.6",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-modal": "3.13.1",
"@types/react-window": "1.8.5",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@vitejs/plugin-react": "3.0.1",
"autoprefixer": "10.4.13",
"chart.js": "4.2.0",
"core-js": "3.27.2",
"cssnano": "5.1.14",
"date-fns": "2.29.3",
"eslint": "8.32.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-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "9.0.0",
"framer-motion": "8.5.3",
"husky": "^8.0.3",
"i18next": "22.4.9",
"i18next-browser-languagedetector": "7.0.1",
"i18next-http-backend": "2.1.1",
"immer": "9.0.18",
"lint-staged": "^13.1.0",
"postcss": "8.4.21",
"postcss-preset-env": "^8.0.0",
"prettier": "2.8.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.4",
"react-icons": "4.7.1",
"react-query": "3.39.3",
"react-router": "6.8.0",
"react-router-dom": "6.8.0",
"react-switch": "7.0.0",
"react-table": "7.8.0",
"recoil": "0.7.6",
"reselect": "4.1.7",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.57.1",
"typescript": "4.9.4",
"vite": "4.0.4",
"vite-plugin-pwa": "0.14.1",
"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"
}
}