-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.01 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
{
"name": "real-time-quotes",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --open --host 0.0.0.0 --port 4203 --disable-host-check",
"start vanila": "ng serve --port 4203",
"build": "ng build --base-href='/apps/rtq/'",
"postbuild": "xcopy /s /y c:\\JS\\JSP\\real-time-quotes\\dist c:\\JS\\JSP\\prod-server-ts-express\\dist\\public\\apps\\rtq",
"watch": "ng build --watch --configuration development",
"test": "jest --verbose",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"mock-socket": "^9.3.1",
"ngx-cookie-service": "^15.0.0",
"ngx-indexed-db": "^16.0.0",
"rxjs": "~7.5.0",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.2",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~15.0.2",
"@angular/compiler-cli": "^15.0.0",
"@cypress/schematic": "^2.5.2",
"@eslint/js": "^9.13.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint": "^8.33.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.2.4",
"typescript": "~4.8.2",
"typescript-eslint": "^8.12.2",
"cypress": "latest"
}
}