-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.4 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
{
"name": "coshh",
"version": "0.0.73",
"scripts": {
"ng": "ng",
"config": "ts-node ./scripts/setenv.ts",
"start": "npm run config && ng serve",
"build": "npm run config && ng build --configuration=development",
"build-prod": "npm run config && ng build --configuration=production",
"watch": "npm run config -- --environment=dev ng build --watch",
"test": "npm run config && ng test",
"test:ci": "npm run config && ng test --browsers GitlabCI --watch false"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.5",
"@angular/material": "^18.0.0",
"@angular/material-moment-adapter": "^18.0.5",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/router": "^18.0.5",
"@auth0/auth0-angular": "^2.2.3",
"dotenv": "~16.0.3",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"moment": "^2.30.1",
"ng-mocks": "^14.13.0",
"rxjs": "~7.5.0",
"ts-transformer-keys": "^0.4.4",
"tslib": "^2.6.3",
"write-excel-file": "^1.4.30",
"zone.js": "^0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@angular/forms": "^18.0.5",
"@angular/material-moment-adapter": "^18.0.5",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/router": "^18.0.5",
"@auth0/auth0-angular": "^2.2.3",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"dotenv": "~16.0.3",
"eslint": "^8.57.0",
"eslint-config-love": "^52.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
"jasmine-core": "~4.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"moment": "^2.30.1",
"ng-mocks": "^14.13.0",
"rxjs": "~7.5.0",
"ts-node": "~10.9.1",
"ts-transformer-keys": "^0.4.4",
"tslib": "^2.6.3",
"typescript": "~5.4.5",
"write-excel-file": "^1.4.30",
"zone.js": "^0.14.7"
}
}