1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 14:14:24 +03:00
tabby/terminus-core/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
"name": "terminus-core",
2019-10-29 16:33:29 +03:00
"version": "1.0.93-nightly.0",
2017-04-11 03:22:48 +03:00
"description": "Terminus core",
"keywords": [
2017-11-04 21:06:58 +03:00
"terminus-builtin-plugin"
],
2017-04-11 03:22:48 +03:00
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
2017-04-11 03:22:48 +03:00
"scripts": {
2018-12-10 19:18:23 +03:00
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
2017-04-11 03:22:48 +03:00
},
2017-06-10 01:29:16 +03:00
"files": [
"typings"
2017-06-10 01:29:16 +03:00
],
2017-04-11 03:22:48 +03:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2017-07-15 19:16:45 +03:00
"@types/js-yaml": "^3.9.0",
2019-06-18 18:20:37 +03:00
"@types/shell-escape": "^0.2.0",
2017-10-23 23:58:19 +03:00
"@types/winston": "^2.3.6",
"axios": "^0.19.0",
2018-08-26 22:03:49 +03:00
"bootstrap": "^4.1.3",
"core-js": "^3.1.2",
"deepmerge": "^4.1.1",
"electron-updater": "^4.0.6",
2019-06-07 23:52:41 +03:00
"js-yaml": "^3.9.0",
2019-05-31 19:17:41 +03:00
"mixpanel": "^0.10.2",
2018-08-07 09:51:19 +03:00
"ng2-dnd": "^5.0.2",
2019-09-29 16:38:20 +03:00
"ngx-perfect-scrollbar": "^8.0.0",
"shell-escape": "^0.2.0",
2019-06-07 23:52:41 +03:00
"uuid": "^3.3.2",
"winston": "^3.2.1"
2017-04-11 23:45:59 +03:00
},
"peerDependencies": {
"@angular/animations": "^7",
"@angular/common": "^7",
"@angular/core": "^7",
"@angular/forms": "^7",
"@angular/platform-browser": "^7",
"@angular/platform-browser-dynamic": "^7",
"rxjs": "^5"
2018-12-10 19:18:23 +03:00
}
2017-04-11 03:22:48 +03:00
}