-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.88 KB
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
{
"name": "securitydept",
"version": "0.3.0-beta.3",
"private": true,
"type": "module",
"description": "SecurityDept is a layered authentication and authorization toolkit built as reusable Rust crates, a TypeScript client SDK workspace, and reference server/web apps.",
"keywords": [
"auth",
"authentication",
"authorization",
"oidc",
"oauth",
"rust",
"security",
"token",
"credentials",
"basic-auth",
"jwt",
"jwe",
"rfc9068"
],
"author": "Zhou Yeheng <root@aitiotekt.com>",
"license": "MIT",
"scripts": {
"prepare": "prek install",
"lint": "biome check",
"lint-fix": "biome check --write",
"release": "node scripts/release-cli.ts",
"typecheck": "tsc -b --force"
},
"devDependencies": {
"@angular/common": "catalog:",
"@angular/compiler": "catalog:",
"@angular/compiler-cli": "catalog:",
"@angular/core": "catalog:",
"@angular/router": "catalog:",
"@biomejs/biome": "2.4.12",
"@j178/prek": "^0.3.13",
"@playwright/cli": "^0.1.13",
"@playwright/test": "^1.60.0",
"@standard-schema/spec": "^1.1.0",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-query": "catalog:",
"@tanstack/react-router": "catalog:",
"@types/dockerode": "^4.0.1",
"@types/node": "^25.7.0",
"@types/nunjucks": "^3.2.6",
"@types/oidc-provider": "^9.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@vitejs/plugin-react": "^6.0.1",
"clipanion": "4.0.0-rc.4",
"dockerode": "^5.0.0",
"jsdom": "^29.1.1",
"ng-packagr": "^21.2.3",
"nunjucks": "^3.2.4",
"oauth4webapi": "^3.8.6",
"oidc-provider": "^9.8.3",
"playwright": "^1.60.0",
"react": "catalog:",
"react-dom": "catalog:",
"rxjs": "^7.8.2",
"semver": "^7.8.0",
"shx": "^0.4.0",
"tailwindcss": "^4.3.0",
"toml": "^4.1.1",
"tsdown": "^0.22.0",
"typescript": "6.0.3",
"vite": "^8.0.12",
"vitest": "^4.1.6",
"zone.js": "^0.16.2"
}
}