forked from Emo-Damage/test-deno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "edge-bypass",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": "^18"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"cf-page": "nx build cf-page",
"node-vless:build": "nx build cf-page --configuration=production && nx build node-vless --configurations=production",
"node-vless:bunled": "nx build cf-page --configuration=production && nx build node-vless --configurations=production -- --externalDependencies=none",
"node-vless:start": "node dist/apps/node-vless/main.js",
"deno-vless:bunled": "nx deno-bunled deno-vless",
"test": "nx test"
},
"private": true,
"dependencies": {
"@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.5.0",
"undici": "^5.13.0",
"uuid": "^9.0.0",
"wrangler": "^2.11.1",
"ws": "^8.12.1"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@cloudflare/workers-types": "^4.20230221.0",
"@nrwl/cli": "15.7.2",
"@nrwl/cypress": "15.7.2",
"@nrwl/deno": "^0.157.0",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/jest": "15.7.2",
"@nrwl/js": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/node": "15.7.2",
"@nrwl/react": "15.7.2",
"@nrwl/vite": "15.7.2",
"@nrwl/web": "15.7.2",
"@nrwl/webpack": "15.7.2",
"@nrwl/workspace": "15.7.2",
"@testing-library/react": "13.4.0",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.191",
"@types/node": "18.14.1",
"@types/qrcode": "^1.5.0",
"@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.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": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jsdom": "~21.1.0",
"nx": "15.7.2",
"pkg": "^5.8.0",
"postcss": "^8.4.21",
"prettier": "2.8.1",
"prettier-plugin-toml": "0.3.1",
"react-test-renderer": "18.2.0",
"supabase": "^1.45.3",
"tailwindcss": "^3.2.4",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5",
"vite": "4.1.4",
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.25.8",
"wrangler": "^2.11.1"
}
}