-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
75 lines (75 loc) · 2.5 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": "hal-explorer",
"version": "1.2.3.snapshot",
"license": "MIT",
"repository": "https://github.com/toedter/hal-explorer",
"bugs": "https://github.com/toedter/hal-explorer/issues",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"startl": "concurrently \"lite-server\" \"ng serve --proxy-config proxy.conf.json\" --kill-others --success first",
"build": "ng build --configuration production",
"test": "ng test",
"test-headless": "ng test --browsers ChromeHeadless --code-coverage --watch=false",
"test-headless-watch": "ng test --browsers ChromeHeadless --watch=true --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e-headless": "concurrently \"lite-server\" \"ng run hal-explorer:cypress-run\" --kill-others --success first",
"lite-server": "lite-server",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@angular/animations": "^18.2.4",
"@angular/common": "^18.2.4",
"@angular/compiler": "^18.2.4",
"@angular/core": "^18.2.4",
"@angular/forms": "^18.2.4",
"@angular/platform-browser": "^18.2.4",
"@angular/platform-browser-dynamic": "^18.2.4",
"@angular/router": "^18.2.4",
"bootstrap": "^5.3.3",
"core-js": "^3.38.1",
"http-status-codes": "^2.3.0",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"uri-templates": "^0.2.0",
"webdriver-manager": "^12.1.9",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
"@angular-devkit/core": "^18.2.4",
"@angular-devkit/schematics": "^18.2.4",
"@angular/cli": "^18.2.4",
"@angular/compiler-cli": "^18.2.4",
"@angular/language-service": "^18.2.4",
"@cypress/schematic": "2.5.2",
"@popperjs/core": "^2.11.8",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^22.5.4",
"@types/uri-templates": "^0.1.34",
"angular-eslint": "19.0.0",
"concurrently": "^9.0.1",
"cypress": "13.15.2",
"eslint": "^9.9.1",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lite-server": "^2.6.1",
"ts-node": "~10.9.2",
"typescript": "~5.5.4",
"typescript-eslint": "8.13.0"
},
"author": {
"name": "Kai Toedter",
"email": "[email protected]",
"url": "https://toedter.com"
},
"private": true
}