-
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.98 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.98 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": "form",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.3",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.0.3",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"angular-jwt": "^0.1.11",
"angular-material-icons": "^0.7.1",
"angular-user-idle": "^4.0.0",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"faker": "^6.6.6",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.29",
"jwt-decode": "^3.1.2",
"mongodb": "^5.5.0",
"mongoose": "^7.2.1",
"ngx-csv": "^0.3.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular/cli": "~16.0.2",
"@angular/compiler-cli": "^16.0.0",
"@types/crypto-js": "^4.1.1",
"@types/jasmine": "~4.3.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/jwt-decode": "^3.1.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.0.2"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.2.",
"main": "index.js",
"author": "",
"license": "ISC"
}