forked from sunbird-cb/sunbird-cb-adminportal
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
126 lines (126 loc) · 4.77 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
{
"name": "spv",
"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",
"dev": "npm run start:spv-dev",
"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-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": "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:stats": "ng build --stats-json",
"start:spv-dev": "node --max_old_space_size=12288 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/spv-dev-ip.proxy.json -o",
"analyse": "webpack-bundle-analyzer ./dist/www/ng serve --proxy-config proxy/localhost.proxy.json -o/stats-es5.json",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --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"
},
"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",
"@sunbird-cb/collection": "^1.0.8",
"@sunbird-cb/resolver": "^0.0.3",
"@sunbird-cb/utils": "1.0.7",
"@types/file-saver": "^2.0.1",
"@types/lodash": "^4.14.172",
"@types/video.js": "7.2.12",
"brace": "^0.11.1",
"lodash": "^4.17.21",
"chart.js": "^2.8.0",
"d3": "^5.9.7",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"husky": "^4.2.3",
"jquery": "^3.4.1",
"jsplumb": "2.11.2",
"keycloak-angular": "^6.1.0",
"material-icons": "^0.3.1",
"moment": "^2.29.1",
"mustache": "^3.0.2",
"mux.js": "^5.6.7",
"ng-multiselect-dropdown": "^0.2.14",
"ng2-ace-editor": "^0.3.9",
"ng2-ckeditor": "1.2.6",
"ngx-image-cropper": "^3.0.3",
"ngx-quill": "^7.1.2",
"object-sizeof": "^1.6.0",
"pdfjs-dist": "2.1.266",
"quill": "^1.3.7",
"rxjs": "~6.5.2",
"shepherd.js": "^7.1.0",
"tailwindcss": "^1.1.4",
"three": "^0.113.2",
"tslib": "^1.10.0",
"typeface-roboto": "0.0.75",
"video.js": "7.6.0",
"videojs-contrib-quality-levels": "^2.0.9",
"videojs-hls-quality-selector": "^1.0.5",
"videojs-vr": "1.5.0",
"videojs-youtube": "^2.6.0",
"vis-network": "^5.2.4",
"vis-util": "^5.0.2",
"xlsx": "^0.16.1",
"zone.js": "~0.10.1",
"@project-sunbird/telemetry-sdk": "0.0.26"
},
"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/mustache": "^0.8.32",
"@types/node": "^10.17.60",
"@types/pdfjs-dist": "^2.1.3",
"@types/quill": "^2.0.2",
"@types/video.js": "7.2.12",
"@types/vis": "^4.21.19",
"@types/zip.js": "2.0.28",
"@types/uuid": "^8.3.1",
"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": "^1.4.2",
"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": "^3.4.1"
}
}