-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.56 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
{
"name": "TCSTKSPOTFIRETEMPLATE",
"version": "3.2.0",
"scripts": {
"tcli": "npm install gulp-cli -g && npm install -g @tibco-tcstk/cloud-cli && tcli",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"serve_eu": "ng serve --proxy-config proxy.conf.prod.eu.js --ssl true --source-map=true --aot",
"serve_us": "ng serve --proxy-config proxy.conf.prod.us.js --ssl true --source-map=true --aot",
"serve_au": "ng serve --proxy-config proxy.conf.prod.au.js --ssl true --source-map=true --aot",
"build_prod_hash": "ng build --configuration production --base-href /webresource/apps/TCSTKSPOTFIRETEMPLATE/index.html --deploy-url /webresource/apps/TCSTKSPOTFIRETEMPLATE/ && cd ./dist/TCSTKSPOTFIRETEMPLATE/ && zip -r ./app.zip ./* && cd ../..",
"build_prod": "ng build --configuration production --base-href /webresource/apps/TCSTKSPOTFIRETEMPLATE/ --deploy-url /webresource/apps/TCSTKSPOTFIRETEMPLATE/ && cd ./dist/TCSTKSPOTFIRETEMPLATE/ && zip -r ./app.zip ./* && cd ../.."
},
"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-tcstk/tc-core-lib": "^3.3.0",
"@tibco-tcstk/tc-forms-lib": "^3.3.0",
"@tibco-tcstk/tc-liveapps-lib": "^3.3.0",
"@tibco-tcstk/tc-spotfire-lib": "^3.3.0",
"@tibco/spotfire-wrapper": "^0.16.0",
"brace": "^0.11.1",
"chart.js": "^3.7.0",
"chartjs-plugin-datalabels": "^2.0.0",
"chartjs-plugin-doughnutlabel": "^2.0.3",
"core-js": "^3.21.0",
"lodash": "^4.17.20",
"lodash-es": "^4.17.21",
"ng2-charts": "^3.0.8",
"ngx-color-picker": "^10.1.0",
"rxjs": "^6.6.7",
"tslib": "^2.3.1",
"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/language-service": "^12.2.16",
"@tibco-tcstk/component-template": "^3.3.0",
"@types/node": "^14.18.11",
"codelyzer": "^6.0.0",
"properties-reader": "^2.2.0",
"ts-node": "~8.10.2",
"tslint": "~6.1.3",
"typescript": "~4.3.5"
}
}