-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
{
"name": "client-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:gh-pages": "ng build --base-href=/bs-assessment/",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:ci": "jest --runInBand",
"test:watch": "jest --watch",
"lint": "ng lint",
"prepare": "husky install"
},
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@ngrx/effects": "^14.3.2",
"@ngrx/entity": "^14.3.2",
"@ngrx/store": "^14.3.2",
"@ngrx/store-devtools": "^14.3.2",
"rxjs": "~7.5.0",
"socket.io-client": "~2.1.1",
"tslib": "^2.4.0",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "14.3.1",
"@angular-eslint/eslint-plugin": "14.3.1",
"@angular-eslint/eslint-plugin-template": "14.3.1",
"@angular-eslint/schematics": "14.3.1",
"@angular-eslint/template-parser": "14.3.1",
"@angular/cli": "~14.2.10",
"@angular/compiler-cli": "^14.2.0",
"@angular/language-service": "^14.2.1",
"@ngrx/eslint-plugin": "^14.3.2",
"@ngrx/schematics": "^14.3.2",
"@types/jest": "^29.2.4",
"@types/socket.io-client": "~1.4.36",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"jest": "^28.1.3",
"jest-preset-angular": "^12.2.3",
"prettier": "^2.8.0",
"typescript": "^4.8.0"
}
}