-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.1 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.1 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
63
64
65
66
67
68
69
{
"name": "new-rdv-app",
"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": "^14.0.2",
"@angular/cdk": "^14.0.2",
"@angular/common": "^14.0.2",
"@angular/compiler": "^14.0.2",
"@angular/core": "^14.0.2",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.0.2",
"@angular/material": "^14.0.2",
"@angular/platform-browser": "^14.0.2",
"@angular/platform-browser-dynamic": "^14.0.2",
"@angular/router": "^14.0.2",
"@angular/service-worker": "^14.0.2",
"@fortawesome/angular-fontawesome": "^0.10.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@schematics/angular": "^14.0.2",
"@types/intl-tel-input": "^17.0.4",
"angular-datatables": "^13.0.1",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.0",
"datatables.net": "^1.11.3",
"datatables.net-bs5": "^1.11.3",
"datatables.net-buttons": "^2.1.1",
"datatables.net-buttons-dt": "^2.1.1",
"datatables.net-colreorder": "^1.5.5",
"datatables.net-colreorder-dt": "^1.5.5",
"datatables.net-dt": "^1.11.3",
"firebase": "^9.6.1",
"google-libphonenumber": "^3.2.28",
"jquery": "^3.6.0",
"jszip": "^3.7.1",
"ng2-charts": "^3.0.8",
"ngx-image-cropper": "^6.1.0",
"ngx-intl-tel-input": "^3.2.0",
"rxjs": "~7.4.0",
"source-map": "^0.7.3",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.2",
"@angular/cli": "^14.0.2",
"@angular/compiler-cli": "^14.0.2",
"@types/datatables.net": "^1.10.21",
"@types/datatables.net-buttons": "^1.4.7",
"@types/jasmine": "~3.10.0",
"@types/jquery": "^3.5.11",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.7.4"
}
}