-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 5.42 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 5.42 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
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
{
"name": "fusion",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=10000 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/localhost.proxy.json -o",
"start:hi": "node --max_old_space_size=10000 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/localhost.proxy.json -o --c=hi",
"dev": "npm run start:eagle-dev",
"build": "node --max_old_space_size=32000 ./node_modules/@angular/cli/bin/ng build --prod --outputPath=dist/www/en --baseHref=/ --localize=en --vendor-chunk --common-chunk --verbose",
"build:hi": "node --max_old_space_size=12000 ./node_modules/@angular/cli/bin/ng build --prod --i18n-locale hi --i18n-format xlf --i18n-file locale/messages.hi.xlf --output-path=dist/www/hi --baseHref /hi/",
"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:stats": "ng build --prod --stats-json",
"start:eagle-dev": "node --max_old_space_size=12288 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/eagle-dev-ip.proxy.json -o",
"analyze": "webpack-bundle-analyzer ./dist/www/fusion/stats.json",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e",
"extract-i18n": "ng run fusion:extract-i18n --output-path locale",
"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": "source-map-explorer dist/www/fusion/**/*.js",
"test": "jest",
"test-watch": "jest --watch",
"test-coverage": "jest --coverage",
"jest-cache": " jest --clearCache",
"testRunner": "jest --testRunner='jest-circus/runner'"
},
"private": true,
"dependencies": {
"@aastrika_npmjs/competency-web": "^0.0.5",
"@aastrika_npmjs/discussions-ui-v8": "^2.1.19",
"@angular/animations": "~11.2.14",
"@angular/cdk": "~11.2.13",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "11.2.14",
"@angular/forms": "~11.2.14",
"@angular/localize": "^11.2.14",
"@angular/material": "~11.2.13",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@capacitor/android": "2.0.0",
"@capacitor/cli": "2.0.0",
"@capacitor/core": "2.0.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@material-extended/mde": "^2.3.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/micro-surveys": "^1.2.9",
"@testing-library/jest-dom": "^6.6.3",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.14.170",
"@types/uuid": "^8.3.4",
"angularx-qrcode": "2.3.7",
"bin-build": "2.0.0",
"bootstrap": "4.1.1",
"dayjs": "^1.11.13",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"husky": "^4.2.3",
"jpegtran-bin": "3.0.0",
"jquery": "^3.5.1",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4 ",
"jsplumb": "2.11.2",
"keycloak-angular": "^6.1.0",
"lodash-es": "^4.17.21",
"material-icons": "^0.3.1",
"moment": "^2.30.1",
"mustache": "^3.0.2",
"ng-circle-progress": "1.5.1",
"ng-mocks": "^14.13.1",
"ngx-chips": "2.1.0",
"ngx-extended-pdf-viewer": "9.0.0-alpha.4",
"ngx-image-cropper": "^3.3.5",
"ngx-indexed-db": "^9.4.2",
"ngx-infinite-scroll": "^10.0.0",
"ngx-moment": "^5.0.0",
"ngx-multi-pixel": "^2.2.2",
"optipng-bin": "4.0.0",
"pdfjs-dist": "2.1.266",
"rxjs": "~6.5.2",
"shepherd.js": "^7.1.0",
"socket.io-client": "^4.8.1",
"tailwindcss": "^1.9.6",
"tslib": "^1.14.1",
"typeface-roboto": "0.0.75",
"typescript-tslint-plugin": "^1.0.2",
"uuid": "^8.3.2",
"video.js": "7.6.0",
"videojs-markers": "^1.0.1",
"vis-network": "^5.2.4",
"vis-util": "^5.0.7",
"zone.js": "~0.10.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.14",
"@angular-devkit/build-ng-packagr": "~0.1002.4",
"@angular/cli": "~11.2.19",
"@angular/compiler-cli": "~11.2.14",
"@angular/language-service": "~11.2.14",
"@types/mustache": "^0.8.32",
"@types/node": "^12.20.55",
"@types/pdfjs-dist": "^2.1.3",
"@types/video.js": "7.2.12",
"@types/vis": "^4.21.27",
"@types/zip.js": "2.0.28",
"angular-cli-alias": "^1.0.9",
"babel-jest": "^26.6.3",
"babel-polyfill": "^6.26.0",
"codelyzer": "^5.1.0",
"gzipper": "^2.8.1",
"jest": "^26.6.0",
"jest-preset-angular": "^8.3.2",
"@types/jest": "^27.4.1",
"ts-jest": "^26.5.0",
"jest-circus": "^29.7.0",
"jest-config": "^26.0.0",
"jest-environment-node": "^26.0.0",
"ng-packagr": "~11.2.0",
"protractor": "~5.4.2",
"source-map-explorer": "^2.5.3",
"ts-node": "9.1.1",
"tsickle": "^0.36.0",
"tslint": "^6.1.3",
"tslint-angular": "^3.0.3",
"tslint-config-airbnb": "^5.11.1",
"typescript": "4.0.7",
"webpack-bundle-analyzer": "^3.9.0"
}
}