-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 4.5 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
{
"name": "tc-liveapps",
"version": "3.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"serve_mashery": "cp tsconfig.debug.json tsconfig.json && ng serve --proxy-config proxy.conf.mashery.js --ssl true --source-map=true --aot",
"serve_eu": "cp tsconfig.debug.json tsconfig.json && ng serve --proxy-config proxy.conf.prod.eu.js --ssl true --source-map=true --aot",
"serve_us": "cp tsconfig.debug.json tsconfig.json && ng serve --proxy-config proxy.conf.prod.us.js --ssl true --source-map=true --aot",
"serve_au": "cp tsconfig.debug.json tsconfig.json && ng serve --proxy-config proxy.conf.prod.au.js --ssl true --source-map=true --aot",
"build_lib": "ng build @tibco-tcstk/tc-liveapps-lib",
"build_prod": "cp tsconfig.buildapp.json tsconfig.json && ng build @tibco-tcstk/tc-core-lib && ng build @tibco-tcstk/tc-tsc-lib && ng build @tibco-tcstk/tc-tcmd-lib && ng build @tibco-tcstk/tc-forms-lib && ng build @tibco-tcstk/tc-spotfire-lib && ng build @tibco-tcstk/tc-liveapps-lib && ng build @tibco-tcstk/tc-events-lib && ng build @tibco-tcstk/tc-messaging-lib && ng build @tibco-tcstk/tc-scribe-lib && ng build @tibco-tcstk/tc-primeng-lib && ng build --configuration production --base-href /webresource/apps/jeztest2/ --deploy-url /webresource/apps/jeztest2/ && cd ./dist/tc-liveapps/ && zip -r ./app.zip ./* && cd ../.. && cp tsconfig.debug.json tsconfig.json",
"build_prod_app": "cp tsconfig.buildapp.json tsconfig.json && ng build --configuration production --base-href /webresource/apps/jeztest2/ --deploy-url /webresource/apps/jeztest2/ && cd ./dist/tc-liveapps/ && zip -r ./app.zip ./* && cd ../.. && cp tsconfig.debug.json tsconfig.json",
"build_prod_hash": "cp tsconfig.buildapp.json tsconfig.json && ng build @tibco-tcstk/tc-core-lib && ng build @tibco-tcstk/tc-tsc-lib && ng build @tibco-tcstk/tc-tcmd-lib && ng build @tibco-tcstk/tc-forms-lib && ng build @tibco-tcstk/tc-spotfire-lib && ng build @tibco-tcstk/tc-liveapps-lib && ng build @tibco-tcstk/tc-events-lib && ng build @tibco-tcstk/tc-messaging-lib && ng build @tibco-tcstk/tc-scribe-lib && ng build @tibco-tcstk/tc-primeng-lib && ng build --configuration production --base-href /webresource/apps/jeztest2/index.html --deploy-url /webresource/apps/jeztest2/ && cd ./dist/tc-liveapps/ && zip -r ./app.zip ./* && cd ../.. && cp tsconfig.debug.json tsconfig.json",
"build_all_libs": "cp tsconfig.build.json tsconfig.json && ng build @tibco-tcstk/tc-core-lib && ng build @tibco-tcstk/tc-tsc-lib && ng build @tibco-tcstk/tc-tcmd-lib && ng build @tibco-tcstk/tc-forms-lib && ng build @tibco-tcstk/tc-liveapps-lib && ng build @tibco-tcstk/tc-events-lib && ng build @tibco-tcstk/tc-messaging-lib && ng build @tibco-tcstk/tc-events-lib && ng build @tibco-tcstk/tc-scribe-lib && ng build @tibco-tcstk/tc-primeng-lib && cp tsconfig.debug.json tsconfig.json",
"npm_pack": "cd dist/tc-liveapps-lib && npm pack",
"package": "npm run build_lib && npm run npm_pack",
"build:elements": "node os-independent.js -task build"
},
"private": true,
"dependencies": {
"@ajsf/bootstrap4": "^0.4.0-beta.1",
"@ajsf/material": "^0.4.0-beta.1",
"@angular/animations": "^12.2.16",
"@angular/cdk": "^12.2.13",
"@angular/common": "^12.2.16",
"@angular/compiler": "^12.2.16",
"@angular/core": "^12.2.16",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^12.2.16",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "^12.2.16",
"@angular/platform-browser-dynamic": "^12.2.16",
"@angular/router": "^12.2.16",
"@tibco/spotfire-wrapper": "^0.16.0",
"brace": "^0.11.1",
"chart.js": "^3.7.0",
"chartjs-plugin-datalabels": "^2.0.0",
"core-js": "^3.21.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"ng2-charts": "^3.0.8",
"ngx-color-picker": "^10.1.0",
"primeicons": "^4.1.0",
"primeng": "^12.2.3",
"rxjs": "^6.6.7",
"sass": "^1.49.7",
"ws": "^7.5.7",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.16",
"@angular/cli": "^12.2.16",
"@angular/compiler-cli": "^12.2.16",
"@angular/elements": "^12.2.16",
"@angular/language-service": "^12.2.16",
"@types/node": "^14.18.11",
"codelyzer": "^6.0.0",
"ng-packagr": "^12.2.7",
"npm": "^6.14.16",
"properties-reader": "^2.2.0",
"ts-node": "^8.10.2",
"tsickle": "^0.43.0",
"tslib": "^2.3.1",
"tslint": "^6.1.3",
"typescript": "~4.3.5"
}
}