tabby/tabby-settings/package.json

35 lines
852 B
JSON
Raw Normal View History

2017-04-12 04:45:59 +08:00
{
2021-06-30 05:57:04 +08:00
"name": "tabby-settings",
2022-02-07 23:36:20 +08:00
"version": "1.0.171-nightly.3",
2021-06-30 05:57:04 +08:00
"description": "Tabby terminal settings page",
"keywords": [
2021-06-30 05:57:04 +08:00
"tabby-builtin-plugin"
],
2017-04-12 04:45:59 +08:00
"main": "dist/index.js",
2019-06-06 19:45:15 +08:00
"typings": "typings/index.d.ts",
2017-04-12 04:45:59 +08:00
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
2017-06-05 00:58:00 +08:00
"files": [
"typings"
2017-06-05 00:58:00 +08:00
],
2017-04-12 04:45:59 +08:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2022-01-31 23:37:43 +08:00
"@types/marked": "^4.0.2",
"marked": "^4.0.8",
2021-09-25 05:59:34 +08:00
"ngx-infinite-scroll": "^10.0.1"
2017-04-12 04:45:59 +08:00
},
"peerDependencies": {
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.9",
"@angular/forms": "^9.1.11",
"@angular/platform-browser": "^9.1.11",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"rxjs": "^6.5.5",
2021-06-30 05:57:04 +08:00
"tabby-core": "*"
2018-12-11 00:18:23 +08:00
}
2017-04-12 04:45:59 +08:00
}