mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:04:08 +08:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "edge-bypass",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "nx serve",
|
|
"build": "nx build",
|
|
"test": "nx test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.5",
|
|
"@heroicons/react": "^2.0.13",
|
|
"commander": "^9.4.1",
|
|
"qrcode": "^1.5.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tslib": "^2.3.0",
|
|
"undici": "^5.13.0",
|
|
"uuid": "^9.0.0",
|
|
"wrangler": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^3.0.0",
|
|
"@nrwl/cli": "15.2.4",
|
|
"@nrwl/cypress": "^15.3.3",
|
|
"@nrwl/eslint-plugin-nx": "15.2.4",
|
|
"@nrwl/jest": "^15.3.3",
|
|
"@nrwl/js": "^15.3.3",
|
|
"@nrwl/linter": "15.2.4",
|
|
"@nrwl/node": "15.2.4",
|
|
"@nrwl/react": "15.3.3",
|
|
"@nrwl/vite": "15.3.3",
|
|
"@nrwl/web": "^15.3.3",
|
|
"@nrwl/webpack": "^15.3.3",
|
|
"@nrwl/workspace": "15.2.4",
|
|
"@testing-library/react": "13.4.0",
|
|
"@types/jest": "28.1.1",
|
|
"@types/node": "18.11.9",
|
|
"@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": "^2.2.0",
|
|
"@vitest/coverage-c8": "~0.25.3",
|
|
"@vitest/ui": "^0.9.3",
|
|
"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-plugin-react-hooks": "4.6.0",
|
|
"jest": "28.1.1",
|
|
"jest-environment-jsdom": "28.1.1",
|
|
"jsdom": "~20.0.3",
|
|
"nx": "15.2.4",
|
|
"pkg": "^5.8.0",
|
|
"postcss": "^8.4.20",
|
|
"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": "^3.0.5",
|
|
"vite-plugin-eslint": "^1.6.0",
|
|
"vite-tsconfig-paths": "^4.0.1",
|
|
"vitest": "^0.25.1",
|
|
"wrangler": "^2.1.14"
|
|
}
|
|
}
|