forked from qwefgh90/ng-terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 3.05 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
{
"name": "@razroo/ng-terminal",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/razroo/ng-terminal.git"
},
"scripts": {
"prestart": "npm run build",
"prepublish": "npm run license && npm run lib:build:prod && copyfiles README.md dist/ng-terminal",
"prepage": "npm run lib:build",
"prelocal": "npm run lib:build:prod",
"pretest": "npm run lib:travis:test",
"start": "ng serve demo-v10",
"build": "npm run lib:build",
"test": "npm run lib:test",
"publish": "cd dist/ng-terminal && npm publish",
"page": "ng build demo-v10 --configuration production --output-path docs --base-href /ng-terminal/",
"local": "cd dist/ng-terminal && npm pack",
"lib:build": "ng build ng-terminal",
"lib:test": "ng test ng-terminal",
"lib:travis:test": "ng test ng-terminal --watch false --browsers ChromeHeadless",
"lib:build:prod": "ng build ng-terminal --configuration production",
"license": "license-checker > LICENSE-THIRD-PARTY",
"e2e": "ng e2e"
},
"dependencies": {
"@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/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",
"@juggle/resize-observer": "^3.3.1",
"angular-resizable-element": "^5.0.0",
"ngx-json-viewer": "^2.4.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.16",
"@angular-devkit/build-ng-packagr": "~0.1002.4",
"@angular/cli": "~12.2.16",
"@angular/compiler-cli": "~12.2.16",
"@angular/language-service": "~12.2.16",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"license-checker": "^25.0.1",
"ng-packagr": "^12.2.7",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tsickle": "^0.39.1",
"tslint": "~6.1.0",
"typescript": "~4.3.5",
"copyfiles": "^2.4.1"
},
"description": "[![Build Status](https://app.travis-ci.com/qwefgh90/ng-terminal.svg?branch=master)](https://app.travis-ci.com/qwefgh90/ng-terminal) [![version](https://badge.fury.io/js/ng-terminal.svg)](https://www.npmjs.com/package/ng-terminal) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)]()",
"bugs": {
"url": "https://github.com/razroo/ng-terminal/issues"
},
"homepage": "https://github.com/razroo/ng-terminal#readme",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}