mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
enable dns choose for node-vless
This commit is contained in:
63
package.json
63
package.json
@@ -16,25 +16,24 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^1.7.5",
|
||||
"@heroicons/react": "^2.0.13",
|
||||
"commander": "^9.4.1",
|
||||
"core-js": "^3.6.5",
|
||||
"@headlessui/react": "^1.7.12",
|
||||
"@heroicons/react": "^2.0.16",
|
||||
"core-js": "^3.28.0",
|
||||
"lodash": "^4.17.21",
|
||||
"pretty-cache-header": "^1.0.0",
|
||||
"qrcode": "^1.5.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"regenerator-runtime": "0.13.7",
|
||||
"tslib": "^2.3.0",
|
||||
"tslib": "^2.5.0",
|
||||
"undici": "^5.13.0",
|
||||
"uuid": "^9.0.0",
|
||||
"wrangler": "^2.6.2",
|
||||
"ws": "^8.12.0"
|
||||
"wrangler": "^2.11.1",
|
||||
"ws": "^8.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@cloudflare/workers-types": "^3.18.0",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@cloudflare/workers-types": "^4.20230221.0",
|
||||
"@nrwl/cli": "15.7.2",
|
||||
"@nrwl/cypress": "15.7.2",
|
||||
"@nrwl/eslint-plugin-nx": "15.7.2",
|
||||
@@ -50,40 +49,40 @@
|
||||
"@testing-library/react": "13.4.0",
|
||||
"@types/jest": "28.1.1",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/node": "18.11.9",
|
||||
"@types/node": "18.14.1",
|
||||
"@types/qrcode": "^1.5.0",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||
"@typescript-eslint/parser": "^5.36.1",
|
||||
"@vitejs/plugin-react": "3.0.0",
|
||||
"@vitest/coverage-c8": "0.25.8",
|
||||
"@vitest/ui": "0.25.8",
|
||||
"@types/react": "18.0.28",
|
||||
"@types/react-dom": "18.0.11",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
||||
"@typescript-eslint/parser": "^5.53.0",
|
||||
"@vitejs/plugin-react": "3.1.0",
|
||||
"@vitest/coverage-c8": "0.28.5",
|
||||
"@vitest/ui": "0.28.5",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"eslint": "~8.15.0",
|
||||
"eslint-config-prettier": "8.1.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
"eslint-plugin-react": "7.31.11",
|
||||
"eslint": "~8.34.0",
|
||||
"eslint-config-prettier": "8.6.0",
|
||||
"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",
|
||||
"jest": "28.1.1",
|
||||
"jest-environment-jsdom": "28.1.1",
|
||||
"jsdom": "~20.0.3",
|
||||
"jest": "29.4.3",
|
||||
"jest-environment-jsdom": "29.4.3",
|
||||
"jsdom": "~21.1.0",
|
||||
"nx": "15.7.2",
|
||||
"pkg": "^5.8.0",
|
||||
"postcss": "^8.4.20",
|
||||
"postcss": "^8.4.21",
|
||||
"prettier": "2.8.1",
|
||||
"prettier-plugin-toml": "0.3.1",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"ts-jest": "28.0.5",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "~4.8.2",
|
||||
"vite": "4.0.1",
|
||||
"typescript": "~4.9.5",
|
||||
"vite": "4.1.4",
|
||||
"vite-plugin-eslint": "1.8.1",
|
||||
"vite-tsconfig-paths": "4.0.2",
|
||||
"vitest": "0.25.8",
|
||||
"wrangler": "^2.1.14"
|
||||
"vite-tsconfig-paths": "4.0.5",
|
||||
"vitest": "0.28.5",
|
||||
"wrangler": "^2.11.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user