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{
"name": "cloudflared-login",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "vite dev",
"deploy": "vite build && wrangler deploy",
"format": "oxfmt",
"check": "oxfmt --check && oxlint && tsc"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.21.2",
"@cloudflare/workers-types": "^4.20260124.0",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"oxfmt": "^0.27.0",
"oxlint": "^1.42.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"wrangler": "^4.60.0"
}
}