-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.44 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
{
"name": "ukho-fileshareservice-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test:unit": "jest --config=jest.config.js",
"test:auto": "npx playwright test /Tests/FunctionalTests",
"test:a11y": "npx playwright test /Tests/AccessibilityTests",
"test:e2e": "npx playwright test /Tests/E2ETests",
"lint": "ng lint",
"force-resolutions": "npx npm-force-resolutions"
},
"dependencies": {
"@angular/animations": "^16.2.4",
"@angular/cdk": "^16.2.3",
"@angular/common": "^16.2.4",
"@angular/compiler": "^16.2.4",
"@angular/core": "^16.2.4",
"@angular/forms": "^16.2.4",
"@angular/platform-browser": "^16.2.4",
"@angular/platform-browser-dynamic": "^16.2.4",
"@angular/router": "^16.2.4",
"@azure/msal-angular": "^3.0.4",
"@azure/msal-browser": "^3.1.0",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@ukho/admiralty-angular": "^0.4.6",
"angular-google-tag-manager": "^1.8.0",
"jest-junit": "^16.0.0",
"node-forge": "^1.3.1",
"postcss": "^8.4.31",
"rxjs": "^7.8.1",
"tar": "^6.2.1",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"zone.js": "^0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.13",
"@angular-eslint/builder": "^16.1.2",
"@angular-eslint/eslint-plugin": "^16.1.2",
"@angular-eslint/eslint-plugin-template": "^16.1.2",
"@angular-eslint/schematics": "^16.1.2",
"@angular-eslint/template-parser": "^16.1.2",
"@angular/cli": "^16.2.1",
"@angular/compiler-cli": "^16.2.4",
"@playwright/test": "^1.37.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"@types/request": "^2.48.8",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"axe-playwright": "^1.2.3",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"expect-playwright": "^0.8.0",
"jest": "^29.6.4",
"jest-playwright-preset": "^4.0.0",
"jest-preset-angular": "^13.1.2",
"terser": "^5.19.4",
"terser-webpack-plugin": "^5.3.9",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack-dev-middleware": "^6.1.2",
"webpack-dev-server": "^4.15.1"
}
}