-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.55 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
{
"name": "business-assistant-bcn-frontend2",
"version": "1.0.0-RELEASE",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch",
"test:pact": "jest --config jest.config.pact.js",
"test:coverage": "jest --coverage"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.3",
"@angular/cdk": "^15.0.2",
"@angular/common": "^15.0.3",
"@angular/compiler": "^15.0.3",
"@angular/core": "^15.0.3",
"@angular/forms": "^15.0.3",
"@angular/material": "^15.0.2",
"@angular/platform-browser": "^15.0.3",
"@angular/platform-browser-dynamic": "^15.0.3",
"@angular/router": "^15.0.3",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@types/jest": "^29.2.1",
"@types/mapbox-gl": "^2.7.7",
"angular-material": "^1.2.5",
"cypress": "^10.2.0",
"jest": "^28.1.3",
"jest-preset-angular": "^12.2.3",
"mapbox-gl": "^2.10.0",
"npm": "^8.1.0",
"npm-merge-driver": "^2.3.6",
"nvm": "^0.0.4",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.3",
"@angular/cli": "^15.0.3",
"@angular/compiler-cli": "^15.0.3",
"@pact-foundation/pact": "^10.1.4",
"@testing-library/angular": "^12.1.2",
"@types/node": "^12.20.55",
"jest-webgl-canvas-mock": "^0.2.3",
"sonar-scanner": "^3.1.0",
"typescript": "~4.8.4"
}
}