-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.96 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
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@a11y-experiments/source",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"e2e": "nx e2e",
"nx": "nx",
"deploy": "nx deploy --repo=https://github.com/Martinspire/a11y-experiments.git"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.12",
"@angular/cdk": "18.2.12",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/core": "18.2.12",
"@angular/forms": "18.2.12",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@angular/router": "18.2.12",
"@nx/angular": "20.1.2",
"chart.js": "4.4.6",
"marked": "12.0.2",
"ngx-markdown": "18.1.0",
"ngx-pipes": "3.2.2",
"primeflex": "3.3.1",
"primeicons": "7.0.0",
"primeng": "17.18.12",
"quill": "2.0.2",
"rxjs": "7.8.1",
"tslib": "2.7.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular-devkit/core": "18.2.12",
"@angular-devkit/schematics": "18.2.12",
"@angular-eslint/eslint-plugin": "18.4.1",
"@angular-eslint/eslint-plugin-template": "18.4.1",
"@angular-eslint/template-parser": "18.4.1",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@angular/language-service": "18.2.12",
"@eslint/js": "9.15.0",
"@ngneat/spectator": "19.0.0",
"@nx/devkit": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/playwright": "20.1.2",
"@nx/workspace": "20.1.2",
"@playwright/test": "1.49.0",
"@schematics/angular": "18.2.12",
"@stylistic/eslint-plugin": "2.11.0",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@types/jest": "29.5.14",
"@types/node": "22.9.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/utils": "8.15.0",
"angular-cli-ghpages": "2.0.3",
"esbuild": "0.24.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import-x": "4.4.2",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-playwright": "2.1.0",
"globals": "15.12.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.3.2",
"ng-mocks": "14.13.1",
"nx": "20.1.2",
"prettier": "3.3.3",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"nx": {
"includedScripts": []
},
"overrides": {
"@nx/eslint-plugin": {
"@typescript-eslint/parser": "^8.1.0"
},
"angular-cli-ghpages": {
"gh-pages": "^6.1.1"
},
"eslint-import-resolver-typescript": {
"eslint": "^9.15.0"
}
}
}