forked from sunbird-cb/sunbird-cb-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·148 lines (148 loc) · 6.29 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "fusion",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/localhost.proxy.json -o",
"prebuild": "npm run lint:fix",
"build-dev": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --configuration=dev --outputPath=dist/www/en --baseHref=/ --i18nLocale=en",
"build-np": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --configuration=np --outputPath=dist/www/en --baseHref=/ --i18nLocale=en",
"build-preprod": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --configuration=preprod --outputPath=dist/www/en --baseHref=/ --i18nLocale=en",
"build-benchmark": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --configuration=benchmark --outputPath=dist/www/en --baseHref=/ --i18nLocale=en",
"build": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --outputPath=dist/www/en --baseHref=/ --i18nLocale=en",
"postbuild": "npm run compress:gzip && npm run compress:brotli",
"compress:brotli": "gzipper --brotli --gzip-level=9 --verbose ./dist/www",
"compress:gzip": "gzipper --verbose --gzip-level=9 ./dist/www",
"build:local": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --build-optimizer",
"build:stats": "ng build --stats-json",
"analyse": "webpack-bundle-analyzer ./dist/www/fusion/stats-es5.json",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint @ws/app --fix",
"e2e": "ng e2e",
"i18n": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng xi18n --output-path locale",
"tailwind": "./node_modules/.bin/tailwind build ./src/tailwind-build.scss -o ./src/styles.scss",
"prestart": "npm run tailwind",
"bundle-report": "webpack-bundle-analyzer dist/stats.json",
"tt": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --configuration=nb"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.1",
"@angular/cdk": "~8.1.2",
"@angular/common": "~8.2.1",
"@angular/compiler": "~8.2.1",
"@angular/core": "~8.2.1",
"@angular/forms": "~8.2.1",
"@angular/material": "~8.1.2",
"@angular/material-moment-adapter": "^9.2.4",
"@angular/platform-browser": "~8.2.1",
"@angular/platform-browser-dynamic": "~8.2.1",
"@angular/pwa": "^0.803.14",
"@angular/router": "~8.2.1",
"@angular/service-worker": "~8.2.1",
"@project-sunbird/client-services": "3.9.5",
"@project-sunbird/sb-styles": "0.0.7",
"@project-sunbird/sunbird-quml-player": "0.0.6",
"@project-sunbird/telemetry-sdk": "0.0.26",
"@sunbird-cb/design-system": "0.0.2",
"@sunbird-cb/discussions-ui-v8": "2.1.0",
"@sunbird-cb/micro-surveys": "^2.0.12",
"@sunbird-cb/rain-dashboards": "^0.3.7",
"@types/file-saver": "^2.0.1",
"@types/uuid": "^8.3.1",
"bootstrap": "5.1.2",
"brace": "^0.11.1",
"chart.js": "^2.9.4",
"crypto-js": "^4.1.1",
"d3": "^5.9.7",
"dayjs": "^1.9.7",
"dom-to-image": "^2.6.0",
"express-healthcheck": "^0.1.0",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"husky": "^4.2.3",
"jquery": "^3.6.1",
"jspdf": "^2.5.1",
"jsplumb": "2.11.2",
"katex": "^0.11.1",
"keycloak-angular": "^6.1.0",
"lodash-es": "^4.17.21",
"material-icons": "^0.3.1",
"moment": "^2.29.1",
"mustache": "^3.0.2",
"mux.js": "^5.11.0",
"ng-circle-progress": "1.5.1",
"ng-recaptcha": "6.1.0",
"ng2-ace-editor": "^0.3.9",
"ng2-charts": "^2.4.3",
"ng2-ckeditor": "1.2.6",
"ng2-search-filter": "^0.5.1",
"ngx-bootstrap": "^5.6.2",
"ngx-chips": "2.0.2",
"ngx-image-cropper": "^3.0.3",
"ngx-infinite-scroll": "8.0.0",
"ngx-quill": "^7.1.2",
"object-sizeof": "^1.6.3",
"pdfjs-dist": "2.1.266",
"popper.js": "1.14.3",
"quill": "^1.3.7",
"rxjs": "^6.6.6",
"rxjs-compat": "^6.6.6",
"shepherd.js": "^7.1.0",
"tailwindcss": "1.1.4",
"three": "^0.113.2",
"topojson-client": "^3.1.0",
"tslib": "^1.10.0",
"typeface-roboto": "0.0.75",
"uuid": "^8.3.2",
"video.js": "^7.10.2",
"videojs-contrib-quality-levels": "^2.0.9",
"videojs-hls-quality-selector": "^1.0.5",
"videojs-vr": "1.5.0",
"videojs-youtube": "^2.6.1",
"vis-network": "^5.2.4",
"vis-util": "^5.0.2",
"xlsx": "^0.16.1",
"zone.js": "~0.10.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.23",
"@angular-devkit/build-ng-packagr": "~0.802.1",
"@angular/cli": "^8.3.26",
"@angular/compiler-cli": "~8.2.1",
"@angular/language-service": "~8.2.1",
"@types/chart.js": "^2.7.56",
"@types/d3": "^5.7.2",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.6",
"@types/lodash": "4.14.182",
"@types/mustache": "^0.8.32",
"@types/node": "^10.17.60",
"@types/pdfjs-dist": "2.1.0",
"@types/quill": "^2.0.2",
"@types/video.js": "7.2.12",
"@types/vis": "^4.21.19",
"@types/zip.js": "2.0.28",
"angular-cli-alias": "^1.0.9",
"codelyzer": "^5.1.0",
"gzipper": "^2.8.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.2.0",
"karma-chrome-launcher": "~3.0.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^5.4.3",
"protractor": "~5.4.2",
"ts-node": "~8.3.0",
"tsickle": "^0.36.0",
"tslint": "~5.18.0",
"tslint-angular": "^3.0.2",
"tslint-config-airbnb": "^5.11.1",
"typescript": "~3.5.3",
"typescript-tslint-plugin": "^0.5.4",
"webpack-bundle-analyzer": "^4.6.1"
}
}