-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.79 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
{
"name": "alpacamundo-angular-app",
"description": "Angular frontend for Alpacamundo website",
"author": "Anniek van Dijk, Animundo",
"repository": {
"type": "git",
"url": "https://github.com/anniekvandijk/alpacamundo-angular-app"
},
"license": "MIT",
"version": "1.1.6",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:test": "ng build --configuration test",
"build:prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.1",
"@angular/cdk": "18.1.1",
"@angular/common": "^18.1.1",
"@angular/compiler": "^18.1.1",
"@angular/core": "^18.1.1",
"@angular/forms": "^18.1.1",
"@angular/material": "18.1.1",
"@angular/platform-browser": "^18.1.1",
"@angular/platform-browser-dynamic": "^18.1.1",
"@angular/router": "^18.1.1",
"@azure/msal-angular": "^3.0.22",
"@azure/msal-browser": "^3.19.1",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@types/node": "^20.8.9",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.1",
"@angular-eslint/builder": "^18.1.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.1.0",
"@angular-eslint/template-parser": "^18.1.0",
"@angular/cli": "~18.1.1",
"@angular/compiler-cli": "^18.1.1",
"@playwright/test": "^1.45.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "^8.49.0",
"jsonwebtoken": "^9.0.0",
"typescript": "~5.5.3"
}
}