-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
86 lines (86 loc) · 2.74 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ncert",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"node-build": "node --max_old_space_size=1024 ./node_modules/@angular/cli/bin/ng build",
"node-server": "node --max_old_space_size=1024 node_modules/@angular/cli/bin/ng serve"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/cdk": "^14.0.4",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@ng-bootstrap/ng-bootstrap": "^8.0.0",
"@ng-select/ng-select": "^9.0.2",
"@ngneat/transloco": "^4.1.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@project-sunbird/sb-dashlet": "6.0.3",
"@project-sunbird/sb-themes": "^0.0.78",
"@types/jspdf": "^2.0.0",
"angular-material-datepicker": "^1.0.2",
"apexcharts": "^3.35.5",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.4",
"chartjs-plugin-trendline": "^2.0.2",
"color2k": "^2.0.0",
"cqube-library": "^4.10.25",
"crypto-js": "^4.1.1",
"datatables.net": "^1.10.20",
"datatables.net-dt": "^1.10.20",
"file-saver": "^2.0.5",
"highcharts": "^10.1.0",
"html2pdf.js": "^0.10.1",
"invert-color": "^2.0.0",
"jquery": "^3.5.1",
"json2csv": "^5.0.7",
"leaflet": "^1.6.0",
"leaflet-responsive-popup": "^1.0.0",
"lodash": "^4.17.21",
"ng-apexcharts": "^1.7.1",
"ng-circle-progress": "^1.6.0",
"ngx-bootstrap": "^9.0.0",
"ngx-daterangepicker-material": "^6.0.4",
"ngx-device-detector": "^4.0.1",
"ngx-spinner": "^14.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"xlsx": "^0.18.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.3",
"@angular/cli": "~14.0.3",
"@angular/compiler-cli": "^14.0.3",
"@types/datatables.net": "^1.10.19",
"@types/jasmine": "~4.0.0",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.191",
"autoprefixer": "^10.4.7",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"tailwindcss": "^3.1.4",
"typescript": "~4.7.2"
}
}