-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.23 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 4.23 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "outposts",
"version": "0.4.1",
"private": true,
"description": "outposts",
"repository": {
"type": "git",
"url": "https://github.com/ethaxon/outposts.git"
},
"workspaces": [
"packages/*",
"apps/*"
],
"type": "module",
"scripts": {
"prepare": "prek install",
"dev:proxy": "npm run start -w dev-proxy",
"dev:outposts-web": "nx --no-cloud serve outposts-web",
"build:outposts-web": "nx --no-cloud build outposts-web",
"lint": "eslint . --cache --cache-location .cache/eslint",
"lint:fix": "eslint . --fix --cache --cache-location .cache/eslint",
"format": "oxfmt apps/outposts-web eslint.config.mjs apps/outposts-web/eslint.config.mjs package.json nx.json .oxfmtrc.jsonc .vscode/settings.json .github/workflows/ci.yaml apps/dev-proxy/package.json transloco.config.js",
"format:check": "oxfmt apps/outposts-web eslint.config.mjs apps/outposts-web/eslint.config.mjs package.json nx.json .oxfmtrc.jsonc .vscode/settings.json .github/workflows/ci.yaml apps/dev-proxy/package.json transloco.config.js --check"
},
"dependencies": {
"@angular/cdk": "22.1.0",
"@angular/common": "22.1.0",
"@angular/compiler": "22.1.0",
"@angular/core": "22.1.0",
"@angular/forms": "22.1.0",
"@angular/platform-browser": "22.1.0",
"@angular/router": "22.1.0",
"@datasert/cronjs-parser": "^1.4.0",
"@jsverse/transloco": "^8.4.0",
"@jsverse/utils": "1.0.0-beta.6",
"@kurkle/color": "^0.4.0",
"@ng-icons/core": "^32.2.0",
"@ng-icons/lucide": "^32.2.0",
"@rxweb/reactive-form-validators": "^13.0.1",
"@securitydept/client": "0.3.0-beta.10",
"@securitydept/client-angular": "0.3.0-beta.10",
"@securitydept/token-set-context-client": "0.3.0-beta.10",
"@securitydept/token-set-context-client-angular": "0.3.0-beta.10",
"@spartan-ng/brain": "^1.3.0",
"arktype": "^2.2.0",
"change-case": "^5.4.4",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.0",
"clipboard": "^2.0.11",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"dijkstrajs": "^1.0.3",
"es-toolkit": "^1.50.0",
"github-slugger": "^2.0.0",
"injection-js": "^2.6.1",
"katex": "^0.16.47",
"marked": "^18.0.7",
"marked-gfm-heading-id": "^4.1.4",
"marked-katex-extension": "^5.1.10",
"mermaid": "^11.16.0",
"monaco-editor": "^0.55.1",
"ngx-markdown": "^22.0.0",
"ngx-monaco-editor-v2": "^22.0.4",
"oauth4webapi": "^3.8.6",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"qrcode": "^1.5.4",
"rxjs": "~7.8.2",
"tailwind-merge": "^3.5.0",
"tslib": "^2.8.1",
"uuid": "^14.0.1",
"yaml": "^2.9.0",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-devkit/architect": "0.2201.2",
"@angular-devkit/build-angular": "22.1.2",
"@angular-devkit/core": "22.1.2",
"@angular-devkit/schematics": "22.1.2",
"@angular/build": "22.1.2",
"@angular/cli": "22.1.2",
"@angular/compiler-cli": "22.1.0",
"@angular/language-service": "22.1.0",
"@eslint/js": "^10.0.1",
"@j178/prek": "^0.4.11",
"@nx/angular": "23.1.0",
"@nx/devkit": "23.1.0",
"@nx/eslint": "23.1.0",
"@nx/eslint-plugin": "23.1.0",
"@nx/js": "23.1.0",
"@nx/playwright": "23.1.0",
"@nx/web": "23.1.0",
"@playwright/test": "^1.62.1",
"@schematics/angular": "22.1.2",
"@spartan-ng/cli": "^1.3.0",
"@swc-node/register": "~1.12.1",
"@swc/core": "~1.15.47",
"@swc/helpers": "^0.5.23",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.1.2",
"@types/prismjs": "^1.26.6",
"@types/qrcode": "^1.5.6",
"@typescript-eslint/utils": "^8.65.0",
"angular-eslint": "22.1.0",
"autoprefixer": "^10.4.0",
"dotenv": "^17.4.2",
"eslint": "^10.8.0",
"eslint-plugin-oxlint": "^1.76.0",
"eslint-plugin-playwright": "^2.11.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "~22.0.0",
"nx": "23.1.0",
"outposts-web": "workspace:*",
"oxfmt": "^0.61.0",
"oxlint": "~1.76.0",
"postcss": "^8.5.25",
"prettier": "~3.6.2",
"tailwindcss": "^4.3.3",
"tslib": "^2.8.1",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.65.0",
"vitest": "^4.1.10"
},
"engines": {
"node": ">=24.0.0"
}
}