1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-02 11:44:01 +03:00
tabby/tabby-settings/package.json

35 lines
855 B
JSON
Raw Normal View History

2017-04-11 23:45:59 +03:00
{
2021-06-30 00:57:04 +03:00
"name": "tabby-settings",
2021-08-25 02:25:40 +03:00
"version": "1.0.156-nightly.2",
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": [
"typings"
2017-06-04 19:58:00 +03:00
],
2017-04-11 23:45:59 +03:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"marked": "^3.0.2",
2021-07-18 17:48:13 +03:00
"ngx-infinite-scroll": "^10.0.1",
2021-02-20 21:53:27 +03:00
"utils-decorators": "^1.8.0"
2017-04-11 23:45:59 +03: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 00:57:04 +03:00
"tabby-core": "*"
2018-12-10 19:18:23 +03:00
}
2017-04-11 23:45:59 +03:00
}