tabby/terminus-settings/package.json

34 lines
829 B
JSON
Raw Permalink Normal View History

2017-04-12 04:45:59 +08:00
{
"name": "terminus-settings",
2021-06-22 17:51:19 +08:00
"version": "1.0.140",
2017-04-12 04:45:59 +08:00
"description": "Terminus terminal settings page",
"keywords": [
2017-11-05 02:06:58 +08:00
"terminus-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": {
2021-02-21 02:53:27 +08:00
"@types/deep-equal": "1.0.1",
"utils-decorators": "^1.8.0"
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",
2019-09-19 02:56:59 +08:00
"terminus-core": "*"
2018-12-11 00:18:23 +08:00
}
2017-04-12 04:45:59 +08:00
}