-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 3.32 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 3.32 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
{
"name": "sunbird-cb-multitenant-staticweb",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/localhost.proxy.json -o",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration production --output-path=dist/sunbird-cb-multitenant-staticweb --base-href=/ --subresource-integrity --optimization=true --aot=false --build-optimizer=false",
"serve:prod": "npx http-server dist/sunbird-cb-multitenant-staticweb -p 4200 -a 0.0.0.0 -c-1 --cors",
"test": "jest",
"test-coverage": "./node_modules/jest/bin/jest.js --clearCache && node --max_old_space_size=30000 ./node_modules/jest/bin/jest.js --silent --ci --collectCoverage=true --coverageReporters=lcov --detectOpenHandles --forceExit=true",
"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"
},
"private": true,
"dependencies": {
"@angular-builders/jest": "^16.0.0",
"@angular/animations": "^16.2.0",
"@angular/cdk": "^16.2.14",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/localize": "^16.2.0",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@project-sunbird/telemetry-sdk": "0.0.26",
"@sunbird-cb/consumption": "0.0.3-cbrelease-4.8.29",
"@sunbird-cb/design-system": "0.0.3",
"@sunbird-cb/resolver-v2": "0.0.7-ang-13-16",
"@sunbird-cb/utils-v2": "0.1.0-cbrelease-4.8.28",
"@types/jest": "29.5.13",
"autoprefixer": "^10.4.21",
"dayjs": "^1.9.7",
"husky": "^4.2.3",
"jest": "^29.7.0",
"jest-preset-angular": "14.2.4",
"jquery": "^3.6.1",
"jspdf": "^2.5.1",
"lodash-es": "^4.17.21",
"material-icons": "^0.3.1",
"moment": "^2.30.1",
"ngx-image-cropper": "^6.3.4",
"postcss": "^8.5.6",
"rxjs": "^6.6.6",
"rxjs-compat": "^6.6.6",
"shepherd.js": "^7.1.0",
"tailwindcss": "^2.2.19",
"ts-jest": "29.2.5",
"tslib": "^2.3.0",
"vis-util": "^6.0.0",
"zone.js": "~0.13.3",
"http-server": "^14.1.1"
},
"devDependencies": {
"@angular-builders/jest": "^16.0.0",
"@angular-devkit/build-angular": "^16.2.16",
"@angular/cli": "^16.2.16",
"@angular/compiler-cli": "^16.2.0",
"@types/jasmine": "~4.3.0",
"@types/jest": "29.5.13",
"@types/node": "^12.11.1",
"@types/zip.js": "2.0.28",
"jasmine-core": "~4.6.0",
"jest-localstorage-mock": "^2.4.26",
"jest-sonar-reporter": "^2.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ts-jest": "29.2.5",
"typescript": "^4.9.5",
"typescript-tslint-plugin": "^0.5.4"
}
}