forked from Azure-Samples/contoso-real-estate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
{
"name": "portal",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"swa": "swa",
"start": "ng serve --disable-host-check",
"start:swa": "swa start",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint --config ../../.eslintrc.js",
"lint:fix": "npm run lint -- --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.5",
"@angular/cdk": "^16.0.4",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.5",
"@angular/forms": "^16.0.5",
"@angular/material": "^16.0.4",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-browser-dynamic": "^16.0.5",
"@angular/router": "^16.0.5",
"@apollo/client": "^3.8.3",
"apollo-angular": "^4.2.1",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"apollo-angular": "^5.0.1",
"graphql": "^16.6.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.5",
"@angular/cli": "^16.0.5",
"@angular/compiler-cli": "^16.0.5",
"@azure/static-web-apps-cli": "^1.0.6",
"@ngx-env/builder": "^16.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"jest": "^29.5.0",
"typescript": "^4.8.4"
}
}