-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
93 lines (93 loc) · 3.47 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
{
"name": "spotfire-wrapper",
"version": "0.18.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build-webplayer": "ng build spotfire-wrapper --configuration production && (cd build/spotfire-wrapper/ ; npm pack)",
"build-wrapper": "npm run build:elements",
"test": "ng test",
"lint": "ng lint",
"publish": "npm publish build/spotfire-wrapper --access public --dry-run",
"builddev:elements": "ng build && node build-script.js && wc elements/spotfire-wrapper.js",
"build:elements": "ng build spotfire-wrapper-lib --configuration production && node build-script.js && wc dist/spotfire-wrapper.js",
"sptf:watch": "(cd projects/spotfire-wrapper ; ../../node_modules/.bin/tsc -w --pretty -p tsconfig.schematics.json)",
"sptf:buildlib": "ng build spotfire-wrapper",
"sptf:buildschematics": "(cd projects/spotfire-wrapper && npm run build)",
"sptf:build": "npm run sptf:buildlib && npm run sptf:buildschematics",
"build:lib": "npm run sptf:build && (cd build/spotfire-wrapper ; npm pack ; ls -l *tgz) && npm install --no-save build/spotfire-wrapper/*tgz && date"
},
"author": "Nicolas Deroche <[email protected]> (http://www.tibco.com)",
"private": true,
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"dependencies": {
"@angular/animations": "^14.0.5",
"@angular/cdk": "^14.0.4",
"@angular/common": "^14.0.5",
"@angular/compiler": "^14.0.5",
"@angular/core": "^14.0.5",
"@angular/elements": "^14.0.5",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "^14.0.5",
"@angular/material": "^14.0.4",
"@angular/platform-browser": "^14.0.5",
"@angular/platform-browser-dynamic": "^14.0.5",
"@webcomponents/custom-elements": "^1.4.3",
"rxjs": "^6.6.7",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1400.5",
"@angular-devkit/build-angular": "^14.0.5",
"@angular-devkit/core": "^14.0.5",
"@angular-eslint/builder": "^14.0.1",
"@angular-eslint/eslint-plugin": "^14.0.1",
"@angular-eslint/eslint-plugin-template": "^14.0.1",
"@angular-eslint/schematics": "^14.0.1",
"@angular-eslint/template-parser": "^14.0.1",
"@angular/cli": "^14.0.5",
"@angular/compiler-cli": "^14.0.5",
"@types/jasmine": "^4.0.3",
"@types/node": "^14.17.32",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"codelyzer": "^6.0.2",
"concat": "^1.0.3",
"cpx": "^1.5.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"fs-extra": "^10.1.0 ",
"jasmine-core": "^4.2.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.6",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^14.0.3",
"ts-node": "^9.1.0",
"tslint": "^6.1.0",
"typescript": "~4.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TIBCOSoftware/spotfire-wrapper.git"
},
"homepage": "https://github.com/TIBCOSoftware/spotfire-wrapper",
"description": "Wrapper for TIBCO Spotfire(R) library and package.",
"bugs": "https://github.com/TIBCOSoftware/spotfire-wrapper/issues",
"main": "build-script.js",
"keywords": [
"TIBCO",
"Spotfire",
"Angular"
],
"license": "BSD-3-Clause"
}