-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.87 KB
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": "teaching",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"packageManager": "pnpm@10.24.0",
"dependencies": {
"@angular/animations": "21.2.5",
"@angular/common": "21.2.5",
"@angular/compiler": "21.2.5",
"@angular/core": "21.2.5",
"@angular/forms": "21.2.5",
"@angular/platform-browser": "21.2.5",
"@angular/platform-browser-dynamic": "21.2.5",
"@angular/router": "21.2.5",
"@aws-amplify/backend": "^1.21.1",
"@aws-amplify/backend-auth": "^1.9.2",
"@aws-amplify/backend-data": "^1.6.4",
"@aws-amplify/backend-function": "^1.17.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"ag-grid-angular": "^35.1.0",
"ag-grid-community": "^35.1.0",
"aws-amplify": "^6.16.3",
"graphql": "15.10.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/core": "21.2.3",
"@angular-devkit/schematics": "21.2.3",
"@angular-eslint/builder": "21.3.1",
"@angular/build": "21.2.3",
"@angular/cli": "21.2.3",
"@angular/compiler-cli": "21.2.5",
"@angular/language-service": "21.2.5",
"@aws-amplify/backend-cli": "^1.8.2",
"@aws-amplify/cli-internal": "^14.2.5",
"@aws-sdk/client-cognito-identity-provider": "^3.1013.0",
"@aws-sdk/client-dynamodb": "^3.1013.0",
"@aws-sdk/lib-dynamodb": "^3.1013.0",
"@schematics/angular": "21.2.3",
"@types/aws-lambda": "^8.10.161",
"@types/node": "^22.15.0",
"angular-eslint": "21.3.1",
"aws-cdk-lib": "^2.244.0",
"constructs": "^10.5.1",
"esbuild": "^0.27.4",
"eslint": "^9.39.0",
"eslint-config-prettier": "10.1.8",
"jsonc-eslint-parser": "^2.1.0",
"prettier": "^2.6.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.57.1",
"vitest": "^4.0.8"
}
}