1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 04:43:03 +03:00
tabby/tabby-settings/package.json

36 lines
835 B
JSON
Raw Permalink Normal View History

2017-04-11 23:45:59 +03:00
{
2021-06-30 00:57:04 +03:00
"name": "tabby-settings",
2023-04-23 20:22:38 +03:00
"version": "1.0.197-nightly.1",
2021-06-30 00:57:04 +03:00
"description": "Tabby terminal settings page",
"keywords": [
2021-06-30 00:57:04 +03:00
"tabby-builtin-plugin"
],
2017-04-11 23:45:59 +03:00
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
2017-04-11 23:45:59 +03:00
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
2017-06-04 19:58:00 +03:00
"files": [
2023-04-23 18:40:17 +03:00
"dist",
"typings"
2017-06-04 19:58:00 +03:00
],
2017-04-11 23:45:59 +03:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/marked": "^5.0.1",
"marked": "^5.1.2",
"ngx-infinite-scroll": "^16"
2017-04-11 23:45:59 +03:00
},
"peerDependencies": {
2023-04-23 18:57:05 +03:00
"@angular/animations": "^15",
"@angular/common": "^15",
"@angular/core": "^15",
"@angular/forms": "^15",
"@angular/platform-browser": "^15",
"@ng-bootstrap/ng-bootstrap": "^14",
"rxjs": "^7",
2021-06-30 00:57:04 +03:00
"tabby-core": "*"
2018-12-10 19:18:23 +03:00
}
2017-04-11 23:45:59 +03:00
}