-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 5.9 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 5.9 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
129
{
"name": "jotjson",
"version": "1.4.0",
"description": "JotJSON - input, store, and display JSON (Angular SPA).",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/geevensingh/jotjson.git"
},
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"postbuild": "node scripts/build-sw.mjs && node scripts/postbuild-seo.mjs && node scripts/write-build-info-asset.mjs",
"build:prod": "ng build --configuration production",
"postbuild:prod": "node scripts/build-sw.mjs && node scripts/postbuild-seo.mjs && node scripts/write-build-info-asset.mjs",
"watch": "ng build --watch --configuration development",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:scripts": "node --test \"scripts/**/*.test.mjs\"",
"test:perf-scripts": "node --test \"perf/fixtures/**/*.test.mjs\"",
"perf:build": "node scripts/perf/build.mjs",
"perf:l1": "node scripts/perf/run-bench.mjs",
"perf:l2": "node scripts/perf/run-l2.mjs",
"perf:l3": "node scripts/perf/run-l3.mjs",
"perf:all": "node scripts/perf/run-all.mjs",
"perf:baseline": "node scripts/perf/baseline.mjs",
"perf:diff": "node scripts/perf/diff.mjs",
"perf:clean": "node scripts/perf/clean.mjs",
"perf:check-fresh": "node scripts/perf/check-fresh.mjs",
"preperf:l1": "npm run perf:build",
"verify:fast": "npm run lint && npm run test:scripts && npm run build:info && vitest run",
"lint": "tsc --noEmit -p tsconfig.app.json && tsc --noEmit -p tsconfig.spec.json && tsc --noEmit -p tsconfig.perf-l2.json && node scripts/check-ascii.mjs && node scripts/check-spec-patterns.mjs && node scripts/check-prod-patterns.mjs && node scripts/check-csp-hashes.mjs && node scripts/check-swa-config.mjs && node scripts/check-deploy-freshness-cli.mjs && node scripts/check-sw-shape.mjs && node scripts/check-deprecated-telemetry.mjs && node scripts/check-lockfile.mjs && knip && node scripts/perf/check-no-sentinel-ceilings.mjs && node scripts/check-tree-row-grid.mjs && prettier --check .",
"lint:tsc": "tsc --pretty false --noEmit -p tsconfig.app.json",
"lint:tsc-spec": "tsc --pretty false --noEmit -p tsconfig.spec.json",
"lint:tsc-perf-l2": "tsc --pretty false --noEmit -p tsconfig.perf-l2.json",
"lint:ascii": "node scripts/check-ascii.mjs",
"lint:spec-patterns": "node scripts/check-spec-patterns.mjs",
"lint:prod-patterns": "node scripts/check-prod-patterns.mjs",
"lint:reduced-motion": "node scripts/check-reduced-motion.mjs",
"lint:tree-row-grid": "node scripts/check-tree-row-grid.mjs",
"lint:csp-hashes": "node scripts/check-csp-hashes.mjs",
"lint:swa-config": "node scripts/check-swa-config.mjs",
"lint:deploy-freshness-cli": "node scripts/check-deploy-freshness-cli.mjs",
"lint:sw-shape": "node scripts/check-sw-shape.mjs",
"lint:deprecated-telemetry": "node scripts/check-deprecated-telemetry.mjs",
"lint:lockfile": "node scripts/check-lockfile.mjs",
"lint:unused": "knip",
"lint:no-sentinel-ceilings": "node scripts/perf/check-no-sentinel-ceilings.mjs",
"lint:format": "node scripts/check-format.mjs",
"lint:all": "npm run lint && npm run lint:reduced-motion && npm --prefix api run lint",
"check:deploy-freshness": "node scripts/check-deploy-freshness.mjs",
"check:prerender": "node scripts/check-prerender.mjs",
"format": "prettier --write .",
"format:check": "prettier --check .",
"extract-i18n": "ng extract-i18n --output-path=src/locale --out-file=messages.xlf",
"build:info": "node scripts/write-build-info.mjs",
"prepare": "husky && node scripts/post-install-git-config.mjs",
"prestart": "node scripts/write-build-info.mjs",
"prebuild": "node scripts/write-build-info.mjs",
"prebuild:prod": "node scripts/write-build-info.mjs",
"prewatch": "node scripts/write-build-info.mjs",
"prelint": "node scripts/write-build-info.mjs",
"pretest": "node scripts/write-build-info.mjs",
"pretest:ci": "node scripts/write-build-info.mjs",
"pretest:watch": "node scripts/write-build-info.mjs"
},
"dependencies": {
"@angular/animations": "^21.2.15",
"@angular/cdk": "^21.2.12",
"@angular/common": "^21.2.15",
"@angular/compiler": "^21.2.15",
"@angular/core": "^21.2.15",
"@angular/forms": "^21.2.15",
"@angular/material": "^21.2.12",
"@angular/platform-browser": "^21.2.15",
"@angular/platform-server": "^21.2.15",
"@angular/router": "^21.2.15",
"@angular/ssr": "^21.2.13",
"@azure/msal-angular": "^5.2.5",
"@azure/msal-browser": "^5.7.0",
"@microsoft/applicationinsights-web": "^3.4.1",
"jsonc-parser": "^3.3.1",
"monaco-editor": "^0.55.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"web-vitals": "^5.3.0",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^2.5.2",
"@analogjs/vitest-angular": "^2.5.2",
"@angular-devkit/build-angular": "^21.2.13",
"@angular/cli": "^21.2.13",
"@angular/compiler-cli": "^21.2.15",
"@angular/localize": "^21.2.15",
"@axe-core/playwright": "^4.11.3",
"@azure/cosmos": "^4.9.3",
"@playwright/test": "^1.60.0",
"@types/node": "^24.12.4",
"@vitest/browser-playwright": "^4.1.7",
"@vitest/coverage-v8": "^4.1.7",
"axe-core": "^4.11.4",
"husky": "^9.1.7",
"js-yaml": "^4.1.0",
"knip": "~6.14.2",
"lint-staged": "^17.0.5",
"playwright": "^1.60.0",
"prettier": "^3.8.3",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript": "~5.9.3",
"vitest": "^4.1.7"
},
"lint-staged": {
"*.{ts,html,scss,css,json,yml,yaml,bicep,bicepparam,mjs,js}": "prettier --ignore-unknown --write"
},
"overrides": {
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
"dompurify": "3.4.1",
"fast-uri": "^3.1.2",
"hono": "^4.12.16"
}
}